Skip to content

Commit

Permalink
Then step implementation for downloading resource (with|without) pass…
Browse files Browse the repository at this point in the history
…word from public link (#11896)
  • Loading branch information
ishabaral authored Sep 24, 2024
1 parent ed24666 commit f0a52e0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/gui/tst_sharing/test.feature
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,6 @@ Feature: Sharing
And the public should be able to download the file "textfile0.txt" without password from the last created public link by "Alice" in the server
When the user creates a new public link with permissions "Download / View" for folder "simple-folder" without password using the client-UI
Then as user "Alice" the folder "simple-folder" should have a public link in the server
And the public should be able to download the folder "simple-folder/child" without password from the last created public link by "Alice" on the server
And the user closes the sharing dialog


Expand All @@ -464,7 +463,6 @@ Feature: Sharing
And the public should be able to download the file "textfile0.txt" with password "<password>" from the last created public link by "Alice" in the server
When the user creates a new public link with permissions "Download / View" for folder "simple-folder" with password "<password>" using the client-UI
Then as user "Alice" the folder "simple-folder" should have a public link in the server
And the public should be able to download the folder "simple-folder" with password "<password>" from the last created public link by "Alice" on the server
And the user closes the sharing dialog
Examples:
| password |
Expand Down Expand Up @@ -495,7 +493,7 @@ Feature: Sharing
When the user opens the public links dialog of "textfile0.txt" using the client-UI
And the user changes the password of public link "Public-link" to "password1234" using the client-UI
Then as user "Alice" the file "textfile0.txt" should have a public link in the server
And the public should be able to download the file "textfile0.txt" with password "password1234" from the last created public link by "Alice" on the server
And the public should be able to download the file "textfile0.txt" with password "password1234" from the last created public link by "Alice" in the server
And the user closes the sharing dialog


Expand Down

0 comments on commit f0a52e0

Please sign in to comment.