We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca30c47 commit 8442793Copy full SHA for 8442793
app/code/Magento/Checkout/Test/Mftf/ActionGroup/LoginAsCustomerOnCheckoutPageActionGroup.xml
@@ -17,6 +17,7 @@
17
</arguments>
18
19
<waitForPageLoad stepKey="waitForCheckoutShippingSectionToLoad"/>
20
+ <waitForElementVisible selector="{{CheckoutShippingSection.emailAddress}}" stepKey="waitForEmailFieldVisible"/>
21
<fillField selector="{{CheckoutShippingSection.emailAddress}}" userInput="{{customer.email}}" stepKey="fillEmailField"/>
22
<waitForPageLoad stepKey="waitForLoadingMaskToDisappear"/>
23
<waitForElementVisible selector="{{CheckoutShippingSection.password}}" stepKey="waitForElementVisible"/>
0 commit comments