diff options
author | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2018-12-21 13:44:41 +0100 |
---|---|---|
committer | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2019-01-22 12:27:06 +0100 |
commit | 4fcabf167e121497bfae4dcdec0b8eb7e8f9d483 (patch) | |
tree | fc10001b6e503f1933b7ee30fbe4a6daa4fa381d /tests/acceptance/config | |
parent | dbc184c85980b90f30881d249010f69b6f60800c (diff) | |
download | nextcloud-server-4fcabf167e121497bfae4dcdec0b8eb7e8f9d483.tar.gz nextcloud-server-4fcabf167e121497bfae4dcdec0b8eb7e8f9d483.zip |
Add acceptance tests for moving and copying files to another folder
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/acceptance/config/behat.yml b/tests/acceptance/config/behat.yml index acb404aae26..182629701e8 100644 --- a/tests/acceptance/config/behat.yml +++ b/tests/acceptance/config/behat.yml @@ -15,6 +15,7 @@ default: - DialogContext - FeatureContext - FileListContext + - FilePickerContext - FilesAppContext - FilesAppSharingContext - LoginPageContext @@ -43,6 +44,7 @@ default: - DialogContext - FeatureContext - FileListContext + - FilePickerContext - FilesAppContext - FilesAppSharingContext - LoginPageContext |