File tree 1 file changed +9
-3
lines changed
tests/e2e/cucumber/features/smoke
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,9 @@ Feature: Upload
24
24
| textfile .txt | txtFile | some random content |
25
25
# Coverage for bug: https://github.com/owncloud/ocis/issues/8361
26
26
| 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 | |
27
30
When "Alice" uploads the following resources
28
31
| resource | option |
29
32
| new -lorem -big .txt | replace |
@@ -41,10 +44,13 @@ Feature: Upload
41
44
| resource | error |
42
45
| lorem -big .txt | Not enough quota |
43
46
And "Alice" downloads the following resources using the sidebar panel
44
- | resource | type |
45
- | PARENT | folder |
47
+ | resource | type |
48
+ | PARENT | folder |
46
49
# 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 |
48
54
49
55
# https://github.com/owncloud/web/issues/6348
50
56
# Note: uploading folder with empty sub-folder should be done manually
You can’t perform that action at this time.
0 commit comments