Skip to content

Commit d6f93b9

Browse files
chandrakalahanchinalmohit-adobe
authored andcommitted
[AC-7442] To check functionality of cart price rule.
fixed pr comments
1 parent 23a4142 commit d6f93b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<argument name="qty" value="2"/>
7171
</actionGroup>
7272
<!-- verify quantity updated-->
73-
<seeInField userInput="2" selector="{{CheckoutCartProductSection.ProductQuantityByName($$createSimpleProduct.name$$)}}" stepKey="seeInProductQtyInCart"/>
73+
<waitForText userInput="2" selector="{{StorefrontMinicartSection.productCount}}" stepKey="assertProductCount"/>
7474
<!-- verify discount is applied for only one product -->
7575
<actionGroup ref="AssertStorefrontCartDiscountActionGroup" stepKey="seeDiscountAmount1">
7676
<argument name="discount" value="600.00"/>

0 commit comments

Comments
 (0)