Skip to content

Commit e972b3b

Browse files
committed
Improve assert (lint)
1 parent 432f049 commit e972b3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/address_bar_and_search/test_search_suggestions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ def test_search_suggests_enabled(driver: Firefox):
7575
found_non_sponsored = any(
7676
"Wikipedia - wiki.phtml" in title.text for title in titles
7777
)
78-
assert found_non_sponsored == True
78+
assert found_non_sponsored, f"Non-sponsored suggestion not found"

0 commit comments

Comments
 (0)