Skip to content

Commit 0ee665a

Browse files
committed
Merge remote-tracking branch 'origin/2.3.2-develop' into MC-17016
2 parents da5af74 + ee6afa3 commit 0ee665a

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

app/code/Magento/Checkout/Test/Mftf/Section/CheckoutShippingGuestInfoSection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
1111
<section name="CheckoutShippingGuestInfoSection">
12-
<element name="email" type="input" selector="#checkout-customer-email"/>
12+
<element name="email" type="input" selector="#customer-email"/>
1313
<element name="firstName" type="input" selector="input[name=firstname]"/>
1414
<element name="lastName" type="input" selector="input[name=lastname]"/>
1515
<element name="street" type="input" selector="input[name='street[0]']"/>

app/code/Magento/Checkout/Test/Mftf/Section/CheckoutShippingSection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<element name="editAddressButton" type="button" selector=".action-edit-address" timeout="30"/>
1616
<element name="addressDropdown" type="select" selector="[name=billing_address_id]"/>
1717
<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"/>
1919
<element name="firstName" type="input" selector="input[name=firstname]"/>
2020
<element name="lastName" type="input" selector="input[name=lastname]"/>
2121
<element name="company" type="input" selector="input[name=company]"/>

app/code/Magento/Checkout/Test/Mftf/Section/StorefrontCheckoutCheckoutCustomerLoginSection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<section name="StorefrontCheckoutCheckoutCustomerLoginSection">
1212
<element name="email" type="input" selector="form[data-role='email-with-possible-login'] input[name='username']" />
1313
<element name="emailNoteMessage" type="text" selector="//form[@data-role='email-with-possible-login']//div[input[@name='username']]//*[contains(@class, 'note')]" />
14-
<element name="emailErrorMessage" type="text" selector="//form[@data-role='email-with-possible-login']//div[input[@name='username']]//*[@id='checkout-customer-email-error']" />
14+
<element name="emailErrorMessage" type="text" selector="//form[@data-role='email-with-possible-login']//div[input[@name='username']]//*[@id='customer-email-error']" />
1515
<element name="emailTooltipButton" type="button" selector="//form[@data-role='email-with-possible-login']//div[input[@name='username']]//*[contains(@class, 'action-help')]" />
1616
<element name="emailTooltipContent" type="text" selector="//form[@data-role='email-with-possible-login']//div[input[@name='username']]//*[contains(@class, 'field-tooltip-content')]" />
1717
<element name="password" type="input" selector="form[data-role='email-with-possible-login'] input[name='password']" />

app/code/Magento/Checkout/view/frontend/web/template/authentication.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@
3131
<div class="block block-customer-login"
3232
data-bind="attr: {'data-label': $t('or')}">
3333
<div class="block-title">
34-
<strong id="block-customer-login-heading-checkout"
34+
<strong id="block-customer-login-heading"
3535
role="heading"
3636
aria-level="2"
3737
data-bind="i18n: 'Sign In'"></strong>
3838
</div>
3939
<!-- ko foreach: getRegion('messages') -->
4040
<!-- ko template: getTemplate() --><!-- /ko -->
4141
<!--/ko-->
42-
<div class="block-content" aria-labelledby="block-customer-login-heading-checkout">
42+
<div class="block-content" aria-labelledby="block-customer-login-heading">
4343
<form data-role="login"
4444
data-bind="submit:login"
4545
method="post">

app/code/Magento/Checkout/view/frontend/web/template/form/element/email.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
method="post">
1515
<fieldset id="customer-email-fieldset" class="fieldset" data-bind="blockLoader: isLoading">
1616
<div class="field required">
17-
<label class="label" for="checkout-customer-email">
17+
<label class="label" for="customer-email">
1818
<span data-bind="i18n: 'Email Address'"></span>
1919
</label>
2020
<div class="control _with-tooltip">
@@ -26,7 +26,7 @@
2626
mageInit: {'mage/trim-input':{}}"
2727
name="username"
2828
data-validate="{required:true, 'validate-email':true}"
29-
id="checkout-customer-email" />
29+
id="customer-email" />
3030
<!-- ko template: 'ui/form/element/helper/tooltip' --><!-- /ko -->
3131
<span class="note" data-bind="fadeVisible: isPasswordVisible() == false"><!-- ko i18n: 'You can create an account after checkout.'--><!-- /ko --></span>
3232
</div>

dev/tests/functional/tests/app/Magento/Checkout/Test/Block/Onepage/Shipping.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ class Shipping extends Form
102102
*
103103
* @var string
104104
*/
105-
private $emailError = '#checkout-customer-email-error';
105+
private $emailError = '#ustomer-email-error';
106106

107107
/**
108108
* Get email error.

dev/tests/functional/tests/app/Magento/Checkout/Test/Block/Onepage/Shipping.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<mapping strict="0">
99
<fields>
1010
<email>
11-
<selector>#checkout-customer-email</selector>
11+
<selector>#customer-email</selector>
1212
</email>
1313
<firstname />
1414
<lastname />

0 commit comments

Comments
 (0)