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 ea79f7d commit 1ae8d25Copy full SHA for 1ae8d25
app/code/Magento/Catalog/Test/Mftf/Test/StorefrontCategorySidebarMobileMenuTest.xml
@@ -26,6 +26,12 @@
26
<createData entity="NewSubCategoryWithParent" stepKey="createSubCategory">
27
<requiredEntity createDataKey="createParentCategory"/>
28
</createData>
29
+ <actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindexToReflectNewCategory">
30
+ <argument name="indices" value=""/>
31
+ </actionGroup>
32
+ <actionGroup ref="CliCacheCleanActionGroup" stepKey="flushCacheToReflectNewCategory">
33
+ <argument name="tags" value="config full_page"/>
34
35
</before>
36
<after>
37
<!-- Reset the window size to its original state -->
0 commit comments