@@ -15,6 +15,7 @@ Feature: REPORT request to project space
1515 @issue-10329
1616 Scenario : check the response of the searched file
1717 Given user "Alice" has uploaded a file inside space "findData" with content "some content" to "testFile.txt"
18+ And user "Alice" has marked file "testFile.txt" as favorite from space "findData"
1819 When user "Alice" searches for "testFile.txt" using the WebDAV API
1920 Then the HTTP status code should be "207"
2021 And the search result of user "Alice" should contain only these entries:
@@ -30,6 +31,7 @@ Feature: REPORT request to project space
3031 | oc :permissions | RDNVW |
3132 | oc :privatelink | %base_url %/f /[0 -9a -z -$%]+ |
3233 | d :getcontentlength | 12 |
34+ | oc :favorite | 1 |
3335
3436 @issue-10329
3537 Scenario : check the response of the searched sub-file
@@ -54,6 +56,7 @@ Feature: REPORT request to project space
5456 @issue-10329
5557 Scenario : check the response of the searched folder
5658 Given user "Alice" has created a folder "folderMain" in space "findData"
59+ And user "Alice" has marked folder "folderMain" as favorite from space "findData"
5760 When user "Alice" searches for "folderMain" using the WebDAV API
5861 Then the HTTP status code should be "207"
5962 And the search result of user "Alice" should contain only these entries:
@@ -69,6 +72,7 @@ Feature: REPORT request to project space
6972 | oc :permissions | RDNVCK |
7073 | oc :privatelink | %base_url %/f /[0 -9a -z -$%]+ |
7174 | oc :size | 0 |
75+ | oc :favorite | 1 |
7276
7377 @issue-10329
7478 Scenario : check the response of the searched sub-folder
0 commit comments