test: adjust MOVE between spaces test expectations

This commit is contained in:
Sawjan Gurung
2024-01-26 20:56:39 +05:45
parent b7635f59ee
commit 921f7d9d20
5 changed files with 19 additions and 20 deletions
@@ -20,7 +20,7 @@ Feature: sharing
And user "Alice" has shared folder "/share1" with user "Brian"
And user "Alice" has shared folder "/share2" with user "Brian"
When user "Brian" moves file "/Shares/share1/textfile0.txt" to "/Shares/share2/textfile0.txt" using the WebDAV API
Then the HTTP status code should be "403"
Then the HTTP status code should be "502"
And as "Brian" file "/Shares/share1/textfile0.txt" should exist
And as "Alice" file "share1/textfile0.txt" should exist
But as "Brian" file "/Shares/share2/textfile0.txt" should not exist