We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b78e49 commit cb13c12Copy full SHA for cb13c12
app/code/Magento/Catalog/Test/Mftf/Test/AdminProductCategoryIndexerInUpdateOnScheduleModeTest.xml
@@ -22,9 +22,12 @@
22
</annotations>
23
<before>
24
<actionGroup ref="AdminLoginActionGroup" stepKey="LoginAsAdmin"/>
25
- <actionGroup ref="CliIndexerReindexActionGroup" stepKey="clearIndex">
+ <actionGroup ref="CliIndexerReindexActionGroup" stepKey="performReindex">
26
<argument name="indices" value=""/>
27
</actionGroup>
28
+ <actionGroup ref="CliCacheFlushActionGroup" stepKey="cleanCache">
29
+ <argument name="tags" value=""/>
30
+ </actionGroup>
31
<!-- Create category A without products -->
32
<createData entity="_defaultCategory" stepKey="createCategoryA"/>
33
0 commit comments