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 2f182a0
Show file tree
Hide file tree
Showing 3 changed files with 229 additions and 250 deletions.
4 changes: 2 additions & 2 deletions tests/acceptance/features/apiSearch/contentSearch.feature
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ Feature: content search
| (name:*task* AND content:hel*) NOT tag:test | 1 | /task comments.txt | |


Scenario Outline: search across files with different format
Scenario Outline: search across files with different format with search text highlight
Given using <dav-path-version> DAV path
And the administrator has assigned the role "Space Admin" to user "Alice" using the Graph API
And user "Alice" has created a space "project-space" with the default quota using the GraphApi
Expand All @@ -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 2f182a0

Please sign in to comment.