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 32ebed0 commit d269289Copy full SHA for d269289
tests/address_bar_and_search/test_adaptive_history_autofill.py
@@ -44,8 +44,11 @@ def test_add_adaptive_history_autofill(driver: Firefox):
44
EC.url_contains("https://www.nationalgeographic.com/science/")
45
)
46
47
+ tabs.set_content_context()
48
+
49
# Open a new tab, type the first 3 characters of the visited URL
50
tabs.new_tab_by_button()
51
+ tabs.wait_for_num_tabs(2)
52
driver.switch_to.window(driver.window_handles[-1])
53
nav.type_in_awesome_bar("nat")
54
0 commit comments