Skip to content

Commit 03f418d

Browse files
Chhandak.BaruaChhandak.Barua
authored andcommitted
ACP2E-285: Add to cart failed when cart total is zero and cart price rule is Fixed amount discount for whole cart
1 parent 90563cc commit 03f418d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</annotations>
2222

2323
<before>
24-
<!--Create Simple Product and Category -->
24+
<!-- Create Simple Product and Category -->
2525
<createData entity="_defaultCategory" stepKey="createPreReqCategory"/>
2626
<createData entity="SimpleProduct_zero" stepKey="createSimpleProduct">
2727
<requiredEntity createDataKey="createPreReqCategory"/>
@@ -53,7 +53,6 @@
5353
<actionGroup ref="StorefrontCartPageOpenActionGroup" stepKey="gotoCart"/>
5454
<actionGroup ref="AssertStorefrontCheckoutCartItemsActionGroup" stepKey="assertProductItemInCheckOutCart">
5555
<argument name="productName" value="$$createSimpleProduct.name$$"/>
56-
<argument name="productSku" value="$$createSimpleProduct.sku$$"/>
5756
<argument name="productPrice" value="$$createSimpleProduct.price$$"/>
5857
<argument name="subtotal" value="$$createSimpleProduct.price$$" />
5958
<argument name="qty" value="1"/>

0 commit comments

Comments
 (0)