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

Unskip tests for issue 29599 #31724

Merged
merged 1 commit into from
Nov 2, 2018
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
6 changes: 2 additions & 4 deletions tests/acceptance/features/webUIUpload/uploadEdgecases.feature
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"