updated feature file to remove trailing slash for folder propfind request

This commit is contained in:
Sabin
2024-11-13 09:53:49 +05:45
parent 98bada4fd5
commit d7b237eee2
11 changed files with 102 additions and 100 deletions
@@ -668,7 +668,7 @@ Feature: copy file
When user "Alice" copies folder "/testshare" to "/not-existing/testshare" using the WebDAV API
Then the HTTP status code should be "409"
And user "Alice" should see the following elements
| /testshare/ |
| /testshare |
Examples:
| dav-path-version |
| old |
@@ -978,9 +978,9 @@ Feature: copy file
When user "Alice" copies folder "/testshare" to "/an-other-folder/testshare" using the WebDAV API
Then the HTTP status code should be "201"
And user "Alice" should see the following elements
| /testshare/ |
| /testshare |
And user "Alice" should see the following elements
| /an-other-folder/testshare/ |
| /an-other-folder/testshare |
Examples:
| dav-path-version |
| old |