File tree Expand file tree Collapse file tree 7 files changed +52
-2
lines changed
constants/tanie-leczenie/PL Expand file tree Collapse file tree 7 files changed +52
-2
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "url" : " http://127.0.0.1:8080/tanie-leczenie_ad.html" ,
3
+ "field_mapping" : {
4
+ "given_name" : " 1177a861-767c-4d49-b6aa-4a31cd99c9ad" ,
5
+ "family_name" : " f7e8ee2b-9d6c-4ae4-afbe-794d204bcd1e" ,
6
+ "street_address" : " dfe6784d-d99f-409a-964c-5254533ca1b4" ,
7
+ "postal_code" : " d5f2ea78-3730-45e3-a878-05bdc42ce9ee" ,
8
+ "address_level_2" : " ce419e26-5ec6-4298-bbfd-82a15e3fbb8b" ,
9
+ "telephone" : " b5ae5d44-bc6e-4adf-be70-c00961aad612"
10
+ },
11
+
12
+ "form_field" : " *[data-moz-autofill-inspect-id='{given_name}']" ,
13
+ "fields" : [
14
+ " 1177a861-767c-4d49-b6aa-4a31cd99c9ad" ,
15
+ " f7e8ee2b-9d6c-4ae4-afbe-794d204bcd1e" ,
16
+ " dfe6784d-d99f-409a-964c-5254533ca1b4" ,
17
+ " d5f2ea78-3730-45e3-a878-05bdc42ce9ee" ,
18
+ " ce419e26-5ec6-4298-bbfd-82a15e3fbb8b" ,
19
+ " b5ae5d44-bc6e-4adf-be70-c00961aad612"
20
+ ]
21
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "url" : " http://127.0.0.1:8080/tanie-leczenie_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
+ }
Original file line number Diff line number Diff line change 3
3
"sites" : [
4
4
" demo" ,
5
5
" zalando" ,
6
- " duka"
6
+ " duka" ,
7
+ " tanie-leczenie"
7
8
],
8
9
"tests" : [
9
10
]
Original file line number Diff line number Diff line change 48
48
"diy" ,
49
49
"tiffany" ,
50
50
"assos" ,
51
+ "tanie-leczenie" ,
52
+ "duka" ,
51
53
"zooplus" ,
52
- "duka"
53
54
}
54
55
55
56
loaded_valid_sites = valid_l10n_mappings ().keys ()
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change
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 >
Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ def __init__(self):
110
110
"Spain" : "España" ,
111
111
"Poland" : "Polska" ,
112
112
}
113
+
113
114
self .fake = None
114
115
self .locale = None
115
116
You can’t perform that action at this time.
0 commit comments