Skip to content

Commit 37a7fb7

Browse files
authored
Merge pull request #705 from mozilla/vs/tiffany-IT
vs/Tiffany-IT
2 parents 03385e1 + cfbd1ae commit 37a7fb7

File tree

6 files changed

+76
-1
lines changed

6 files changed

+76
-1
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"url": "http://127.0.0.1:8080/tiffany_ad.html",
3+
"field_mapping": {
4+
"given_name": "49a1a737-4c43-4734-8eca-d7003b79e161",
5+
"family_name": "1d7d5f3f-d66a-477a-8f32-cfa102b0c36a",
6+
"address_level_1": "3dd7e188-ec6c-43d9-ae4e-9d11515704b4",
7+
"address_level_2": "b1346a12-09d9-44bd-ab9d-32320c08920f",
8+
"telephone": "b49283ef-6ded-4302-bb57-e4fad796eff6"
9+
},
10+
"form_field": "*[data-moz-autofill-inspect-id='{name}']",
11+
"fields": [
12+
"49a1a737-4c43-4734-8eca-d7003b79e161",
13+
"1d7d5f3f-d66a-477a-8f32-cfa102b0c36a",
14+
"3dd7e188-ec6c-43d9-ae4e-9d11515704b4",
15+
"b1346a12-09d9-44bd-ab9d-32320c08920f",
16+
"b49283ef-6ded-4302-bb57-e4fad796eff6"
17+
],
18+
"skipped": ["test_demo_ad_3a_autofill_address_fields.py"]
19+
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"url": "http://127.0.0.1:8080/tiffany_cc.html",
3+
"field_mapping": {
4+
"card_number": "11111111-aaaa-bbbb-cccc-000000000000",
5+
"expiration_date": "22222222-bbbb-cccc-dddd-111111111111",
6+
"cvv": "33333333-cccc-dddd-eeee-222222222222"
7+
},
8+
"form_field": "*[data-moz-autofill-inspect-id='{name}']",
9+
"skip": "True",
10+
"fields": [
11+
"11111111-aaaa-bbbb-cccc-000000000000",
12+
"22222222-bbbb-cccc-dddd-111111111111",
13+
"33333333-cccc-dddd-eeee-222222222222"
14+
]
15+
}

l10n_CM/region/IT.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"region": "IT",
33
"sites": [
4-
"ebay"
4+
"ebay",
5+
"tiffany"
56
],
67
"tests": [
78
]

l10n_CM/run_l10n.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"peacocks",
4646
"whittard",
4747
"diy",
48+
"tiffany",
4849
"assos",
4950
}
5051

l10n_CM/sites/tiffany/IT/tiffany_ad.html

Lines changed: 29 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Title</title>
6+
</head>
7+
<body>
8+
9+
</body>
10+
</html>

0 commit comments

Comments
 (0)