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 cc42d21 commit 2a446d1Copy full SHA for 2a446d1
tests/address_bar_and_search/test_adaptive_history_autofill.py
@@ -42,7 +42,7 @@ def test_add_adaptive_history_autofill(driver: Firefox):
42
driver.switch_to.window(driver.window_handles[1])
43
tabs.close_first_tab_by_icon()
44
45
- # Step 3: Type in address bar, click adaptive suggestion
+ # Step 3: Type in address bar, then click adaptive suggestion
46
nav.type_in_awesome_bar("nat")
47
nav.click_firefox_suggest()
48
nav.expect_in_content(EC.url_contains(TEST_URL))
0 commit comments