]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add acceptance test for checking that the owner can see reshares
authorDaniel Calviño Sánchez <danxuliu@gmail.com>
Fri, 23 Nov 2018 11:30:30 +0000 (12:30 +0100)
committerDaniel Calviño Sánchez <danxuliu@gmail.com>
Fri, 23 Nov 2018 14:14:48 +0000 (15:14 +0100)
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
tests/acceptance/features/app-files.feature

index ab4131357ed85a14bcd9c5b0cc7ae245ee479cc5..b95e3360115f123d217a89ac698cc9e360a35d25 100644 (file)
@@ -348,6 +348,31 @@ Feature: app-files
     And I see that the "Sharing" tab in the details view is eventually loaded
     And I see that the file is shared with me by "user0"
 
+  Scenario: owner sees reshares with other users
+    Given I act as John
+    And I am logged in as the admin
+    And I act as Jane
+    And I am logged in
+    And I act as John
+    And I rename "welcome.txt" to "farewell.txt"
+    And I see that the file list contains a file named "farewell.txt"
+    And I share "farewell.txt" with "user0"
+    And I see that the file is shared with "user0"
+    And I act as Jane
+    # The Files app is open again to reload the file list
+    And I open the Files app
+    And I share "farewell.txt" with "user1"
+    And I see that the file is shared with "user1"
+    When I act as John
+    # The Files app is open again to reload the file list and the shares
+    And I open the Files app
+    And I open the details view for "farewell.txt"
+    And I see that the details view is open
+    And I open the "Sharing" tab in the details view
+    And I see that the "Sharing" tab in the details view is eventually loaded
+    Then I see that the file is shared with "user0"
+    And I see that the file is shared with "user1"
+
   Scenario: share an empty folder with another user
     Given I act as John
     And I am logged in as the admin