Fix the test step ordering

This commit is contained in:
Swikriti Tripathi
2023-08-22 16:14:36 +05:45
parent d656b4ad19
commit 3fb6b94698
7 changed files with 13 additions and 13 deletions

View File

@@ -18,7 +18,7 @@ Feature: enforce password on public link
| path | /testfile.txt |
| permissions | 3 |
Then the HTTP status code should be "<http-code>"
Then the OCS status code should be "400"
And the OCS status code should be "400"
And the OCS status message should be "missing required password"
Examples:
| ocs-api-version | http-code |
@@ -34,7 +34,7 @@ Feature: enforce password on public link
When user "Alice" updates the last public link share using the sharing API with
| permissions | 3 |
Then the HTTP status code should be "<http-code>"
Then the OCS status code should be "400"
And the OCS status code should be "400"
And the OCS status message should be "missing required password"
Examples:
| ocs-api-version | http-code |