|
45 | 45 |
|
46 | 46 | <!-- Go to category page and make sure that all of the prices are correct -->
|
47 | 47 | <magentoCLI command="indexer:reindex" stepKey="reindex"/>
|
| 48 | + <magentoCLI command="cache:flush" stepKey="flushCache"/> |
48 | 49 | <amOnPage url="$$createCategory.name$$.html" stepKey="goToCategoryPage"/>
|
49 | 50 | <waitForPageLoad stepKey="waitForCategory"/>
|
50 | 51 | <see stepKey="seeOldPrice" selector="{{StorefrontCategoryProductSection.ProductOldPriceByNumber('1')}}" userInput="$$createProduct.price$$"/>
|
|
104 | 105 |
|
105 | 106 | <!-- Go to category page and make sure that all of the prices are correct -->
|
106 | 107 | <magentoCLI command="indexer:reindex" stepKey="reindex"/>
|
| 108 | + <magentoCLI command="cache:flush" stepKey="flushCache"/> |
107 | 109 | <amOnPage url="$$createCategory.name$$.html" stepKey="goToCategoryPage"/>
|
108 | 110 | <waitForPageLoad stepKey="waitForCategory"/>
|
109 | 111 | <see stepKey="seeOldPrice" selector="{{StorefrontCategoryProductSection.ProductOldPriceByNumber('1')}}" userInput="$$createProduct.price$$"/>
|
|
163 | 165 |
|
164 | 166 | <!-- Go to category page and make sure that all of the prices are correct -->
|
165 | 167 | <magentoCLI command="indexer:reindex" stepKey="reindex"/>
|
| 168 | + <magentoCLI command="cache:flush" stepKey="flushCache"/> |
166 | 169 | <amOnPage url="$$createCategory.name$$.html" stepKey="goToCategoryPage"/>
|
167 | 170 | <waitForPageLoad stepKey="waitForCategory"/>
|
168 | 171 | <see stepKey="seeOldPrice" selector="{{StorefrontCategoryProductSection.ProductOldPriceByNumber('1')}}" userInput="$$createProduct.price$$"/>
|
|
222 | 225 |
|
223 | 226 | <!-- Go to category page and make sure that all of the prices are correct -->
|
224 | 227 | <magentoCLI command="indexer:reindex" stepKey="reindex"/>
|
| 228 | + <magentoCLI command="cache:flush" stepKey="flushCache"/> |
225 | 229 | <amOnPage url="$$createCategory.name$$.html" stepKey="goToCategoryPage"/>
|
226 | 230 | <waitForPageLoad stepKey="waitForCategory"/>
|
227 | 231 | <see stepKey="seeOldPrice" selector="{{StorefrontCategoryProductSection.ProductOldPriceByNumber('1')}}" userInput="$$createProduct.price$$"/>
|
|
0 commit comments