Skip to content

Commit

Permalink
resolve addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
nabim777 committed Jun 28, 2023
1 parent 89b13b2 commit c47b603
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/acceptance/features/apiGraph/fullSearch.feature
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@api
Feature: search
Feature: full text search
As a user
I want to do full text search
So that I can find the files with the content I am looking for
Expand All @@ -9,7 +9,7 @@ Feature: search


Scenario Outline: search files using a tag
Given using <dev-path-version> DAV path
Given using <dav-path-version> DAV path
And user "Alice" has uploaded file with content "hello world" to "file1.txt"
And user "Alice" has uploaded file with content "Namaste nepal" to "file2.txt"
And user "Alice" has uploaded file with content "hello nepal" to "file3.txt"
Expand All @@ -23,7 +23,7 @@ Feature: search
| file1.txt |
| file2.txt |
Examples:
| dev-path-version |
| dav-path-version |
| old |
| new |
| spaces |

0 comments on commit c47b603

Please sign in to comment.