Skip to content

Commit 34312bb

Browse files
committed
get color values for all bgs
1 parent fdaa632 commit 34312bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/theme_and_toolbar/test_customize_themes_and_redirect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def test_open_addons(driver: Firefox, theme_name: str):
7373
current_bg = abt_addons.activate_theme(
7474
nav, theme_name, themes[theme_name], perform_assert=False
7575
)
76-
assert current_bg == themes[theme_name]
76+
assert colors_match(current_bg, themes[theme_name])
7777

7878

7979
def test_alpenglow_theme(driver: Firefox):

0 commit comments

Comments
 (0)