Skip to content

Commit

Permalink
skip test
Browse files Browse the repository at this point in the history
  • Loading branch information
ScharfViktor committed Oct 28, 2024
1 parent 30909aa commit 364181d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
9 changes: 5 additions & 4 deletions tests/e2e/cucumber/features/ocm/ocm.feature
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Feature: federation management
| user | email |
| Alice Hansen | alice@example.org |

Given using "LOCAL" server
And using "LOCAL" server
When "Alice" reloads the page
Then "Alice" should see the following federated connections:
| user | email |
Expand All @@ -45,7 +45,7 @@ Feature: federation management
| testavatar.jpg | Brian | user | Can view | file | external |
And "Alice" logs out

Given using "FEDERATED" server
And using "FEDERATED" server
And "Brian" opens the "files" app
When "Brian" navigates to the shared with me page

Expand All @@ -62,6 +62,7 @@ Feature: federation management
And "Brian" downloads the following resources using the batch action
| resource | type |
| folderPublic | folder |
| sampleGif.gif | file |
| testavatar.jpg | file |
# should be work after fixing https://github.com/owncloud/ocis/issues/11821
# | sampleGif.gif | file |
# | testavatar.jpg | file |
And "Brian" logs out
1 change: 0 additions & 1 deletion tests/e2e/support/objects/app-files/share/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ export const createShare = async (args: createShareArgs): Promise<void> => {
await openSharingPanel(page, resource, via)
}
const expirationDate = recipients[0].expirationDate
await page.pause()

if (expirationDate) {
await page.locator(showMoreOptionsButton).click()
Expand Down

0 comments on commit 364181d

Please sign in to comment.