Skip to content

Commit a67a4bf

Browse files
Hani YacoubHani Yacoub
authored andcommitted
Merge main
2 parents 6df7b7d + 221b386 commit a67a4bf

File tree

7 files changed

+48
-1
lines changed

7 files changed

+48
-1
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"url": "http://127.0.0.1:8080/ilcorteinglesa_ad.html",
3+
"field_mapping": {
4+
"given_name": "7caed521-67d6-4541-893b-b6e438aadda6",
5+
"family_name": "0f2283b6-b690-4a25-9779-9c6e66d33c8b",
6+
"postal_code": "8ab4bbd2-6edd-4329-9ffd-57134ebdc3f7",
7+
"telephone": "16b8d8ea-dcad-4e9d-8e3a-1655f87c23f0"
8+
},
9+
10+
"form_field": "*[data-moz-autofill-inspect-id='{given_name}']",
11+
"fields": [
12+
"7caed521-67d6-4541-893b-b6e438aadda6",
13+
"0f2283b6-b690-4a25-9779-9c6e66d33c8b",
14+
"8ab4bbd2-6edd-4329-9ffd-57134ebdc3f7",
15+
"16b8d8ea-dcad-4e9d-8e3a-1655f87c23f0"
16+
]
17+
}
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/ilcorteinglesa_cc.html",
3+
"field_mapping": {
4+
"card_number": "be447126-c104-44dd-9780-90a2a98e8ec0",
5+
"expiration_date": "0918e7e2-0b99-4e96-854b-e863eaed9fa4",
6+
"cvv": "73287616-27d2-44f7-aa27-94e68bf5e11a"
7+
},
8+
9+
"form_field": "*[data-moz-autofill-inspect-id='{name}']",
10+
"fields": [
11+
"be447126-c104-44dd-9780-90a2a98e8ec0",
12+
"0918e7e2-0b99-4e96-854b-e863eaed9fa4",
13+
"73287616-27d2-44f7-aa27-94e68bf5e11a"
14+
]
15+
}

l10n_CM/region/ES.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"calvinklein",
55
"demo",
66
"ebay",
7+
"ilcorteinglesa",
78
"kohls",
89
"thenorthface",
910
"zara",

l10n_CM/run_l10n.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"giesswein",
5151
"hofer",
5252
"holzkern",
53+
"ilcorteinglesa",
5354
"johnlewis",
5455
"justspices",
5556
"kastnerandoehler",

l10n_CM/sites/ilcorteinglesa/ES/ilcorteinglesa_ad.html

Lines changed: 11 additions & 0 deletions
Large diffs are not rendered by default.

l10n_CM/sites/ilcorteinglesa/ES/ilcorteinglesa_cc.html

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

modules/page_object_fxa_home.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ def fill_otp_code(self, otp: str) -> BasePage:
3434
"""Given an OTP, confirm the account, submit, and wait for account activation"""
3535
self.fill("otp-input", otp, press_enter=False)
3636
self.get_element("submit-button").click()
37-
self.title_is("Mozilla accounts")
37+
self.title_contains("Set up Firefox sync")
38+
self.title_contains("Mozilla accounts")
3839
return self
3940

4041
def finish_account_setup(self, password: str) -> BasePage:

0 commit comments

Comments
 (0)