mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-11 19:08:08 -04:00
Addressed review
This commit is contained in:
@@ -12,7 +12,7 @@ Feature: Propfind test
|
||||
And user "Alice" has created a space "new-space" with the default quota using the GraphApi
|
||||
|
||||
|
||||
Scenario: space-admin check the PROPFIND request of a space
|
||||
Scenario: space-admin checks the PROPFIND request of a space
|
||||
Given user "Alice" has uploaded a file inside space "new-space" with content "some content" to "testfile.txt"
|
||||
When user "Alice" sends PROPFIND request to space "new-space" using the WebDAV API
|
||||
Then the HTTP status code should be "207"
|
||||
@@ -25,12 +25,12 @@ Feature: Propfind test
|
||||
| oc:size | 12 |
|
||||
|
||||
|
||||
Scenario Outline: space member with different role check the PROPFIND request of a space
|
||||
Scenario Outline: space member with a different role checks the PROPFIND request of a space
|
||||
Given user "Alice" has uploaded a file inside space "new-space" with content "some content" to "testfile.txt"
|
||||
And user "Alice" has shared a space "new-space" to user "Brian" with role "<role>"
|
||||
When user "Brian" sends PROPFIND request to space "new-space" using the WebDAV API
|
||||
Then the HTTP status code should be "207"
|
||||
And for user "Alice" the "PROPFIND" response should contain a space "new-space" with these key and value pairs:
|
||||
And for user "Brian" the "PROPFIND" response should contain a space "new-space" with these key and value pairs:
|
||||
| key | value |
|
||||
| oc:fileid | UUIDof:new-space |
|
||||
| oc:name | new-space |
|
||||
|
||||
Reference in New Issue
Block a user