File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
app/code/Magento/Catalog/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 97
97
<waitForPageLoad stepKey =" waitForCategoryPageToLoad" />
98
98
<see selector =" {{StorefrontCategoryMainSection.productLink}}" userInput =" {{virtualProductBigQty.name}}" stepKey =" seeVirtualProductNameOnCategoryPage" />
99
99
100
+ <!-- Run full reindex and clear caches -->
101
+ <magentoCLI command =" indexer:reindex" stepKey =" reindex" />
102
+ <magentoCLI command =" cache:flush" stepKey =" flushCache" />
103
+
100
104
<!-- Verify customer see created virtual product with tier price(from above step) on storefront page and is searchable by sku -->
101
105
<amOnPage url =" {{StorefrontHomePage.url}}" stepKey =" goToStorefront" />
102
106
<waitForPageLoad stepKey =" waitForStoreFrontProductPageLoad" />
You can’t perform that action at this time.
0 commit comments