[tests-only] Run tests with default propfind depth infinity config (#7334)
* use default config for OCDAV_ALLOW_PROPFIND_DEPTH_INFINITY * remove unnecessary steps * use default propfind depth infinity value * use correct step to check the resources * use correct step to check the resources * cover depth:infinity enabled test cases * fix steps * fix scenario steps * update expected failure list * add depth infinity test suite to ci * update existing tests only * remove test with depth:infinity
This commit is contained in:
@@ -64,7 +64,7 @@ Feature: upload resources on share using TUS protocol
|
||||
And user "Brian" has accepted share "/toShare" offered by user "Alice"
|
||||
When user "Brian" uploads a file with content "uploaded content" to "/toShare/nonExistentFolder/file.txt" via TUS inside of the space "Shares" using the WebDAV API
|
||||
Then for user "Brian" folder "toShare" of the space "Shares" should not contain these entries:
|
||||
| nonExistentFolder/file.txt |
|
||||
| nonExistentFolder |
|
||||
|
||||
|
||||
Scenario: attempt to upload a file into a nonexistent folder within correctly received read only share
|
||||
@@ -74,7 +74,7 @@ Feature: upload resources on share using TUS protocol
|
||||
And user "Brian" has accepted share "/toShare" offered by user "Alice"
|
||||
When user "Brian" uploads a file with content "uploaded content" to "/toShare/nonExistentFolder/file.txt" via TUS inside of the space "Shares" using the WebDAV API
|
||||
Then for user "Brian" folder "toShare" of the space "Shares" should not contain these entries:
|
||||
| nonExistentFolder/file.txt |
|
||||
| nonExistentFolder |
|
||||
|
||||
|
||||
Scenario: uploading a file to a received share folder
|
||||
|
||||
Reference in New Issue
Block a user