diff options
author | Sergio Bertolin <sbertolin@solidgear.es> | 2015-11-30 12:20:05 +0000 |
---|---|---|
committer | Sergio Bertolin <sbertolin@solidgear.es> | 2015-11-30 12:20:05 +0000 |
commit | 52f6592991956f79724b98036803fde6452e8c66 (patch) | |
tree | 3243fe774fccc826272bc528a553d352591cadb1 /build/integration/features/sharing-v1.feature | |
parent | 40172e252b9141f76a50413e7ae58ba686bd7c2a (diff) | |
download | nextcloud-server-52f6592991956f79724b98036803fde6452e8c66.tar.gz nextcloud-server-52f6592991956f79724b98036803fde6452e8c66.zip |
Making propfinds, having depth in mind and checking it in gherkin description
Diffstat (limited to 'build/integration/features/sharing-v1.feature')
-rw-r--r-- | build/integration/features/sharing-v1.feature | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/build/integration/features/sharing-v1.feature b/build/integration/features/sharing-v1.feature index fc2da430663..f32e2fa2f3e 100644 --- a/build/integration/features/sharing-v1.feature +++ b/build/integration/features/sharing-v1.feature @@ -371,8 +371,12 @@ Feature: sharing And user "user1" belongs to group "group0" And file "/PARENT" from user "user0" is shared with user "user1" When file "/PARENT/CHILD" from user "user0" is shared with group "group0" - And As an "admin" - Then user "user1" should see following folders + Then user "user1" should see following elements + | /FOLDER/ | + | /PARENT/ | + | /CHILD/ | + | /PARENT/parent.txt | + | /CHILD/child.txt | And the HTTP status code should be "200" Scenario: Delete all group shares |