Skip to content

Commit 87d9c07

Browse files
pradeep1819devarul
authored andcommitted
ACP2E-1496: [Magento Cloud] - One-time use coupon per customer becomes invalid even when order was cancelled
1 parent 2b6fd31 commit 87d9c07

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131

3232
<after>
3333
<!-- Delete the cart price rule we made during the test -->
34+
<actionGroup ref="DeleteCartPriceRuleByName" stepKey="deleteCartPriceRule">
35+
<argument name="ruleName" value="{{CatPriceRule.name}}"/>
36+
</actionGroup>
3437
<deleteData createDataKey="createCustomer" stepKey="deleteCustomer"/>
3538
<deleteData createDataKey="createSimpleProduct" stepKey="deleteSimpleProduct"/>
3639
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>

0 commit comments

Comments
 (0)