Skip to content

Commit 6484e7b

Browse files
authored
Fix testing
Signed-off-by: John Molakvoæ <[email protected]>
1 parent 2276035 commit 6484e7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/acceptance/features/app-theming.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Feature: app-theming
2424
And I see that the color selector in the Theming app has loaded
2525
And I set the "Color" parameter in the Theming app to "#C9C9C9"
2626
And I see that the parameters in the Theming app are eventually saved
27-
And I see that the primary color is eventually "#006aa3"
27+
And I see that the primary color is eventually "#C9C9C9"
2828
And I see that the non-plain background color variable is eventually "#C9C9C9"
2929
When I reset the "Color" parameter in the Theming app to its default value
3030
Then I see that the parameters in the Theming app are eventually saved

0 commit comments

Comments
 (0)