aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-04-08 11:20:26 +0200
committerMorris Jobke <hey@morrisjobke.de>2019-04-10 11:28:45 +0200
commit09683430614ca873d5cba831a8a06f296a71c897 (patch)
tree593e2a6296feda08e1239738c0cd69816efe5265
parentd1e4d614daa52503b1a0bb5ebcaf6a7d2b33edb7 (diff)
downloadnextcloud-server-09683430614ca873d5cba831a8a06f296a71c897.tar.gz
nextcloud-server-09683430614ca873d5cba831a8a06f296a71c897.zip
Add acceptance test for public folder navigation
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--tests/acceptance/features/app-files-sharing-link.feature20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/acceptance/features/app-files-sharing-link.feature b/tests/acceptance/features/app-files-sharing-link.feature
index 19f38ecc7fb..c35338fea28 100644
--- a/tests/acceptance/features/app-files-sharing-link.feature
+++ b/tests/acceptance/features/app-files-sharing-link.feature
@@ -37,6 +37,26 @@ Feature: app-files-sharing-link
And I open the Share menu
And I see that the Share menu is shown
+ Scenario: open a subfolder in a public shared folder
+ Given I act as John
+ And I am logged in
+ And I create a new folder named "Shared folder with subfolders"
+ And I enter in the folder named "Shared folder with subfolders"
+ And I create a new folder named "Subfolder"
+ And I enter in the folder named "Subfolder"
+ And I create a new folder named "Subsubfolder"
+ And I see that the file list contains a file named "Subsubfolder"
+ # The Files app is open again to reload the file list
+ And I open the Files app
+ And I share the link for "Shared folder with subfolders"
+ And I write down the shared link
+ When I act as Jane
+ And I visit the shared link I wrote down
+ And I see that the current page is the shared link I wrote down
+ Then I see that the file list contains a file named "Subfolder"
+ And I enter in the folder named "Subfolder"
+ And I see that the file list contains a file named "Subsubfolder"
+
Scenario: creation is not possible by default in a public shared folder
Given I act as John
And I am logged in