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
@@ -154,10 +154,10 @@ Feature: sharing
When the administrator removes user "Carol" from group "group0" using the provisioning API
Then the HTTP status code should be "204"
And user "Brian" should see the following elements
| /Shares/PARENT/ |
| /Shares/PARENT |
| /Shares/PARENT/parent.txt |
But user "Carol" should not see the following elements
| /Shares/PARENT/ |
| /Shares/PARENT |
| /Shares/PARENT/parent.txt |
@smokeTest @issue-1226 @issue-1270 @issue-1271 @issue-1231