Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions tests/acceptance/features/apiWebdavOperations/search.feature
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,14 @@ Feature: Search
Given using <dav_version> DAV path
When user "user0" searches for "upload" and limits the results to "1" items using the WebDAV API
Then the HTTP status code should be "207"
And the search result should contain "1" entries
And the search result should contain these entries:
| /upload folder |
And the search result should contain any "1" of these entries:
| /just-a-folder/upload.txt |
| /just-a-folder/uploadÜठिF.txt |
| /upload folder |
| /upload.txt |
| /फनी näme/upload.txt |
| /upload😀 😁 |
| /upload😀 😁/upload😀 😁.txt |
Examples:
| dav_version |
| old |
Expand Down