diff options
author | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2018-02-18 23:52:44 +0100 |
---|---|---|
committer | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2018-03-09 03:37:08 +0100 |
commit | 49f2ba16f03c27c562b67eb0461fbec9c97657cb (patch) | |
tree | 502baad2a50dd3b96225501ff087bb9e14da3643 /tests/acceptance/config | |
parent | a20e9d7891a1ba0e16ddc373cdb4e9c89e8afd25 (diff) | |
download | nextcloud-server-49f2ba16f03c27c562b67eb0461fbec9c97657cb.tar.gz nextcloud-server-49f2ba16f03c27c562b67eb0461fbec9c97657cb.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.yml | 1 |
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 |