add some more steps

This commit is contained in:
Michael Barz
2021-10-19 16:26:21 +02:00
parent c2c198c3f3
commit fef74e7552
2 changed files with 103 additions and 5 deletions
@@ -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"