Skip to content

Commit a122374

Browse files
SwikritiTJan
authored andcommitted
Enable passing e2e test (#9550)
1 parent 475c8ac commit a122374

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

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

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,12 @@ Feature: Search
9494
| resource |
9595
| textfile.txt |
9696
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 |
107105
And "Brian" logs out

0 commit comments

Comments
 (0)