Skip to content

Commit d771e5c

Browse files
committed
ACP2E-1143: update wait time for MC-31863 for correct grand total validation
1 parent 464f51c commit d771e5c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/code/Magento/SalesRule/Test/Mftf/Test/StorefrontCategoryRulesShouldApplyToGroupedProductWithInvisibleIndividualProductTest.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@
106106
<argument name="linkedProduct2Name" value="$createSecondSimpleProduct.name$"/>
107107
</actionGroup>
108108
<actionGroup ref="ClickViewAndEditCartFromMiniCartActionGroup" stepKey="openTheCartWithFirstAndSecondGroupedProducts"/>
109+
<waitForPageLoad stepKey="waitForGrandTotalToLoad"/>
110+
<waitForElement time="30" selector="{{CheckoutCartSummarySection.estimateShippingAndTaxForm}}" stepKey="waitForEstimateShippingAndTaxForm"/>
111+
<waitForElement time="30" selector="{{CheckoutCartSummarySection.shippingMethodForm}}" stepKey="waitForShippingMethodForm"/>
112+
<waitForElementVisible time="30" selector="{{CheckoutCartSummarySection.total}}" stepKey="waitForTotalElement"/>
109113
<!-- Discount amount is applied for product from first category only -->
110114
<actionGroup ref="StorefrontCheckCartTotalWithDiscountCategoryActionGroup" stepKey="checkDiscountIsApplied">
111115
<argument name="subtotal" value="$1,000.00"/>

0 commit comments

Comments
 (0)