Skip to content

Commit 2d8d704

Browse files
committed
MC-15341: Default product numbers to display results in poor display on Desktop
- Updated automated test script
1 parent d57948d commit 2d8d704

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/code/Magento/Catalog/Test/Mftf/Test/AdminCheckPaginationInStorefrontTest.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
<before>
2121
<magentoCLI stepKey="setFlatCatalogCategory" command="config:set catalog/frontend/flat_catalog_category 1 "/>
2222
<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"/>
2327
<createData entity="_defaultCategory" stepKey="createDefaultCategory"/>
2428
<createData entity="PaginationProduct" stepKey="simpleProduct1"/>
2529
<createData entity="PaginationProduct" stepKey="simpleProduct2"/>

0 commit comments

Comments
 (0)