mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-06 12:19:37 -06:00
expect type project instead of share
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
@@ -26,7 +26,7 @@ Feature: Share spaces
|
||||
When user "Brian" lists all available spaces via the GraphApi
|
||||
Then the json responded should contain a space "Share space to Brian" with these key and value pairs:
|
||||
| key | value |
|
||||
| driveType | share |
|
||||
| driveType | project |
|
||||
| id | %space_id% |
|
||||
| name | Share space to Brian |
|
||||
| quota@@@state | normal |
|
||||
@@ -55,7 +55,7 @@ Feature: Share spaces
|
||||
When user "Brian" lists all available spaces via the GraphApi
|
||||
Then the json responded should contain a space "Unshare space" with these key and value pairs:
|
||||
| key | value |
|
||||
| driveType | share |
|
||||
| driveType | project |
|
||||
| id | %space_id% |
|
||||
| name | Unshare space |
|
||||
When user "Alice" unshares a space "Unshare space" to user "Brian"
|
||||
|
||||
Reference in New Issue
Block a user