Skip to content

Commit

Permalink
Enable the e2e test steps related to issue-7629 (#7722)
Browse files Browse the repository at this point in the history
  • Loading branch information
SwikritiT authored Sep 30, 2022
1 parent 08d04c2 commit a26f2b3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/e2e/cucumber/features/integrations/search.feature
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ Feature: Search
Then following resources should be displayed in the search list for user "Alice"
| resource |
| new-lorem.txt |
# enable these steps after issue https://github.com/owncloud/web/issues/7629 is fixed
# | new-lorem-big.txt |
| new-lorem-big.txt |
But following resources should not be displayed in the search list for user "Alice"
| resource |
| PARENT |
Expand All @@ -60,8 +59,7 @@ Feature: Search
| resource |
| folder |
| FolDer |
# enable these steps after issue https://github.com/owncloud/web/issues/7629 is fixed
# | folder_from_brian |
| folder_from_brian |
But following resources should not be displayed in the search list for user "Alice"
| resource |
| new-lorem.txt |
Expand Down

0 comments on commit a26f2b3

Please sign in to comment.