Skip to content

Commit e64331c

Browse files
merge magento/2.3-develop into magento-trigger/MC-31567
2 parents 129ad64 + f24bfe6 commit e64331c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

app/code/Magento/Indexer/Test/Mftf/ActionGroup/IndexerActionGroup.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,12 @@
4141
<!-- No re-indexing is done as part of this actionGroup since the test required no re-indexing -->
4242
<waitForPageLoad stepKey="waitForSave2"/>
4343
</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>
4452
</actionGroups>

0 commit comments

Comments
 (0)