Skip to content

Commit 78fe035

Browse files
vsangereanMOZphilimon-reset
authored andcommitted
vs/Tiffany-IT
1 parent 2c69433 commit 78fe035

File tree

6 files changed

+3833
-3
lines changed

6 files changed

+3833
-3
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: 3 additions & 2 deletions
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", "ES"}
18+
valid_region = {"US", "CA", "DE", "FR", "IT", "GB"}
1919
valid_sites = {
2020
"demo",
2121
"amazon",
@@ -45,8 +45,9 @@
4545
"peacocks",
4646
"whittard",
4747
"diy",
48+
"tiffany",
4849
"assos",
49-
"staples",
50+
"staples"
5051
}
5152

5253
loaded_valid_sites = valid_l10n_mappings().keys()

l10n_CM/sites/tiffany/IT/tiffany_ad.html

Lines changed: 3784 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)