[tests-only] [full-ci] removing the setresponse in given/then step in publicwebdav context (#7439)
* refactored given steps * refactored some when stepa * refactored remaining when and then steps * use of when step for the action * changed line no in expected failure * remove and add same kind of steps in the scenario and refactored function names * adressing reviews
This commit is contained in:
@@ -42,7 +42,8 @@ Feature: A manager of the space can edit public link
|
||||
| share_type | public_link |
|
||||
| displayname_owner | %displayname% |
|
||||
| name | <linkName> |
|
||||
And the public should be able to download file "/test.txt" from inside the last public link shared folder using the new public WebDAV API with password "<password>"
|
||||
When the public downloads file "/test.txt" from inside the last public link shared folder with password "<password>" using the new public WebDAV API
|
||||
Then the HTTP status code should be "200"
|
||||
And the downloaded content should be "some content"
|
||||
Examples:
|
||||
| permissions | expectedPermissions | password | linkName |
|
||||
|
||||
Reference in New Issue
Block a user