diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-05-09 19:53:08 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-05-16 09:50:23 +0200 |
commit | 07a592bd27e297390b8d47a26381d38429cd13b4 (patch) | |
tree | 63cee6430f3e0d6223522ba31a5dcbcaa0353672 /tests/acceptance/config/behat.yml | |
parent | f3a06259e4a58ba7e7b6b55bb595c98867add1bb (diff) | |
download | nextcloud-server-07a592bd27e297390b8d47a26381d38429cd13b4.tar.gz nextcloud-server-07a592bd27e297390b8d47a26381d38429cd13b4.zip |
Users list acceptance tests
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'tests/acceptance/config/behat.yml')
-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 3cd71eec047..bfdbfbacba2 100644 --- a/tests/acceptance/config/behat.yml +++ b/tests/acceptance/config/behat.yml @@ -8,8 +8,10 @@ default: - NextcloudTestServerContext - AppNavigationContext + - AppSettingsContext - CommentsAppContext - ContactsMenuContext + - DialogContext - FeatureContext - FileListContext - FilesAppContext |