Skip to content

Commit 9560471

Browse files
committed
ACP2E-690: Discount code Times Used is being counted twice
1 parent 367fe7d commit 9560471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
<waitForElementVisible selector="{{AdminCartPriceRulesFormSection.couponGridUsedHeader}}" stepKey="waitForCouponGridToLoad"/>
131131

132132
<!--Verify coupon does not used twice-->
133-
<see userInput="1" selector="{{AdminCartPriceRulesFormSection.generatedCouponTimesUsed('1')}}" stepKey="seeTimesUsed"/>
133+
<dontSee userInput="2" selector="{{AdminCartPriceRulesFormSection.generatedCouponTimesUsed('1')}}" stepKey="seeTimesUsed"/>
134134
<wait time="5" stepKey="waitToSeeTimesUsed"/>
135135
</test>
136136
</tests>

0 commit comments

Comments
 (0)