diff options
author | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2017-08-04 13:20:22 +0200 |
---|---|---|
committer | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2017-08-10 12:37:57 +0200 |
commit | 0c8627a7ee455db673ab792b2a8add192fdc9a40 (patch) | |
tree | 6ca26c3425c57093af041b7e3d461a7666ddc258 /tests/acceptance/config | |
parent | 63004c8ce509bd3398cef4cc03f0bf98bcfb616f (diff) | |
download | nextcloud-server-0c8627a7ee455db673ab792b2a8add192fdc9a40.tar.gz nextcloud-server-0c8627a7ee455db673ab792b2a8add192fdc9a40.zip |
Add acceptance tests for setting the color in the Theming app
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 f9412935e51..10e1d425022 100644 --- a/tests/acceptance/config/behat.yml +++ b/tests/acceptance/config/behat.yml @@ -17,6 +17,7 @@ default: - NotificationContext - SettingsContext - SettingsMenuContext + - ThemingAppContext - UsersSettingsContext extensions: Behat\MinkExtension: |