Skip to content

Commit be8e91e

Browse files
authored
ACQE-7276 | Mainline PR deployment
Test Fix
1 parent 78fd799 commit be8e91e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,10 @@
129129

130130
<!-- Clicking on Reorder link from Order Details Tab -->
131131
<click selector="{{StorefrontCustomerOrderViewSection.reorder}}" stepKey="clickReorder"/>
132-
132+
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindexInvalidatedIndices">
133+
<argument name="indices" value=""/>
134+
</actionGroup>
135+
133136
<!-- Reuse coupon code -->
134137
<click selector="{{DiscountSection.DiscountTab}}" stepKey="clickToDiscountTab"/>
135138
<fillField selector="{{DiscountSection.CouponInput}}" userInput="{{CatPriceRule.coupon_code}}" stepKey="fillCouponCode"/>

0 commit comments

Comments
 (0)