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 20fee93 commit 97f8d86Copy full SHA for 97f8d86
tests/address_bar_and_search/test_search_term_persists.py
@@ -50,7 +50,6 @@ def toggle_legacy_search_bar():
50
# Perform a search using the URL bar.
51
nav.search(FIRST_SEARCH)
52
tab.expect_title_contains("Google Search")
53
- nav.set_chrome_context()
54
address_bar_text = nav.get_awesome_bar_text()
55
assert FIRST_SEARCH == address_bar_text
56
@@ -78,6 +77,5 @@ def toggle_legacy_search_bar():
78
77
# Again, perform a search using the URL bar.
79
80
81
82
83
0 commit comments