File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
app/code/Magento/Checkout/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 18
18
<waitForElementVisible selector =" {{CheckoutShippingSection.password}}" stepKey =" waitForElementVisible" />
19
19
<fillField selector =" {{CheckoutShippingSection.password}}" userInput =" {{customer.password}}" stepKey =" fillPasswordField" />
20
20
<waitForLoadingMaskToDisappear stepKey =" waitForLoadingMaskToDisappear2" />
21
+ <waitForElementVisible selector =" {{CheckoutShippingSection.loginButton}}" stepKey =" waitForLoginButtonVisible" />
21
22
<doubleClick selector =" {{CheckoutShippingSection.loginButton}}" stepKey =" clickLoginBtn" />
22
23
<waitForLoadingMaskToDisappear stepKey =" waitForLoadingMaskToDisappear3" />
23
- <waitForPageLoad stepKey =" waitForLogin" />
24
+ <waitForPageLoad stepKey =" waitToBeLoggedIn" />
25
+ <waitForElementNotVisible selector =" {{CheckoutShippingSection.email}}" userInput =" {{customer.email}}" stepKey =" waitForEmailInvisible" time =" 60" />
24
26
</actionGroup >
25
27
</actionGroups >
You can’t perform that action at this time.
0 commit comments