Skip to content

Commit 6e5fab0

Browse files
fix another tests i missed
1 parent a1b71ca commit 6e5fab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/page_object_autofill.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ def update_form_data(
212212
return self
213213

214214
def verify_form_data(
215-
self, sample_data: CreditCardBase | AutofillAddressBase, region: str
215+
self, sample_data: CreditCardBase | AutofillAddressBase, region: str = "US"
216216
):
217217
"""Verify that form is filled correctly against sample data."""
218218
if not self.field_mapping:

0 commit comments

Comments
 (0)