Skip to content

Commit 1ad955d

Browse files
Merge branch 'main' into vs/calvinklein-IT
2 parents 43b5034 + f6c020b commit 1ad955d

17 files changed

+333
-194
lines changed

l10n_CM/Unified/test_demo_ad_4a_highlight_name_org_fields.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def test_address_yellow_highlight_on_name_organization_fields(
3838
autofill_popup.ensure_autofill_dropdown_visible()
3939

4040
# Click on the first element from the autocomplete dropdown
41-
autofill_popup.select_nth_element(1)
41+
autofill_popup.select_autofill_panel()
4242

4343
field_to_test = ["given_name", "family_name", "name", "organization"]
4444
# Verify the name and organization fields are highlighted

l10n_CM/Unified/test_demo_ad_4b_highlight_address_fields.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def test_address_yellow_highlight_address_fields(
3333
autofill_popup.ensure_autofill_dropdown_visible()
3434

3535
# Click on the first element from the autocomplete dropdown
36-
autofill_popup.select_nth_element(1)
36+
autofill_popup.select_autofill_panel()
3737

3838
field_to_test = [
3939
"street_address",

l10n_CM/Unified/test_demo_ad_4c_highlight_phone_email_fields.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def test_address_yellow_highlight_address_fields(
3333
autofill_popup.ensure_autofill_dropdown_visible()
3434

3535
# Click on the first element from the autocomplete dropdown
36-
autofill_popup.select_nth_element(1)
36+
autofill_popup.select_autofill_panel()
3737

3838
field_to_test = ["email", "telephone"]
3939
# Verify the address fields are highlighted
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"url": "http://127.0.0.1:8080/euronics_ad.html",
3+
"field_mapping": {
4+
"family_name": "777b8d0d-9a9f-438f-9039-9e050575cc57",
5+
"given_name": "d9939fee-9629-4e0f-8139-4f1f62d75fce",
6+
"street_address": "0352063c-cd11-4311-bdf0-49563edefe0c",
7+
"address_level_2": "3aec2f8f-5ce4-44db-9f55-aeafed9da83a",
8+
"address_level_1": "1ead381a-e551-4c6f-8ed7-c22edba65bfa",
9+
"postal_code": "902fef2a-b369-4f72-a974-cbfce742656b",
10+
"email": "1d4dc263-d95a-4532-8112-8f7213bd18df"
11+
},
12+
"form_field": "*[data-moz-autofill-inspect-id='{name}']",
13+
"skip": "True",
14+
"fields": [
15+
"777b8d0d-9a9f-438f-9039-9e050575cc57",
16+
"d9939fee-9629-4e0f-8139-4f1f62d75fce",
17+
"0352063c-cd11-4311-bdf0-49563edefe0c",
18+
"3aec2f8f-5ce4-44db-9f55-aeafed9da83a",
19+
"1ead381a-e551-4c6f-8ed7-c22edba65bfa",
20+
"902fef2a-b369-4f72-a974-cbfce742656b",
21+
"1d4dc263-d95a-4532-8112-8f7213bd18df"
22+
]
23+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"url": "http://127.0.0.1:8080/euronics_cc.html",
3+
"field_mapping": {
4+
"card_number": "68e46f67-9780-43cc-a050-8865e87c2c43",
5+
"expiration_month": "7f2068c8-a116-4341-8d6b-3fd7763de20b",
6+
"expiration_year": "adf4d593-2488-4b17-a735-b304249ac6c1",
7+
"cvv": "492ad4a2-ae36-4ef3-a178-2a3b1ca7c6ff"
8+
},
9+
"form_field": "*[data-moz-autofill-inspect-id='{name}']",
10+
"fields": [
11+
"68e46f67-9780-43cc-a050-8865e87c2c43",
12+
"7f2068c8-a116-4341-8d6b-3fd7763de20b",
13+
"adf4d593-2488-4b17-a735-b304249ac6c1",
14+
"492ad4a2-ae36-4ef3-a178-2a3b1ca7c6ff"
15+
]
16+
}

l10n_CM/region/AT.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"region": "AT",
3+
"sites": [
4+
"demo",
5+
"torfs"
6+
],
7+
"tests": [
8+
]
9+
}

l10n_CM/region/IT.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"sites": [
44
"ebay",
55
"calvinklein",
6-
"tiffany"
6+
"tiffany",
7+
"euronics"
78
],
89
"tests": [
910
]

l10n_CM/run_l10n.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
current_dir = os.path.dirname(__file__)
1616
valid_flags = {"--run-headless", "-n", "--reruns", "--fx-executable", "--ci"}
1717
flag_with_parameter = {"-n", "--reruns"}
18-
valid_region = {"US", "CA", "DE", "FR", "IT", "GB", "PL", "ES", "BE"}
18+
valid_region = {"US", "CA", "DE", "FR", "IT", "GB", "PL", "ES", "BE", "AT"}
1919
valid_sites = {
2020
"aldoshoes",
2121
"amazon",

l10n_CM/sites/euronics/IT/euronics_ad.html

Lines changed: 3 additions & 0 deletions
Large diffs are not rendered by default.

l10n_CM/sites/euronics/IT/euronics_cc.html

Lines changed: 3 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)