Skip to content

Commit

Permalink
fix (?) test
Browse files Browse the repository at this point in the history
  • Loading branch information
hurradieweltgehtunter committed Apr 20, 2023
1 parent 304b4ab commit 4f0ccb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/cucumber/features/smoke/link.feature
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Feature: link
# | folderPublic/lorem.txt |
And "Alice" creates a public link for the resource "folderPublic" using the sidebar panel
And "Alice" renames the most recently created public link of resource "folderPublic" to "myPublicLink"
And "Alice" edits the public link named "myPublicLink" of resource "folderPublic" changing role to "uploader"
And "Alice" edits the public link named "myPublicLink" of resource "folderPublic" changing role to "can upload"
And "Alice" sets the expiration date of the public link named "myPublicLink" of resource "folderPublic" to "+5 days"
And "Alice" sets the password of the public link named "myPublicLink" of resource "folderPublic" to "12345"
#Then "Alice" should see 1 public link
Expand All @@ -35,7 +35,7 @@ Feature: link
| resource | from | type |
| lorem.txt | folderPublic | file |
| textfile.txt | folderPublic | file |
And "Alice" edits the public link named "myPublicLink" of resource "folderPublic" changing role to "editor"
And "Alice" edits the public link named "myPublicLink" of resource "folderPublic" changing role to "can edit"
And "Anonymous" refreshes the old link
And "Anonymous" downloads the following public link resources using the sidebar panel
| resource | type |
Expand Down

0 comments on commit 4f0ccb2

Please sign in to comment.