Skip to content

Commit 831fb67

Browse files
Merge pull request #647 from mozilla/Hani/cm-decathlon-fr
Hani/ L10n [FR] - Decathlon (ad + cc)
2 parents b1f7d52 + e5f9b55 commit 831fb67

File tree

5 files changed

+44
-1
lines changed

5 files changed

+44
-1
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"url": "http://127.0.0.1:8080/decathlon_ad.html",
3+
"field_mapping": {
4+
"given_name": "7c50c746-7a9c-4e4d-9c29-c90000a61dc9",
5+
"family_name": "c4ca5150-d94d-4134-aadb-e1f74456ab7b",
6+
"telephone": "85bf2089-4db1-4f1c-85a2-915bda5ccb00",
7+
"street_address": "32e3d5df-617c-4434-8095-3c2a23e38a5e",
8+
"address_level_2": "31388a22-df62-4e60-987a-a19d9121ee3b",
9+
"postal_code": "4b97c02d-e7b1-4c1b-9379-c2add21c2546"
10+
},
11+
"form_field": "*[data-moz-autofill-inspect-id='{name}']",
12+
"fields": [
13+
"7c50c746-7a9c-4e4d-9c29-c90000a61dc9",
14+
"c4ca5150-d94d-4134-aadb-e1f74456ab7b",
15+
"85bf2089-4db1-4f1c-85a2-915bda5ccb00",
16+
"32e3d5df-617c-4434-8095-3c2a23e38a5e",
17+
"31388a22-df62-4e60-987a-a19d9121ee3b",
18+
"4b97c02d-e7b1-4c1b-9379-c2add21c2546"
19+
],
20+
"skipped": ["test_demo_ad_3a_autofill_address_fields.py", "test_demo_ad_3b_autofill_name_org_fields.py", "test_demo_ad_3c_autofill_phone_email_fields.py"]
21+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"url": "http://127.0.0.1:8080/decathlon_cc.html",
3+
"field_mapping": {
4+
"card_number": "379cb47d-fe0c-4826-be76-f6a7a0636121",
5+
"expiration_date": "ad6363a9-652c-4622-a43d-ca0617912f3f",
6+
"cvv": "9f16a1ae-db1e-46dc-ae9f-fd2296c7a6f6",
7+
"name": "dd9ab7bd-1ee6-48ea-aeaa-9fdec16d13f4"
8+
},
9+
"form_field": "*[data-moz-autofill-inspect-id='{name}']",
10+
"skip": "True",
11+
"fields": [
12+
"379cb47d-fe0c-4826-be76-f6a7a0636121",
13+
"ad6363a9-652c-4622-a43d-ca0617912f3f",
14+
"9f16a1ae-db1e-46dc-ae9f-fd2296c7a6f6",
15+
"dd9ab7bd-1ee6-48ea-aeaa-9fdec16d13f4"
16+
]
17+
}

l10n_CM/run_l10n.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@
2222
"etsy",
2323
"calvinklein",
2424
"bestbuy",
25+
"decathlon",
2526
"vans",
26-
"ebay",
27+
"ebay"
2728
}
2829
live_sites = []
2930

l10n_CM/sites/decathlon/FR/decathlon_ad.html

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

l10n_CM/sites/decathlon/FR/decathlon_cc.html

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

0 commit comments

Comments
 (0)