Skip to content

Commit 14ff7cd

Browse files
Merge pull request #603 from mozilla/vs/FR-CM-tests
Add Files and selectors for Amazon France
2 parents 56ced50 + 77e5d47 commit 14ff7cd

File tree

4 files changed

+962
-0
lines changed

4 files changed

+962
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"url": "http://127.0.0.1:8080/amazon_ad.html",
3+
"field_mapping": {
4+
"country": "da8fcb20-ecdb-44de-8fe6-d0086af67e96",
5+
"name": "53cea474-f431-4d44-bf79-83e28ff8afc1",
6+
"telephone": "c75098c8-1441-4e12-93bd-e213af1dc745",
7+
"address_level_1": "e1311f61-d43d-403a-94b4-127107489157",
8+
"address_level_2": "3809592b-2557-4035-b089-1adbe42a51ad",
9+
"postal_code": "122f5d67-36a2-47c7-b759-8ab92103d602"
10+
},
11+
"form_field": "*[data-moz-autofill-inspect-id='{name}']",
12+
"fields": [
13+
"da8fcb20-ecdb-44de-8fe6-d0086af67e96",
14+
"53cea474-f431-4d44-bf79-83e28ff8afc1",
15+
"c75098c8-1441-4e12-93bd-e213af1dc745",
16+
"e1311f61-d43d-403a-94b4-127107489157",
17+
"3809592b-2557-4035-b089-1adbe42a51ad",
18+
"122f5d67-36a2-47c7-b759-8ab92103d602"
19+
]
20+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"url": "http://127.0.0.1:8080/amazon_cc.html",
3+
"field_mapping": {
4+
"card_number": "4bfc1932-75e6-436c-b195-a443beb1adfc",
5+
"name": "b48f8715-36a7-4c89-8c64-5a5471f7d9f2",
6+
"expiration_date": "fe1bdc2d-e0e3-477b-9d4a-416221ad0851",
7+
"cvv":"68a5e85d-d8c5-4d10-9827-394263770656"
8+
},
9+
"form_field": "*[data-moz-autofill-inspect-id='{name}']",
10+
"fields": [
11+
"4bfc1932-75e6-436c-b195-a443beb1adfc",
12+
"4f630b6e-efd1-458d-9762-9a12a3dd28de",
13+
"fe1bdc2d-e0e3-477b-9d4a-416221ad0851",
14+
"68a5e85d-d8c5-4d10-9827-394263770656"
15+
]
16+
}

0 commit comments

Comments
 (0)