Merge pull request #9357 from owncloud/remove-ocs-scenarios-3

[full-ci] [tests-only] Removed failing ocs scenarios
This commit is contained in:
Sawjan Gurung
2024-06-12 15:47:35 +05:45
committed by GitHub
2 changed files with 3 additions and 8 deletions
@@ -270,12 +270,12 @@ Feature: sharing
| shareType | user |
| permissionsRole | File Editor |
When user "Brian" tries to delete the last share of user "Alice" using the sharing API
Then the OCS status code should be "404"
And the HTTP status code should be "<http-status-code>"
Then the HTTP status code should be "<http-status-code>"
And the OCS status code should be "996"
Examples:
| ocs-api-version | http-status-code |
| 1 | 200 |
| 2 | 404 |
| 2 | 500 |
Scenario Outline: unshare a shared resources