Skip to content

Commit cb428a1

Browse files
Devagouda PatilDevagouda Patil
authored andcommitted
MAGETWO-93993: MFTF Flaky Test: StorefrontCustomerCheckoutTestWithMultipleAddressesAndTaxRates
- Added fix for the MFTF test
1 parent a9ff217 commit cb428a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,7 @@
9191
<description value="Should be able to place an order as a customer with multiple addresses and tax rates."/>
9292
<testCaseId value="MAGETWO-93109"/>
9393
<severity value="AVERAGE"/>
94-
<skip>
95-
<issueId value="MQE-1187" />
96-
</skip>
94+
<group value="checkout"/>
9795
</annotations>
9896
<before>
9997
<createData entity="SimpleSubCategory" stepKey="simplecategory"/>
@@ -183,6 +181,8 @@
183181

184182
<click stepKey="changeShippingAddress" selector="{{CheckoutShippingMethodsSection.shipHereButton}}"/>
185183
<waitForElementNotVisible stepKey="waitForShippingMethodLoaderNotVisible" selector="{{CheckoutShippingMethodsSection.shippingMethodLoader}}" time="30"/>
184+
<waitForElementVisible stepKey="waitForShippingMethodRadioToBeVisible" selector="{{CheckoutShippingMethodsSection.firstShippingMethod}}" time="30"/>
185+
<waitForPageLoad stepKey="waitForPageLoad23"/>
186186
<click stepKey="selectFirstShippingMethod2" selector="{{CheckoutShippingMethodsSection.firstShippingMethod}}"/>
187187
<waitForElement stepKey="waitForShippingMethodSelect2" selector="{{CheckoutShippingMethodsSection.next}}" time="30"/>
188188
<click stepKey="clickNextOnShippingMethodLoad2" selector="{{CheckoutShippingMethodsSection.next}}" />

0 commit comments

Comments
 (0)