File tree 1 file changed +5
-6
lines changed
app/code/Magento/Elasticsearch6/Test/Mftf/Test
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 30
30
<field key =" name" >Product Simple AAA</field >
31
31
</createData >
32
32
<magentoCLI command =" config:set {{CustomGridPerPageValuesConfigData.path}} {{CustomGridPerPageValuesConfigData.value}}" stepKey =" setCustomGridPerPageValues" />
33
+ <magentoCLI stepKey =" flushConfigCache" command =" cache:flush config" />
34
+ <magentoCron groups =" index" stepKey =" runCronIndex" />
33
35
</before >
34
36
35
37
<after >
57
59
</actionGroup >
58
60
<selectOption selector =" {{StorefrontCategoryBottomToolbarSection.perPage}}" userInput =" 2" stepKey =" selectDisplayedProductInGridPerPage" />
59
61
<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" />
66
65
</test >
67
66
</tests >
You can’t perform that action at this time.
0 commit comments