File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed
tests/e2e/cucumber/features/smoke Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -94,14 +94,12 @@ Feature: Search
94
94
| resource |
95
95
| textfile .txt |
96
96
And "Brian" closes the file viewer
97
- # TODO: uncomment the following step after the bug is fixed
98
- # issue: https://github.com/owncloud/web/issues/9428
99
- # Then following resources should be displayed in the files list for user "Brian"
100
- # | resource |
101
- # | textfile.txt |
102
- # | testFolder/innerTextfile.txt |
103
- # | fileToShare.txt |
104
- # | fileWithTag.txt |
105
- # | withTag.txt |
106
- # | spaceFolder/spaceTextfile.txt |
97
+ Then following resources should be displayed in the files list for user "Brian"
98
+ | resource |
99
+ | textfile .txt |
100
+ | testFolder /innerTextfile .txt |
101
+ | fileToShare .txt |
102
+ | fileWithTag .txt |
103
+ | withTag .txt |
104
+ | spaceFolder /spaceTextfile .txt |
107
105
And "Brian" logs out
You can’t perform that action at this time.
0 commit comments