Skip to content

Commit 2a446d1

Browse files
committed
Update constant
1 parent cc42d21 commit 2a446d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/address_bar_and_search/test_adaptive_history_autofill.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def test_add_adaptive_history_autofill(driver: Firefox):
4242
driver.switch_to.window(driver.window_handles[1])
4343
tabs.close_first_tab_by_icon()
4444

45-
# Step 3: Type in address bar, click adaptive suggestion
45+
# Step 3: Type in address bar, then click adaptive suggestion
4646
nav.type_in_awesome_bar("nat")
4747
nav.click_firefox_suggest()
4848
nav.expect_in_content(EC.url_contains(TEST_URL))

0 commit comments

Comments
 (0)