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 89d8b7e commit 431be3bCopy full SHA for 431be3b
tests/address_bar_and_search/test_adaptive_history_autofill.py
@@ -33,7 +33,7 @@ def test_add_adaptive_history_autofill(driver: Firefox):
33
# Step 1: Visit the test site and verify tab title
34
nav.search(TEST_URL)
35
WebDriverWait(driver, WAIT_TIMEOUT).until(
36
- lambda d: tabs.get_tab_title(tabs.get_tab(1)) == EXPECTED_TITLE
+ lambda d: tabs.expect_title_contains(EXPECTED_TITLE)
37
)
38
39
# Step 2: Open new tab, close the original
0 commit comments