Skip to content

Commit 8c02b16

Browse files
committed
stabilize tests
1 parent b258746 commit 8c02b16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/page_object_prefs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ def choose_sidebar_option(self, option: str):
629629
"""
630630
Clicks the corresponding sidebar option from the about:addons page.
631631
"""
632-
self.element_exists("sidebar-options", labels=[option])
632+
self.element_clickable("sidebar-options", labels=[option])
633633
self.click_on("sidebar-options", labels=[option])
634634

635635
def activate_theme(

0 commit comments

Comments
 (0)