diff options
Diffstat (limited to 'tests/acceptance/features/app-theming.feature')
-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 6f11a61455f..7a660ed52da 100644 --- a/tests/acceptance/features/app-theming.feature +++ b/tests/acceptance/features/app-theming.feature @@ -13,7 +13,7 @@ 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 "#C9C9C9" + And I see that the primary color is eventually "#00639a" And I see that the non-plain background color variable is eventually "#C9C9C9" Scenario: resetting the color updates the primary color @@ -23,7 +23,7 @@ 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 "#C9C9C9" + And I see that the primary color is eventually "#00639a" 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 |