add some more steps
This commit is contained in:
@@ -12,3 +12,8 @@ Feature: List and create spaces
|
||||
Then the HTTP status code should be "200"
|
||||
And user "Alice" lists the content of the personal space root using the WebDav Api
|
||||
And the HTTP status code should be "207"
|
||||
And user "Alice" creates a space "Project Mars" of type "project" with the default quota using the GraphApi
|
||||
Then the HTTP status code should be "401"
|
||||
And the administrator gives "Alice" the role "Admin" using the settings api
|
||||
And user "Alice" creates a space "Project Mars" of type "project" with the default quota using the GraphApi
|
||||
Then the HTTP status code should be "201"
|
||||
|
||||
Reference in New Issue
Block a user