Skip to content

Commit cb13c12

Browse files
mohit-adobenikhilsharma-adobe
authored andcommitted
ACQE-5931 - Test fix - AdminProductCategoryIndexerInUpdateOnScheduleModeTest
1 parent 4b78e49 commit cb13c12

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/code/Magento/Catalog/Test/Mftf/Test/AdminProductCategoryIndexerInUpdateOnScheduleModeTest.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,12 @@
2222
</annotations>
2323
<before>
2424
<actionGroup ref="AdminLoginActionGroup" stepKey="LoginAsAdmin"/>
25-
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="clearIndex">
25+
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="performReindex">
2626
<argument name="indices" value=""/>
2727
</actionGroup>
28+
<actionGroup ref="CliCacheFlushActionGroup" stepKey="cleanCache">
29+
<argument name="tags" value=""/>
30+
</actionGroup>
2831
<!-- Create category A without products -->
2932
<createData entity="_defaultCategory" stepKey="createCategoryA"/>
3033

0 commit comments

Comments
 (0)