File tree Expand file tree Collapse file tree 1 file changed +4
-12
lines changed
app/code/Magento/Catalog/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change 3232 <createData entity =" RememberPaginationCatalogStorefrontConfig" stepKey =" setRememberPaginationCatalogStorefrontConfig" />
3333 </before >
3434
35- <actionGroup ref =" GoToStorefrontCategoryPageByParametersActionGroup" stepKey =" GoToStorefrontCategory1Page" >
36- <argument name =" category" value =" $$defaultCategory1.custom_attributes[url_key]$$" />
37- <argument name =" mode" value =" grid" />
38- <argument name =" numOfProductsPerPage" value =" 12" />
39- </actionGroup >
40-
41- <actionGroup ref =" VerifyCategoryPageParametersActionGroup" stepKey =" verifyCategory1PageParameters" >
42- <argument name =" category" value =" $$defaultCategory1$$" />
43- <argument name =" mode" value =" grid" />
44- <argument name =" numOfProductsPerPage" value =" 12" />
45- </actionGroup >
35+ <amOnPage url =" {{StorefrontCategoryPage.url($$defaultCategory1.custom_attributes[url_key]$$)}}" stepKey =" GoToStorefrontCategory1Page" />
36+ <selectOption selector =" {{StorefrontCategoryBottomToolbarSection.perPage}}" userInput =" 24" stepKey =" selectPerPageCategory1" />
37+ <waitForPageLoad stepKey =" waitForCategory1PageToLoad" />
4638
4739 <amOnPage url =" {{StorefrontCategoryPage.url($$defaultCategory2.custom_attributes[url_key]$$)}}" stepKey =" navigateToCategory2Page" />
4840 <waitForPageLoad stepKey =" waitForCategory2PageToLoad" />
4941
5042 <actionGroup ref =" VerifyCategoryPageParametersActionGroup" stepKey =" verifyCategory2PageParameters" >
5143 <argument name =" category" value =" $$defaultCategory2$$" />
5244 <argument name =" mode" value =" grid" />
53- <argument name =" numOfProductsPerPage" value =" 12 " />
45+ <argument name =" numOfProductsPerPage" value =" 24 " />
5446 </actionGroup >
5547
5648 <after >
You can’t perform that action at this time.
0 commit comments