diff options
author | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2017-07-08 15:36:01 +0200 |
---|---|---|
committer | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2017-07-08 15:36:01 +0200 |
commit | 71b90cdeff2e8e8c71a315aadf615da2bd1e63a7 (patch) | |
tree | f552887ce2b1715a7ef0d0601da087b27f4e5119 /tests/acceptance/config | |
parent | 8deab238cc2aacaadcacc5ab918255a33b85fc87 (diff) | |
download | nextcloud-server-71b90cdeff2e8e8c71a315aadf615da2bd1e63a7.tar.gz nextcloud-server-71b90cdeff2e8e8c71a315aadf615da2bd1e63a7.zip |
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.yml | 1 |
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 |