summaryrefslogtreecommitdiffstats
path: root/tests/acceptance/config
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2018-02-18 23:52:44 +0100
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2018-03-09 12:26:58 +0100
commitda6743277b005dbef79dc523d6396ee580e0ed21 (patch)
tree5c39fc480a645c2afc4654c82485c263e28a2cd2 /tests/acceptance/config
parent56a4c9d68ee086bd4f3cb043236e4f505374aa92 (diff)
downloadnextcloud-server-da6743277b005dbef79dc523d6396ee580e0ed21.tar.gz
nextcloud-server-da6743277b005dbef79dc523d6396ee580e0ed21.zip
Extract file list locators and steps to its own class
Besides the extraction some minor adjustments (sorting locators for file action menu entries to reflect the order of the menu entries in the UI, moving parametrized locators like "createMenuItemFor" above the locators that use them and placing "descendantOf" calls always in a new line) were made too. 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 3495769457d..ba41618b895 100644
--- a/tests/acceptance/config/behat.yml
+++ b/tests/acceptance/config/behat.yml
@@ -12,6 +12,7 @@ default:
- AppNavigationContext
- CommentsAppContext
- FeatureContext
+ - FileListContext
- FilesAppContext
- FilesSharingAppContext
- LoginPageContext