Skip to content

Commit

Permalink
rearrange feature file
Browse files Browse the repository at this point in the history
  • Loading branch information
S-Panta committed Sep 11, 2024
1 parent 5800433 commit e75a6ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/cucumber/features/journeys/kindergarten.feature
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ Feature: Kindergarten can use web to organize a day
# update share
And "Alice" updates following sharee role
| resource | recipient | type | role | resourceType |
| groups/Pre-Schools Pirates/meal plan | Carol | user | Can view | folder |
# | groups/Pre-Schools Pirates/meal plan | Carol | user | Can view | folder |
| groups/Pre-Schools Pirates/meal plan/lorem-big.txt | sales | group | Can edit | file |
| groups/Kindergarten Koalas/meal plan | sales | group | Can edit | folder |
| groups/Teddy Bear Daycare/meal plan/data.zip | Carol | user | Can edit | file |
# | groups/Teddy Bear Daycare/meal plan/data.zip | Carol | user | Can edit | file |
# Then what do we check for to be confident that the above things done by Alice have worked?
When "Brian" logs in
And "Brian" navigates to the shared with me page
Expand Down
1 change: 0 additions & 1 deletion tests/e2e/support/objects/app-files/utils/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const openForResource = async ({
resource: string
}): Promise<void> => {
await page.locator(util.format(contextMenuSelector, resource)).click()
await page.locator('.oc-files-actions-show-details-trigger').waitFor()
await page.locator('.oc-files-actions-show-details-trigger').click()
}

Expand Down

0 comments on commit e75a6ee

Please sign in to comment.