diff options
author | Julius Härtl <jus@bitgrid.net> | 2018-06-09 11:37:41 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2018-06-09 11:37:41 +0200 |
commit | de66336f9c6cef3de5e298b48fdc3769bd307568 (patch) | |
tree | 1fce53f93e2aad5463763ead04adc153e25b1839 /tests/acceptance/config | |
parent | 44c6d22b2222fa8f8107cef9718eefbb30434374 (diff) | |
download | nextcloud-server-de66336f9c6cef3de5e298b48fdc3769bd307568.tar.gz nextcloud-server-de66336f9c6cef3de5e298b48fdc3769bd307568.zip |
Add basic acceptance tests for apps management
Signed-off-by: Julius Härtl <jus@bitgrid.net>
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 965d5f02fcc..55d2ff3a6f4 100644 --- a/tests/acceptance/config/behat.yml +++ b/tests/acceptance/config/behat.yml @@ -9,6 +9,7 @@ default: - AppNavigationContext - AppSettingsContext + - AppsManagementContext - CommentsAppContext - ContactsMenuContext - DialogContext |