Skip to content

Commit

Permalink
Address reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
SwikritiT committed Sep 7, 2022
1 parent 380d78a commit 7f1bd43
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tests/e2e/cucumber/features/integrations/search.feature
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Feature: link
| FolDer |
| folderPublic |
# Uncomment the following step after this issue is fixed https://github.com/owncloud/ocis/issues/4517
# But following resource should not be listed in the search list for user "Alice"
# But following resources should not be displayed in the search list for user "Alice"
# | resource |
# | public |
When "Alice" creates the following resources
Expand All @@ -44,16 +44,16 @@ Feature: link
But following resources should not be displayed in the search list for user "Alice"
| resource |
| test-folder |
And "Alice" opens the "files" app
When "Alice" opens the "files" app
And "Alice" searches "foldeR" using the global search
Then following resources should be displayed in the search list for user "Alice"
| resource |
| folder |
| new-folder |
| FolDer |
| folderPublic |
And "Alice" opens the "files" app
When "Alice" uploads the following resources
When "Alice" opens the "files" app
And "Alice" uploads the following resources
| resource |
| new-lorem.txt |
| new-lorem-big.txt |
Expand All @@ -65,9 +65,9 @@ Feature: link
| new-lorem-big.txt |
| new-data.zip |
| new-folder |
And "Alice" opens the "files" app
When "Alice" enables the option to display the hidden file
When "Alice" uploads the following resources
When "Alice" opens the "files" app
And "Alice" enables the option to display the hidden file
And "Alice" uploads the following resources
| resource |
| .hidden-file.txt |
And "Alice" searches "hidden" using the global search
Expand Down

0 comments on commit 7f1bd43

Please sign in to comment.