Skip to content

Commit e210b43

Browse files
committed
Add AD for DE Thomann
1 parent 6a88e3b commit e210b43

File tree

5 files changed

+48
-1
lines changed

5 files changed

+48
-1
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"url": "http://127.0.0.1:8080/thomann_ad.html",
3+
"field_mapping": {
4+
"organization": "77ab7eab-bd86-4658-ab17-f29af596f7a8",
5+
"given_name": "7ef779ba-f521-4823-90a2-6e21ca472da3",
6+
"family_name": "10e0055a-778e-40e5-94ff-5e6bef694af2",
7+
"address_level_2": "66cac315-4e9c-49fc-99a8-4fff18c20851",
8+
"street_address": "fd6b2396-b4ac-4ed4-a786-521a13fab7bb",
9+
"postal_code": "b3429de2-79c2-4843-9f2a-330044334546",
10+
"country": "9078b023-3840-4c74-bdc7-d2fd08b6ae2e",
11+
"telephone": "ad50e28c-f72d-458e-913e-62213d4b4575",
12+
"email": "f616f843-6521-4a63-957d-523171d50514"
13+
14+
},
15+
"form_field": "*[data-moz-autofill-inspect-id='{name}']",
16+
"fields": [
17+
"77ab7eab-bd86-4658-ab17-f29af596f7a8",
18+
"7ef779ba-f521-4823-90a2-6e21ca472da3",
19+
"10e0055a-778e-40e5-94ff-5e6bef694af2",
20+
"66cac315-4e9c-49fc-99a8-4fff18c20851",
21+
"fd6b2396-b4ac-4ed4-a786-521a13fab7bb",
22+
"b3429de2-79c2-4843-9f2a-330044334546",
23+
"9078b023-3840-4c74-bdc7-d2fd08b6ae2e",
24+
"ad50e28c-f72d-458e-913e-62213d4b4575",
25+
"f616f843-6521-4a63-957d-523171d50514"
26+
],
27+
"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"]
28+
}
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/thomann_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/run_l10n.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
import requests
1111

12+
sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
1213
from check_l10n_test_cases import valid_l10n_mappings
1314

1415
current_dir = os.path.dirname(__file__)
@@ -32,7 +33,8 @@
3233
"zalando",
3334
"cdiscount",
3435
"aldoshoes",
35-
"canadatire"
36+
"canadatire",
37+
"thomann",
3638
}
3739

3840
loaded_valid_sites = valid_l10n_mappings().keys()

l10n_CM/sites/thomann/DE/thomann_ad.html

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)