updated feature file to remove trailing slash for folder propfind request
This commit is contained in:
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user