Skip to content

Commit fbed769

Browse files
committed
MQE-1519: Deliver weekly MTF conversion PR
- Added longer wait for actionGroup, causing failures in builds due to load time
1 parent a75fc35 commit fbed769

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
</arguments>
1414
<waitForLoadingMaskToDisappear stepKey="waitForMaskToDisappear" after="assertSubtotal"/>
1515
<waitForElementVisible selector="{{CheckoutCartSummarySection.shipping}}" time="60" stepKey="waitForElementToBeVisible" after="waitForMaskToDisappear"/>
16-
<wait time="5" stepKey="waitForShippingDetailsToLoad" after="waitForElementToBeVisible"/>
16+
<!-- 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"/>
1718
<see userInput="{{shipping}}" selector="{{CheckoutCartSummarySection.shipping}}" stepKey="assertShipping" after="waitForShippingDetailsToLoad" />
1819
</actionGroup>
1920
</actionGroups>

0 commit comments

Comments
 (0)