Skip to content

Commit 65ca3d8

Browse files
author
Oleksandr Iegorov
committed
MC-18280: Dynamic Block based on segment not displaying correctly for visitor
1 parent dd9a529 commit 65ca3d8

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)