From 71b90cdeff2e8e8c71a315aadf615da2bd1e63a7 Mon Sep 17 00:00:00 2001 From: Daniel Calviño Sánchez Date: Sat, 8 Jul 2017 15:36:01 +0200 Subject: Extract app navigation elements to its own context MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- tests/acceptance/config/behat.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/acceptance/config') 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 -- cgit v1.2.3