Create space with description (#3168)
* send description during create space * add changelog * update reva * add to API test * only use opaque if not nil * use forked xattr to fix windows build Signed-off-by: Michael Barz <mbarz@owncloud.com>
This commit is contained in:
@@ -10,15 +10,17 @@ Feature: Change data of space
|
||||
Given user "Alice" has been created with default attributes and without skeleton files
|
||||
And the administrator has given "Alice" the role "Admin" using the settings api
|
||||
|
||||
Scenario: An admin user can change the name of a Space via the Graph API
|
||||
Scenario: An admin user can change the name and description of a Space via the Graph API
|
||||
Given user "Alice" has created a space "Project Jupiter" of type "project" with quota "20"
|
||||
When user "Alice" changes the name of the "Project Jupiter" space to "Project Death Star"
|
||||
And user "Alice" changes the description of the "Project Death Star" space to "The Death Star is a fictional mobile space station"
|
||||
Then the HTTP status code should be "200"
|
||||
When user "Alice" lists all available spaces via the GraphApi
|
||||
Then the json responded should contain a space "Project Death Star" with these key and value pairs:
|
||||
| key | value |
|
||||
| driveType | project |
|
||||
| name | Project Death Star |
|
||||
| description | The Death Star is a fictional mobile space station |
|
||||
| quota@@@total | 20 |
|
||||
| root@@@webDavUrl | %base_url%/dav/spaces/%space_id% |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user