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.
2 parents 129ad64 + f24bfe6 commit e64331cCopy full SHA for e64331c
app/code/Magento/Indexer/Test/Mftf/ActionGroup/IndexerActionGroup.xml
@@ -41,4 +41,12 @@
41
<!-- No re-indexing is done as part of this actionGroup since the test required no re-indexing -->
42
<waitForPageLoad stepKey="waitForSave2"/>
43
</actionGroup>
44
+ <actionGroup name="AdminReindexAndFlushCache">
45
+ <annotations>
46
+ <description>Run reindex and flush cache.</description>
47
+ </annotations>
48
+
49
+ <magentoCLI command="indexer:reindex" stepKey="reindex"/>
50
+ <magentoCLI command="cache:flush" stepKey="flushCache"/>
51
+ </actionGroup>
52
</actionGroups>
0 commit comments