Skip to content

Commit f0d845c

Browse files
committed
Stablize test form autofill
1 parent c87c41d commit f0d845c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/form_autofill/test_form_autofill_suggestions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ def test_form_autofill_suggestions(
4040

4141
# verify form data in reverse (newer options are at the top)
4242
for idx in range(1, 3):
43+
autofill_popup.ensure_autofill_dropdown_visible()
4344
autofill_popup.select_nth_element(idx)
4445
credit_card_autofill.verify_form_data(sample_data[idx - 1])
4546
credit_card_autofill.click_on("form-field", labels=["cc-name"])

0 commit comments

Comments
 (0)