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 1818 <waitForElementVisible selector =" {{CheckoutShippingSection.password}}" stepKey =" waitForElementVisible" />
1919 <fillField selector =" {{CheckoutShippingSection.password}}" userInput =" {{customer.password}}" stepKey =" fillPasswordField" />
2020 <waitForLoadingMaskToDisappear stepKey =" waitForLoadingMaskToDisappear2" />
21+ <waitForElementVisible selector =" {{CheckoutShippingSection.loginButton}}" stepKey =" waitForLoginButtonVisible" />
2122 <doubleClick selector =" {{CheckoutShippingSection.loginButton}}" stepKey =" clickLoginBtn" />
2223 <waitForLoadingMaskToDisappear stepKey =" waitForLoadingMaskToDisappear3" />
23- <waitForPageLoad stepKey =" waitForLogin" />
24+ <waitForPageLoad stepKey =" waitToBeLoggedIn" />
25+ <waitForElementNotVisible selector =" {{CheckoutShippingSection.email}}" userInput =" {{customer.email}}" stepKey =" waitForEmailInvisible" time =" 60" />
2426 </actionGroup >
2527</actionGroups >
You can’t perform that action at this time.
0 commit comments