Skip to content

Commit f6f0f84

Browse files
committed
MC-1540: Deliver weekly MTF conversion PR
fixed error on PR build
1 parent 544287b commit f6f0f84

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@
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>

0 commit comments

Comments
 (0)