File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
app/code/Magento/Elasticsearch6/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 3030 <field key =" name" >Product Simple AAA</field >
3131 </createData >
3232 <magentoCLI command =" config:set {{CustomGridPerPageValuesConfigData.path}} {{CustomGridPerPageValuesConfigData.value}}" stepKey =" setCustomGridPerPageValues" />
33+ <magentoCLI stepKey =" flushConfigCache" command =" cache:flush config" />
34+ <magentoCron groups =" index" stepKey =" runCronIndex" />
3335 </before >
3436
3537 <after >
5759 </actionGroup >
5860 <selectOption selector =" {{StorefrontCategoryBottomToolbarSection.perPage}}" userInput =" 2" stepKey =" selectDisplayedProductInGridPerPage" />
5961 <waitForPageLoad stepKey =" waitForPageLoad" />
60- <actionGroup ref =" AssertProductOnCategoryPageActionGroup" stepKey =" assertFirstProductDisplayedOnCatalogSearchPage" >
61- <argument name =" product" value =" $createFirstProduct$" />
62- </actionGroup >
63- <actionGroup ref =" AssertProductOnCategoryPageActionGroup" stepKey =" assertSecondProductDisplayedOnCatalogSearchPage" >
64- <argument name =" product" value =" $createSecondProduct$" />
65- </actionGroup >
62+
63+ <seeInCurrentUrl stepKey =" assertStillOnSecondPage" url =" ?p=2" />
64+ <actionGroup ref =" AssertStorefrontNoProductsFoundActionGroup" stepKey =" assertEmptyResultsPage" />
6665 </test >
6766</tests >
You can’t perform that action at this time.
0 commit comments