Skip to content

Commit

Permalink
fix the lint
Browse files Browse the repository at this point in the history
  • Loading branch information
SwikritiT committed Sep 14, 2023
1 parent 622cbdb commit fda7b00
Show file tree
Hide file tree
Showing 3 changed files with 228 additions and 249 deletions.
2 changes: 1 addition & 1 deletion tests/acceptance/features/apiSearch/contentSearch.feature
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ Feature: content search
And user "Alice" has uploaded a file inside space "project-space" with content "this is a simple odt file" to "test-odt-file.odt"
When user "Alice" searches for "Content:simple" using the WebDAV API
Then the HTTP status code should be "207"
And the search result of user "Alice" should contain these entries with highlight on keyword "simple"
And the search result should contain these entries with highlight on keyword "simple"
| test-text-file.txt |
| test-pdf-file.pdf |
| test-cpp-file.cpp |
Expand Down
Loading

0 comments on commit fda7b00

Please sign in to comment.