Skip to content

Commit

Permalink
Add hidden file also
Browse files Browse the repository at this point in the history
  • Loading branch information
amrita-shrestha committed Jul 20, 2023
1 parent 5a96cd5 commit 9146753
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions tests/acceptance/features/apiSpaces/spaceDownload.feature
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,17 @@ Feature: Download space
| Alice |
And using spaces DAV path
And the administrator has assigned the role "Space Admin" to user "Alice" using the Graph API
And user "Alice" has created a space "download space" with the default quota using the GraphApi
And user "Alice" has uploaded a file inside space "download space" with content "some data" to "file1.txt"
And user "Alice" has uploaded a file inside space "download space" with content "other data" to "file2.txt"
And user "Alice" has uploaded a file inside space "download space" with content "more data" to "file3.txt"
When user "Alice" downloads the space "download space" using the WebDAV API
And user "Alice" has created a space "Download Space" with the default quota using the GraphApi
And user "Alice" has uploaded a file inside space "Download Space" with content "some data" to "file1.txt"
And user "Alice" has uploaded a file inside space "Download Space" with content "other data" to "file2.txt"
And user "Alice" has uploaded a file inside space "Download Space" with content "more data" to "file3.txt"
And user "Alice" has created a folder ".space" in space "Download Space"
And user "Alice" has uploaded a file inside space "Download Space" with content "space description" to ".space/readme.md"
When user "Alice" downloads the space "Download Space" using the WebDAV API
Then the HTTP status code should be "200"
And the downloaded "tar" space archive should contain these files:
| name | content |
| file1.txt | some data |
| file2.txt | other data |
| file3.txt | more data |
| name | content |
| file1.txt | some data |
| file2.txt | other data |
| file3.txt | more data |
| .space/readme.md | space description |

0 comments on commit 9146753

Please sign in to comment.