adding skip tag (#9200)

This commit is contained in:
Sabin Panta
2024-05-24 11:34:51 +05:45
committed by GitHub
parent 088f04eee0
commit 83374e5c65
16 changed files with 35 additions and 29 deletions
@@ -44,7 +44,7 @@ Feature: PROPFIND
| /remote.php/webdav | infinity | 400 |
| /remote.php/dav/files/alice | infinity | 400 |
@skipOnReva
Scenario: send PROPFIND request to a public link shared with password
Given user "Alice" has been created with default attributes and without skeleton files
And user "Alice" has created folder "/PARENT"
@@ -59,7 +59,7 @@ Feature: PROPFIND
And the value of the item "//d:href" in the response should match "/%base_path%\/remote.php\/dav\/public-files\/%public_token%\/$/"
And the value of the item "//oc:public-link-share-owner" in the response should be "Alice"
@skipOnReva
Scenario: send PROPFIND request to a public link shared with password (request without password)
Given user "Alice" has been created with default attributes and without skeleton files
And user "Alice" has created folder "/PARENT"
@@ -73,7 +73,7 @@ Feature: PROPFIND
Then the HTTP status code should be "401"
And the value of the item "/d:error/s:exception" in the response should be "Sabre\DAV\Exception\NotAuthenticated"
@skipOnReva
Scenario: send PROPFIND request to a public link shared with password (request with incorrect password)
Given user "Alice" has been created with default attributes and without skeleton files
And user "Alice" has created folder "/PARENT"