Skip to content

Commit 97d8bd1

Browse files
committed
MC-4457: Convert OnePageCheckoutTest to MFTF
Fixes for jenkins build failure
1 parent fc7472f commit 97d8bd1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/code/Magento/Checkout/Test/Mftf/Test/OnePageCheckoutAsCustomerUsingDefaultAddressTest.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<stories value="OnePageCheckout within Offline Payment Methods"/>
1515
<title value="OnePageCheckout as customer using default address test"/>
1616
<description value="Checkout as customer using default address"/>
17-
<severity value="CRITICAl"/>
17+
<severity value="CRITICAL"/>
1818
<testCaseId value="MC-14741"/>
1919
<group value="checkout"/>
2020
<group value="mtf_migrated"/>
@@ -62,7 +62,8 @@
6262
<waitForElementVisible selector="{{CheckoutShippingSection.password}}" stepKey="waitForElementVisible"/>
6363
<fillField selector="{{CheckoutShippingSection.password}}" userInput="$$createCustomer.password$$" stepKey="fillPasswordField"/>
6464
<click selector="{{CheckoutShippingSection.loginButton}}" stepKey="clickLoginBtn"/>
65-
65+
<waitForPageLoad stepKey="waitForShippingPageLoad"/>
66+
<waitForElementVisible selector="{{CheckoutShippingSection.shipHereButton(UK_Not_Default_Address.street[0])}}" stepKey="waitForShipHereVisible"/>
6667
<!-- Change address -->
6768
<click selector="{{CheckoutShippingSection.shipHereButton(UK_Not_Default_Address.street[0])}}" stepKey="clickShipHere"/>
6869

0 commit comments

Comments
 (0)