summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2022-12-09 08:11:18 +0100
committerJohn Molakvoæ <skjnldsv@protonmail.com>2022-12-21 15:13:56 +0100
commitc007a3a670094956dcf26c2352b1f12a21c4dd62 (patch)
treeb9b78783dd7c1d4b5c7fa93ac028d755e309d3ee /tests
parente76715a46959d7d2ebaff37bbbbaebe04d9a6821 (diff)
downloadnextcloud-server-c007a3a670094956dcf26c2352b1f12a21c4dd62.tar.gz
nextcloud-server-c007a3a670094956dcf26c2352b1f12a21c4dd62.zip
Fix default primary for user theming
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/acceptance/features/app-theming.feature6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/acceptance/features/app-theming.feature b/tests/acceptance/features/app-theming.feature
index 7b734f7f318..a70cfb7510e 100644
--- a/tests/acceptance/features/app-theming.feature
+++ b/tests/acceptance/features/app-theming.feature
@@ -13,7 +13,8 @@ Feature: app-theming
And I see that the non-plain background color variable is eventually "#0082c9"
When I set the "Color" parameter in the Theming app to "#C9C9C9"
Then I see that the parameters in the Theming app are eventually saved
- And I see that the primary color is eventually "#006aa3"
+ # Default user background follows admin theming
+ And I see that the primary color is eventually "#C9C9C9"
And I see that the non-plain background color variable is eventually "#C9C9C9"
Scenario: resetting the color updates the primary color
@@ -27,5 +28,6 @@ Feature: app-theming
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
- And I see that the primary color is eventually "#006aa3"
+ # Default user background follows admin theming
+ And I see that the primary color is eventually "#0082c9"
And I see that the non-plain background color variable is eventually "#0082c9"