@@ -988,33 +988,3 @@ Feature: sharing
988988 And Updating last share with
989989 | publicUpload | true |
990990 Then the OCS status code should be "404"
991- And the HTTP status code should be "200"
992-
993- Scenario : deleting file out of a share as recipient creates a backup for the owner
994- Given As an "admin"
995- And user "user0" exists
996- And user "user1" exists
997- And user "user0" created a folder "/shared"
998- And User "user0" moved file "/textfile0.txt" to "/shared/shared_file.txt"
999- And folder "/shared" of user "user0" is shared with user "user1"
1000- When User "user1" deletes file "/shared/shared_file.txt"
1001- Then as "user1" the file "/shared/shared_file.txt" does not exist
1002- And as "user0" the file "/shared/shared_file.txt" does not exist
1003- And as "user0" the file "/shared_file.txt" exists in trash
1004- And as "user1" the file "/shared_file.txt" exists in trash
1005-
1006- Scenario : deleting folder out of a share as recipient creates a backup for the owner
1007- Given As an "admin"
1008- And user "user0" exists
1009- And user "user1" exists
1010- And user "user0" created a folder "/shared"
1011- And user "user0" created a folder "/shared/sub"
1012- And User "user0" moved file "/textfile0.txt" to "/shared/sub/shared_file.txt"
1013- And folder "/shared" of user "user0" is shared with user "user1"
1014- When User "user1" deletes folder "/shared/sub"
1015- Then as "user1" the folder "/shared/sub" does not exist
1016- And as "user0" the folder "/shared/sub" does not exist
1017- And as "user0" the folder "/sub" exists in trash
1018- And as "user0" the file "/sub/shared_file.txt" exists in trash
1019- And as "user1" the folder "/sub" exists in trash
1020- And as "user1" the file "/sub/shared_file.txt" exists in trash
0 commit comments