Skip to content

Commit

Permalink
Merge pull request #11187 from owncloud/downloadFileWithSpace
Browse files Browse the repository at this point in the history
test: use file name with blanks in download e2e test
  • Loading branch information
JammingBen authored Jul 15, 2024
2 parents ad8c3c3 + 52211e0 commit 324d95a
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 324d95a

Please sign in to comment.