Skip to content

Commit 20f31e7

Browse files
minor error fix
1 parent d5d5766 commit 20f31e7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

l10n_CM/Unified/test_demo_ad_5a_clear_name_org_fields.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def test_demo_ad_clear_name_org(
2323
"""
2424
# Create fake data and fill it in
2525
address_autofill.open()
26-
address_autofill_data = address_autofill.fill_and_save(region)
26+
address_autofill.fill_and_save(region)
2727

2828
# List of field labels to be autofilled and verified
2929
fields_to_test = ["name", "organization"]

l10n_CM/Unified/test_demo_ad_5b_clear_address_fields.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def test_demo_ad_clear_address_fields(
2323
"""
2424
# Create fake data and fill it in
2525
address_autofill.open()
26-
address_autofill_data = address_autofill.fill_and_save(region)
26+
address_autofill.fill_and_save(region)
2727

2828
# List of field labels to be autofilled and verified
2929
fields_to_test = [

l10n_CM/Unified/test_demo_ad_5c_clear_phone_email_fields.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def test_demo_ad_clear_tel_email(
2323
"""
2424
# Create fake data and fill it in
2525
address_autofill.open()
26-
address_autofill_data = address_autofill.fill_and_save(region)
26+
address_autofill.fill_and_save(region)
2727

2828
# List of field labels to be autofilled and verified
2929
fields_to_test = ["email", "tel"]

0 commit comments

Comments
 (0)