We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aca18f commit 0a98343Copy full SHA for 0a98343
app/code/Magento/CatalogSearch/Test/Mftf/ActionGroup/StorefrontQuickSearchWithPaginationActionGroup.xml
@@ -13,7 +13,7 @@
13
<description>Navigate to catalog search page with prepared GET params to get search results with particular page number.</description>
14
</annotations>
15
<arguments>
16
- <argument name="phrase" type="string"/>
+ <argument name="phrase" type="string" defaultValue="_defaultProduct.name"/>
17
<argument name="pageNumber" type="string" defaultValue="1"/>
18
</arguments>
19
<amOnPage url="{{StorefrontCatalogSearchPage.url}}?q={{phrase}}&p={{pageNumber}}" stepKey="navigateToCatalogSearchPageWithPreparedRequest"/>
0 commit comments