File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
app/code/Magento/Catalog/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 20
20
<before >
21
21
<magentoCLI stepKey =" setFlatCatalogCategory" command =" config:set catalog/frontend/flat_catalog_category 1 " />
22
22
<magentoCLI stepKey =" setFlatCatalogProduct" command =" config:set catalog/frontend/flat_catalog_product 1 " />
23
+ <magentoCLI command =" config:set catalog/frontend/grid_per_page_values 12,24,36" stepKey =" setAllowedProductsPerPageValue" />
24
+ <magentoCLI command =" config:set catalog/frontend/grid_per_page 12" stepKey =" setDefaultProductsPerPageValue" />
25
+ <magentoCLI command =" indexer:reindex" stepKey =" reindex" />
26
+ <magentoCLI command =" cache:flush" stepKey =" flushCache" />
23
27
<createData entity =" _defaultCategory" stepKey =" createDefaultCategory" />
24
28
<createData entity =" PaginationProduct" stepKey =" simpleProduct1" />
25
29
<createData entity =" PaginationProduct" stepKey =" simpleProduct2" />
You can’t perform that action at this time.
0 commit comments