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 449c56c + d086258 commit 4969e7cCopy full SHA for 4969e7c
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