Skip to content

Commit 5ffd2aa

Browse files
committed
MC-22852: 24/36 product limit on Category page occur fatal
1 parent 0a98343 commit 5ffd2aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogSearch/Test/Mftf/ActionGroup/StorefrontQuickSearchWithPaginationActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<description>Navigate to catalog search page with prepared GET params to get search results with particular page number.</description>
1414
</annotations>
1515
<arguments>
16-
<argument name="phrase" type="string" defaultValue="_defaultProduct.name"/>
16+
<argument name="phrase" type="string" defaultValue="{{_defaultProduct.name}}"/>
1717
<argument name="pageNumber" type="string" defaultValue="1"/>
1818
</arguments>
1919
<amOnPage url="{{StorefrontCatalogSearchPage.url}}?q={{phrase}}&amp;p={{pageNumber}}" stepKey="navigateToCatalogSearchPageWithPreparedRequest"/>

0 commit comments

Comments
 (0)