From 4fcabf167e121497bfae4dcdec0b8eb7e8f9d483 Mon Sep 17 00:00:00 2001 From: Daniel Calviño Sánchez Date: Fri, 21 Dec 2018 13:44:41 +0100 Subject: Add acceptance tests for moving and copying files to another folder MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Calviño Sánchez --- tests/acceptance/config/behat.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/acceptance/config') 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 -- cgit v1.2.3