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 5f04b07 + 63bf4fe commit ed4c268Copy full SHA for ed4c268
app/code/Magento/Sales/Test/Mftf/Test/StorefrontOrderPagerDisplayedTest.xml
@@ -89,6 +89,9 @@
89
<!-- Customer is created -->
90
<createData entity="Simple_US_Customer" stepKey="createCustomer"/>
91
92
+ <!-- Reindex and flush the cache to display products on the category page -->
93
+ <magentoCLI command="indexer:reindex" stepKey="reindex"/>
94
+ <magentoCLI command="cache:flush" stepKey="flushCache"/>
95
</before>
96
<after>
97
<!-- Delete category and products -->
0 commit comments