We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e5fb74 commit 1088870Copy full SHA for 1088870
build/integration/features/sharing-v1.feature
@@ -759,3 +759,19 @@ Feature: sharing
759
| shareType | 0 |
760
Then the OCS status code should be "997"
761
And the HTTP status code should be "401"
762
+
763
+ Scenario: Deleting a group share as user
764
+ Given As an "admin"
765
+ And user "user0" exists
766
+ And user "user1" exists
767
+ And group "group1" exists
768
+ And user "user1" belongs to group "group1"
769
+ And As an "user0"
770
+ And creating a share with
771
+ | path | welcome.txt |
772
+ | shareType | 1 |
773
+ | shareWith | group1 |
774
+ When As an "user1"
775
+ And Deleting last share
776
+ Then the OCS status code should be "404"
777
+ And the HTTP status code should be "200"
0 commit comments