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

test: use file name with blanks in download e2e test #11187

Merged
merged 1 commit into from
Jul 15, 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
6 changes: 3 additions & 3 deletions tests/e2e/cucumber/features/file-action/download.feature
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Feature: Download
| folderPublic |
| emptyFolder |
And "Alice" creates the following files into personal space using API
| pathToFile | content |
| folderPublic/lorem.txt | lorem ipsum |
| pathToFile | content |
| folderPublic/new file.txt | lorem ipsum |
And "Alice" uploads the following local file into personal space using API
| localFile | to |
| filesForUpload/testavatar.jpg | testavatar.jpg |
Expand Down Expand Up @@ -52,7 +52,7 @@ Feature: Download
| testavatar.jpg | file |
And "Brian" downloads the following resources using the sidebar panel
| resource | from | type |
| lorem.txt | folderPublic | file |
| new file.txt | folderPublic | file |
| testavatar.jpg | | file |
| folderPublic | | folder |
| emptyFolder | | folder |
Expand Down