Skip to content

Commit 8a9422b

Browse files
committed
MQE-1519: Deliver weekly MTF conversion PR
- Increase wait from 15 to 30 for shipping on cart page
1 parent be7391f commit 8a9422b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<waitForLoadingMaskToDisappear stepKey="waitForMaskToDisappear" after="assertSubtotal"/>
1515
<waitForElementVisible selector="{{CheckoutCartSummarySection.shipping}}" time="60" stepKey="waitForElementToBeVisible" after="waitForMaskToDisappear"/>
1616
<!-- Shipping can take a long time to change in builds, can't rely on an explicit wait-->
17-
<wait time="15" stepKey="waitForShippingDetailsToLoad" after="waitForElementToBeVisible"/>
17+
<wait time="30" stepKey="waitForShippingDetailsToLoad" after="waitForElementToBeVisible"/>
1818
<see userInput="{{shipping}}" selector="{{CheckoutCartSummarySection.shipping}}" stepKey="assertShipping" after="waitForShippingDetailsToLoad" />
1919
</actionGroup>
2020
</actionGroups>

0 commit comments

Comments
 (0)