This commit is contained in:
Kris 2020-02-11 16:09:41 -05:00
parent e6e5ce3c54
commit 5e6f0d9f1c
1 changed files with 1 additions and 2 deletions

View File

@ -207,8 +207,7 @@ describe UserNotifications do
it "uses theme color" do
cs = Fabricate(:color_scheme, name: 'Fancy', color_scheme_colors: [
Fabricate(:color_scheme_color, name: 'header_primary', hex: 'F0F0F0'),
Fabricate(:color_scheme_color, name: 'header_background', hex: '1E1E1E'),
Fabricate(:color_scheme_color, name: 'tertiary', hex: '858585')
Fabricate(:color_scheme_color, name: 'header_background', hex: '1E1E1E')
])
theme = Fabricate(:theme,
user_selectable: true,