Skip to content
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
15 changes: 15 additions & 0 deletions tests/e2e/cucumber/features/spaces/publicLink.feature
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Feature: spaces public link
| Brian |
| Carol |
| David |
| Edith |
And "Admin" assigns following roles to the users using API
| id | role |
| Alice | Space Admin |
Expand Down Expand Up @@ -92,6 +93,20 @@ Feature: spaces public link
And "David" closes the file viewer
And "David" logs out

# @issue-1712 download a folder in the public link as authenticated user
When "Edith" logs in
And "Edith" opens the public link "folderLink"
And "Edith" unlocks the public link with password "%public%"
And "Edith" downloads the following public link resources using the sidebar panel
| resource | type |
| subFolder | folder |
And "Edith" logs out
# download a folder in the public link as anonymous user
And "Anonymous" opens the public link "folderLink"
And "Anonymous" unlocks the public link with password "%public%"
And "Anonymous" downloads the following public link resources using the sidebar panel
| resource | type |
| subFolder | folder |

Scenario: crud operation to public link for space
Given "Admin" creates following users using API
Expand Down