Skip to content

Commit 1ad81ba

Browse files
committed
Fix race condition
1 parent 7d39811 commit 1ad81ba

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
@@ -656,7 +656,7 @@ def enabled_theme_matches(self, expected_theme: str) -> bool:
656656

657657
def check_theme_has_changed(self, original_theme: str) -> BasePage:
658658
"""
659-
Ensure that the theme has changed.
659+
Ensure the theme has changed.
660660
"""
661661
assert not self.enabled_theme_matches(original_theme)
662662
return self

0 commit comments

Comments
 (0)