Skip to content
Snippets Groups Projects
Commit 95896411 authored by Thomas Müller's avatar Thomas Müller
Browse files

Merge pull request #20755 from owncloud/integration_test_not_sharee_requesting

Added test case about a user without a share requesting it
parents 4d22c75d 094a1bc7
No related branches found
No related tags found
No related merge requests found
......@@ -353,6 +353,16 @@ Feature: sharing
Then the OCS status code should be "404"
And the HTTP status code should be "200"
Scenario: Get a share with a user which didn't received the share
Given user "user0" exists
And user "user1" exists
And user "user2" exists
And file "textfile0.txt" from user "user0" is shared with user "user1"
And As an "user2"
When Getting info of last share
Then the OCS status code should be "404"
And the HTTP status code should be "200"
Scenario: Delete all group shares
Given As an "admin"
And user "user0" exists
......
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