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>2017-07-08 16:36:01 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2017-07-08 16:36:01 +0300
commit71b90cdeff2e8e8c71a315aadf615da2bd1e63a7 (patch)
treef552887ce2b1715a7ef0d0601da087b27f4e5119 /tests/acceptance/config
parent8deab238cc2aacaadcacc5ab918255a33b85fc87 (diff)
Extract app navigation elements to its own context
The app navigation is not exclusive to the Files app but a generic component used by other apps too, so its locators and steps should be in its own context. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'tests/acceptance/config')
-rw-r--r--tests/acceptance/config/behat.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/acceptance/config/behat.yml b/tests/acceptance/config/behat.yml
index 15310e6883f..86510083761 100644
--- a/tests/acceptance/config/behat.yml
+++ b/tests/acceptance/config/behat.yml
@@ -9,6 +9,7 @@ default:
- ActorContext
- NextcloudTestServerContext
+ - AppNavigationContext
- FeatureContext
- FilesAppContext
- FilesSharingAppContext