Skip to content

Commit fa76477

Browse files
added amazon canada fix
1 parent f05165c commit fa76477

File tree

4 files changed

+22
-6
lines changed

4 files changed

+22
-6
lines changed

l10n_CM/Unified/test_demo_cc_2_preview.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ def test_cc_preview(
4646
"card_number",
4747
"expiration_month",
4848
"expiration_year",
49+
"expiration_date",
4950
]
5051
for field in fields_to_test:
5152
credit_card_autofill.check_autofill_preview_for_field(
5253
field, credit_card_sample_data
5354
)
5455

55-
credit_card_autofill.click_form_field("cvv")
56-
autofill_popup.ensure_autofill_dropdown_not_visible()
56+
credit_card_autofill.verify_no_dropdown_on_field_interaction("cvv")

l10n_CM/Unified/test_demo_cc_3_autofill.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,6 @@ def test_cc_autofill_from_dropdown(
4242
credit_card_autofill.clear_and_verify_all_fields(credit_card_data, region=region)
4343

4444
# Step 5: Click the csc field (cc-csc), ensure autofill popup is not present
45-
credit_card_autofill.click_form_field("cvv") # Use single click
46-
autofill_popup.ensure_autofill_dropdown_not_visible()
45+
credit_card_autofill.verify_no_dropdown_on_field_interaction(
46+
"cvv"
47+
) # Use single click

0 commit comments

Comments
 (0)