Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2019-11-20 23:00:05 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2019-11-20 23:15:46 +0300
commitf402e234480cd9d18c6c90ef011968eb7abcd5dc (patch)
tree7568f23103df689f47c0f9510340fe192953448d /tests/acceptance/config
parent0abff19aa91e4ba8bffd99b963fdb2b33a3d7639 (diff)
Accept incoming shares in acceptance tests
Incoming shares are no longer automatically added to the file list of the sharee. Instead, the user now needs to explictly accept the share. Currently shares can be accepted only from the Notifications app, so it must be explicitly cloned before installing Nextcloud if it is not found in the "apps" directory. Note that the development branches are already built, so there is no need to explicitly build the app. With the new sharing behaviour the "share a skeleton file with another user before first login" scenario is no longer valid (as the user will need to log in to accept the share, so at that point the skeleton is already created), so it was removed. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'tests/acceptance/config')
-rw-r--r--tests/acceptance/config/behat.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/acceptance/config/behat.yml b/tests/acceptance/config/behat.yml
index 53633d9345a..dfea50b3c5a 100644
--- a/tests/acceptance/config/behat.yml
+++ b/tests/acceptance/config/behat.yml
@@ -19,6 +19,7 @@ default:
- FilesAppContext
- FilesAppSharingContext
- LoginPageContext
+ - NotificationsContext
- PublicShareContext
- SearchContext
- SettingsContext
@@ -48,6 +49,7 @@ default:
- FilesAppContext
- FilesAppSharingContext
- LoginPageContext
+ - NotificationsContext
- PublicShareContext
- SearchContext
- SettingsContext