Skip to content

Commit

Permalink
add test coverage for filename with hash (#10818)
Browse files Browse the repository at this point in the history
  • Loading branch information
PrajwolAmatya authored Apr 23, 2024
1 parent 18a5837 commit a7d3f43
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions tests/e2e/cucumber/features/smoke/upload.feature
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ Feature: Upload
| textfile.txt | txtFile | some random content |
# Coverage for bug: https://github.com/owncloud/ocis/issues/8361
| comma,.txt | txtFile | comma |
# Coverage for bug: https://github.com/owncloud/web/issues/10810
| test#file.txt | txtFile | some content |
| test#folder | folder | |
When "Alice" uploads the following resources
| resource | option |
| new-lorem-big.txt | replace |
Expand All @@ -41,10 +44,13 @@ Feature: Upload
| resource | error |
| lorem-big.txt | Not enough quota |
And "Alice" downloads the following resources using the sidebar panel
| resource | type |
| PARENT | folder |
| resource | type |
| PARENT | folder |
# Coverage for bug: https://github.com/owncloud/ocis/issues/8361
| comma,.txt | file |
| comma,.txt | file |
# Coverage for bug: https://github.com/owncloud/web/issues/10810
| test#file.txt | file |
| test#folder | folder |

# https://github.com/owncloud/web/issues/6348
# Note: uploading folder with empty sub-folder should be done manually
Expand Down

0 comments on commit a7d3f43

Please sign in to comment.