diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/integration/features/sharing-v1.feature | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/build/integration/features/sharing-v1.feature b/build/integration/features/sharing-v1.feature index 462915cf5ba..bfd52ec6605 100644 --- a/build/integration/features/sharing-v1.feature +++ b/build/integration/features/sharing-v1.feature @@ -513,4 +513,16 @@ Feature: sharing When creating a share with | path | / | | shareType | 3 | - Then the OCS status code should be "403"
\ No newline at end of file + Then the OCS status code should be "403" + + Scenario: Allow modification of reshare + Given user "user0" exists + And user "user1" exists + And user "user2" exists + And user "user0" created a folder "/TMP" + And file "TMP" of user "user0" is shared with user "user1" + And file "TMP" of user "user1" is shared with user "user2" + And As an "user1" + When Updating last share with + | permissions | 1 | + Then the OCS status code should be "100" |