File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
app/code/Magento/Checkout
view/frontend/web/template
dev/tests/functional/tests/app/Magento/Checkout/Test/Block/Onepage Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 9
9
<sections xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
10
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Page/etc/SectionObject.xsd" >
11
11
<section name =" CheckoutShippingGuestInfoSection" >
12
- <element name =" email" type =" input" selector =" #checkout- customer-email" />
12
+ <element name =" email" type =" input" selector =" #customer-email" />
13
13
<element name =" firstName" type =" input" selector =" input[name=firstname]" />
14
14
<element name =" lastName" type =" input" selector =" input[name=lastname]" />
15
15
<element name =" street" type =" input" selector =" input[name='street[0]']" />
Original file line number Diff line number Diff line change 15
15
<element name =" editAddressButton" type =" button" selector =" .action-edit-address" timeout =" 30" />
16
16
<element name =" addressDropdown" type =" select" selector =" [name=billing_address_id]" />
17
17
<element name =" newAddressButton" type =" button" selector =" .action-show-popup" timeout =" 30" />
18
- <element name =" email" type =" input" selector =" #checkout- customer-email" />
18
+ <element name =" email" type =" input" selector =" #customer-email" />
19
19
<element name =" firstName" type =" input" selector =" input[name=firstname]" />
20
20
<element name =" lastName" type =" input" selector =" input[name=lastname]" />
21
21
<element name =" company" type =" input" selector =" input[name=company]" />
Original file line number Diff line number Diff line change 31
31
< div class ="block block-customer-login "
32
32
data-bind ="attr: {'data-label': $t('or')} ">
33
33
< div class ="block-title ">
34
- < strong id ="block-customer-login-heading-checkout "
34
+ < strong id ="block-customer-login-heading "
35
35
role ="heading "
36
36
aria-level ="2 "
37
37
data-bind ="i18n: 'Sign In' "> </ strong >
38
38
</ div >
39
39
<!-- ko foreach: getRegion('messages') -->
40
40
<!-- ko template: getTemplate() --> <!-- /ko -->
41
41
<!--/ko-->
42
- < div class ="block-content " aria-labelledby ="block-customer-login-heading-checkout ">
42
+ < div class ="block-content " aria-labelledby ="block-customer-login-heading ">
43
43
< form data-role ="login "
44
44
data-bind ="submit:login "
45
45
method ="post ">
Original file line number Diff line number Diff line change 14
14
method ="post ">
15
15
< fieldset id ="customer-email-fieldset " class ="fieldset " data-bind ="blockLoader: isLoading ">
16
16
< div class ="field required ">
17
- < label class ="label " for ="checkout- customer-email ">
17
+ < label class ="label " for ="customer-email ">
18
18
< span data-bind ="i18n: 'Email Address' "> </ span >
19
19
</ label >
20
20
< div class ="control _with-tooltip ">
26
26
mageInit: {'mage/trim-input':{}} "
27
27
name ="username "
28
28
data-validate ="{required:true, 'validate-email':true} "
29
- id ="checkout- customer-email " />
29
+ id ="customer-email " />
30
30
<!-- ko template: 'ui/form/element/helper/tooltip' --> <!-- /ko -->
31
31
< span class ="note " data-bind ="fadeVisible: isPasswordVisible() == false "> <!-- ko i18n: 'You can create an account after checkout.'--> <!-- /ko --> </ span >
32
32
</ div >
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ class Shipping extends Form
102
102
*
103
103
* @var string
104
104
*/
105
- private $ emailError = '#checkout-customer -email-error ' ;
105
+ private $ emailError = '#ustomer -email-error ' ;
106
106
107
107
/**
108
108
* Get email error.
Original file line number Diff line number Diff line change 8
8
<mapping strict =" 0" >
9
9
<fields >
10
10
<email >
11
- <selector >#checkout- customer-email</selector >
11
+ <selector >#customer-email</selector >
12
12
</email >
13
13
<firstname />
14
14
<lastname />
You can’t perform that action at this time.
0 commit comments