Skip to content
Snippets Groups Projects
Unverified Commit 1088870e authored by Roeland Jago Douma's avatar Roeland Jago Douma
Browse files

Add intergration test

parent 4e5fb747
No related branches found
No related tags found
No related merge requests found
...@@ -759,3 +759,19 @@ Feature: sharing ...@@ -759,3 +759,19 @@ Feature: sharing
| shareType | 0 | | shareType | 0 |
Then the OCS status code should be "997" Then the OCS status code should be "997"
And the HTTP status code should be "401" And the HTTP status code should be "401"
Scenario: Deleting a group share as user
Given As an "admin"
And user "user0" exists
And user "user1" exists
And group "group1" exists
And user "user1" belongs to group "group1"
And As an "user0"
And creating a share with
| path | welcome.txt |
| shareType | 1 |
| shareWith | group1 |
When As an "user1"
And Deleting last share
Then the OCS status code should be "404"
And the HTTP status code should be "200"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment