Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ Feature: upload file using new chunking
| TIÄFÜ |

#this test should be integrated into the previous Scenario after fixing the issue
@skip @issue-29599
Scenario: Upload a file called "0" using new chunking
When user "user0" creates a new chunking upload with id "chunking-42" using the WebDAV API
And user "user0" uploads new chunk file "1" with "AAAAA" to id "chunking-42" using the WebDAV API
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,10 @@ Feature: File Upload
| "&#" |
| "TIÄFÜ" |

#this test should be intergrated into the previous scenario after fixing the issue
#uploading into "simple-folder" because there is a folder called "0" in the root
@skip @issue-29599
# upload into "simple-folder" because there is already a folder called "0" in the root
Scenario: Upload a file called "0" using chunking
Given a file with the size of "30000000" bytes and the name "0" has been created locally
When the user opens the folder "simple-folder" using the webUI
And the user uploads the file "0" using the webUI
Then the file "0" should be listed on the webUI
And the content of "0" should be the same as the local "0"
And the content of "0" should be the same as the local "0"