fix search test

This commit is contained in:
Viktor Scharf
2022-09-05 11:04:59 +02:00
parent e27e5a26c4
commit 6b3501be75
2 changed files with 3 additions and 8 deletions
@@ -47,8 +47,6 @@ Feature: Search
Then the HTTP status code should be "207"
And the search result should contain "4" entries
And the search result of user "Brian" should contain these entries:
| /folder |
| /folder/SubFolder1 |
| /folder/SubFolder1/subFOLDER2 |
| /folder/SubFolder1/subFOLDER2/insideTheFolder.txt |
| /SubFolder1 |
| /SubFolder1/subFOLDER2 |
| /SubFolder1/subFOLDER2/insideTheFolder.txt |