Skip to content

Commit a7d3f43

Browse files
add test coverage for filename with hash (#10818)
1 parent 18a5837 commit a7d3f43

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

tests/e2e/cucumber/features/smoke/upload.feature

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ Feature: Upload
2424
| textfile.txt | txtFile | some random content |
2525
# Coverage for bug: https://github.com/owncloud/ocis/issues/8361
2626
| comma,.txt | txtFile | comma |
27+
# Coverage for bug: https://github.com/owncloud/web/issues/10810
28+
| test#file.txt | txtFile | some content |
29+
| test#folder | folder | |
2730
When "Alice" uploads the following resources
2831
| resource | option |
2932
| new-lorem-big.txt | replace |
@@ -41,10 +44,13 @@ Feature: Upload
4144
| resource | error |
4245
| lorem-big.txt | Not enough quota |
4346
And "Alice" downloads the following resources using the sidebar panel
44-
| resource | type |
45-
| PARENT | folder |
47+
| resource | type |
48+
| PARENT | folder |
4649
# Coverage for bug: https://github.com/owncloud/ocis/issues/8361
47-
| comma,.txt | file |
50+
| comma,.txt | file |
51+
# Coverage for bug: https://github.com/owncloud/web/issues/10810
52+
| test#file.txt | file |
53+
| test#folder | folder |
4854

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

0 commit comments

Comments
 (0)