typo corrections

This commit is contained in:
Viktor Scharf
2022-01-30 20:33:02 +01:00
parent ed81da84e7
commit 7a91fc0012
2 changed files with 26 additions and 24 deletions
@@ -20,7 +20,7 @@ Feature: Upload files into a space
| mainFolder |
Scenario: A user can create a subfolders in a Space via the Graph API
Scenario: A user can create subfolders in a Space via the Graph API
Given user "Alice" has created a space "Subfolders in Project" of type "project" with quota "2000"
When user "Alice" creates a subfolder "mainFolder/subFolder1/subFolder2" in space "Subfolders in Project" using the WebDav Api
Then the HTTP status code should be "201"
@@ -29,6 +29,7 @@ Feature: Upload files into a space
And for user "Alice" folder "mainFolder/subFolder1/" of the space "Subfolders in Project" should contain these entries:
| subFolder2 |
Scenario: A user cannot create a folder in a Space if they do not have permission
Given user "Alice" has created a space "Project Merkur" of type "project" with quota "2000"
And user "Bob" creates a folder "forAlice" in space "Project Merkur" owned by the user "Alice" using the WebDav Api
@@ -47,6 +48,7 @@ Feature: Upload files into a space
| NewFolder |
| test.txt |
Scenario: A user cannot upload a file in a Space if they do not have permission
Given user "Alice" has created a space "Project Pluto" of type "project" with quota "2000"
When user "Bob" uploads a file inside space "Project Pluto" owned by the user "Alice" with content "Test" to "test.txt" using the WebDAV API