diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2022-12-21 11:42:35 +0100 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2022-12-21 15:16:46 +0100 |
commit | 1888458476b4b710e431ea9c24a44c210a0f22a3 (patch) | |
tree | 1493545c3e0820d517e8a1a01452e2baed918dc7 /tests | |
parent | c007a3a670094956dcf26c2352b1f12a21c4dd62 (diff) | |
download | nextcloud-server-1888458476b4b710e431ea9c24a44c210a0f22a3.tar.gz nextcloud-server-1888458476b4b710e431ea9c24a44c210a0f22a3.zip |
Fix testing
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/acceptance/features/app-theming.feature | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/acceptance/features/app-theming.feature b/tests/acceptance/features/app-theming.feature index a70cfb7510e..9744cc49eda 100644 --- a/tests/acceptance/features/app-theming.feature +++ b/tests/acceptance/features/app-theming.feature @@ -24,10 +24,10 @@ Feature: app-theming And I see that the color selector in the Theming app has loaded And I set the "Color" parameter in the Theming app to "#C9C9C9" And I see that the parameters in the Theming app are eventually saved - And I see that the primary color is eventually "#006aa3" + And I see that the primary color is eventually "#C9C9C9" And I see that the non-plain background color variable is eventually "#C9C9C9" When I reset the "Color" parameter in the Theming app to its default value Then I see that the parameters in the Theming app are eventually saved # Default user background follows admin theming - And I see that the primary color is eventually "#0082c9" + And I see that the primary color is eventually "#006aa3" And I see that the non-plain background color variable is eventually "#0082c9" |