summaryrefslogtreecommitdiffstats
path: root/build/integration/features/sharing-v1.feature
diff options
context:
space:
mode:
authorSergio Bertolin <sbertolin@solidgear.es>2015-11-30 12:20:05 +0000
committerSergio Bertolin <sbertolin@solidgear.es>2015-11-30 12:20:05 +0000
commit52f6592991956f79724b98036803fde6452e8c66 (patch)
tree3243fe774fccc826272bc528a553d352591cadb1 /build/integration/features/sharing-v1.feature
parent40172e252b9141f76a50413e7ae58ba686bd7c2a (diff)
downloadnextcloud-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.feature8
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