Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tests-only][full-ci] Then step implementation for downloading resource with(out) password #11896

Merged
merged 1 commit into from
Sep 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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