Skip to content

Commit 3aad3bf

Browse files
Merge pull request #819 from mozilla/vs/theme-refactoring-2
vs/refactor-themes
2 parents b3aa98c + fd173db commit 3aad3bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/theme_and_toolbar/test_customize_themes_and_redirect.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ def test_alpenglow_theme(driver: Firefox) -> None:
117117
"""
118118

119119
nav = Navigation(driver)
120-
abt_addons = AboutAddons(driver).open()
120+
abt_addons = AboutAddons(driver)
121+
abt_addons.open()
121122
abt_addons.choose_sidebar_option("theme")
122123

123124
current_bg = abt_addons.activate_theme(

0 commit comments

Comments
 (0)