Refactored feature files to make consistent inter-scenarios space

This commit is contained in:
Prarup Gurung
2022-11-01 15:13:14 +05:45
parent a39f754afd
commit 35672b0014
11 changed files with 17 additions and 2 deletions
@@ -11,6 +11,7 @@ Feature: attempt to PUT files with invalid password
Given user "Alice" has been created with default attributes and without skeleton files
And user "Alice" has created folder "/PARENT"
Scenario: send PUT requests to webDav endpoints as normal user with wrong password
When user "Alice" requests these endpoints with "PUT" including body "doesnotmatter" using password "invalid" about user "Alice"
| endpoint |
@@ -21,6 +22,7 @@ Feature: attempt to PUT files with invalid password
| /remote.php/dav/files/%username%/PARENT/parent.txt |
Then the HTTP status code of responses on all endpoints should be "401"
Scenario: send PUT requests to webDav endpoints as normal user with no password
When user "Alice" requests these endpoints with "PUT" including body "doesnotmatter" using password "" about user "Alice"
| endpoint |