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