Skip to content

Commit d6e963d

Browse files
committed
Merge branch 'stability_control' of github.com:magento-commerce/magento2ce into stability_control
2 parents 28710c3 + 91755e9 commit d6e963d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/code/Magento/Checkout/Test/Mftf/ActionGroup/LoginAsCustomerOnCheckoutPageActionGroup.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
</arguments>
1818

1919
<waitForPageLoad stepKey="waitForCheckoutShippingSectionToLoad"/>
20+
<waitForElementVisible selector="{{CheckoutShippingSection.emailAddress}}" stepKey="waitForEmailFieldVisible"/>
2021
<fillField selector="{{CheckoutShippingSection.emailAddress}}" userInput="{{customer.email}}" stepKey="fillEmailField"/>
2122
<waitForPageLoad stepKey="waitForLoadingMaskToDisappear"/>
2223
<waitForElementVisible selector="{{CheckoutShippingSection.password}}" stepKey="waitForElementVisible"/>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<element name="editActiveAddress" type="button" selector="//div[@class='shipping-address-item selected-item']//span[text()='Edit']" timeout="30"/>
4444
<element name="loginButton" type="button" selector="//button[@data-action='checkout-method-login']" timeout="30"/>
4545
<element name="editActiveAddressButton" type="button" selector="//div[contains(@class,'payment-method _active')]//button[contains(@class,'action action-edit-address')]" timeout="30"/>
46-
<element name="emailAddress" type="input" selector="fieldset input[type='email']"/>
46+
<element name="emailAddress" type="input" selector="fieldset input[type='email']" timeout="30"/>
4747
<element name="shipHereButton" type="button" selector="//div[text()='{{street}}']/button[@class='action action-select-shipping-item']" parameterized="true" timeout="30"/>
4848
<element name="addressFieldValidationError" type="text" selector="div.address div.field .field-error"/>
4949
<element name="textFieldAttrRequireMessage" type="text" selector="//input[@name='custom_attributes[{{attribute}}]']/ancestor::div[contains(@class, 'control')]/div/span" parameterized="true" timeout="30"/>

0 commit comments

Comments
 (0)