Skip to content

Commit 42e0a39

Browse files
committed
Add skipped tests
1 parent ecc8acb commit 42e0a39

File tree

5 files changed

+39
-3
lines changed

5 files changed

+39
-3
lines changed

l10n_CM/constants/newegg/US/newegg_ad.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,14 @@
2020
"05751aa2-f4a4-4ec7-a914-d3e88f5960e8",
2121
"91377d28-2268-42fe-9379-54a3c9fdeda6",
2222
"afcdcda9-0a2a-468b-92c4-df05b035d3f2"
23-
]
23+
],
24+
"skipped": [
25+
"test_demo_ad_1b_dropdown_address_fields.py",
26+
"test_demo_ad_2b_preview_address_fields.py",
27+
"test_demo_ad_3a_autofill_address_fields.py",
28+
"test_demo_ad_3b_autofill_name_org_fields.py",
29+
"test_demo_ad_3c_autofill_phone_email_fields.py",
30+
"test_demo_ad_4b_highlight_address_fields.py",
31+
"test_demo_ad_5b_clear_address_fields.py"
32+
]
2433
}
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/newegg_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/US.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"etsy",
88
"calvinklein",
99
"bestbuy",
10-
"demo"
10+
"demo",
11+
"newegg"
1112
],
1213
"tests": []
1314
}

l10n_CM/run_l10n.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"bestbuy",
2626
"decathlon",
2727
"vans",
28-
"ebay"
28+
"ebay",
29+
"newegg",
2930
}
3031

3132
live_sites = []
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)