We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 432f049 commit e972b3bCopy full SHA for e972b3b
tests/address_bar_and_search/test_search_suggestions.py
@@ -75,4 +75,4 @@ def test_search_suggests_enabled(driver: Firefox):
75
found_non_sponsored = any(
76
"Wikipedia - wiki.phtml" in title.text for title in titles
77
)
78
- assert found_non_sponsored == True
+ assert found_non_sponsored, f"Non-sponsored suggestion not found"
0 commit comments