Skip to content

Commit a445230

Browse files
committed
MQE-1532: Bump MFTF version in Magento
- Flaky test fix
1 parent 4eb9f3b commit a445230

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
</arguments>
1414
<waitForLoadingMaskToDisappear stepKey="waitForMaskToDisappear" after="assertSubtotal"/>
1515
<waitForElementVisible selector="{{CheckoutCartSummarySection.shipping}}" time="60" stepKey="waitForElementToBeVisible" after="waitForMaskToDisappear"/>
16-
<!-- Shipping can take a long time to change in builds, can't rely on an explicit wait-->
17-
<wait time="30" stepKey="waitForShippingDetailsToLoad" after="waitForElementToBeVisible"/>
18-
<see userInput="{{shipping}}" selector="{{CheckoutCartSummarySection.shipping}}" stepKey="assertShipping" after="waitForShippingDetailsToLoad" />
16+
<waitForText userInput="{{shipping}}" selector="{{CheckoutCartSummarySection.shipping}}" time="60" stepKey="assertShipping" after="waitForElementToBeVisible"/>
1917
</actionGroup>
2018
</actionGroups>

0 commit comments

Comments
 (0)