Skip to content

Commit 6918510

Browse files
committed
Skip problematic blocked tests
1 parent 2582b06 commit 6918510

File tree

5 files changed

+31
-3
lines changed

5 files changed

+31
-3
lines changed

l10n_CM/constants/newbalance/CA/newbalance_ad.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@
2020
"ac50e99f-2f9c-41ae-b67c-bd188bddbe68",
2121
"d7d64b41-de70-4b00-9890-c21b5ffb4ead",
2222
"7ef64ccb-d18f-4c24-8228-3b98fe7812cc"
23-
]
23+
],
24+
"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"]
2425
}
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/newbalance_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/CA.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"amazon",
55
"walmart",
66
"demo",
7-
"etsy"
7+
"etsy",
8+
"newbalance"
89
],
910
"tests": [
1011
]

l10n_CM/run_l10n.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"bestbuy",
2525
"decathlon",
2626
"vans",
27-
"ebaynewbalance",
27+
"ebay",
28+
"newbalance",
2829
}
2930
live_sites = []
3031

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)