Skip to content

Commit a24ebcf

Browse files
MC-20182: Update AdvancedSearch related MTF tests to Elasticsearch
1 parent 5e9c881 commit a24ebcf

5 files changed

+5
-4
lines changed

app/code/Magento/CatalogSearch/Test/Mftf/Test/StorefrontAdvancedSearchByAllParametersTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<group value="mtf_migrated"/>
2020
</annotations>
2121
<actionGroup ref="StorefrontFillFormAdvancedSearchActionGroup" stepKey="search">
22-
<argument name="productName" value="abc_dfj"/>
22+
<argument name="productName" value="$$createProduct.name$$"/>
2323
<argument name="sku" value="abc_dfj"/>
2424
<argument name="description" value="adc_Full"/>
2525
<argument name="short_description" value="abc_short"/>

app/code/Magento/CatalogSearch/Test/Mftf/Test/StorefrontAdvancedSearchByNameSkuDescriptionPriceTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<group value="mtf_migrated"/>
2020
</annotations>
2121
<actionGroup ref="StorefrontFillFormAdvancedSearchActionGroup" stepKey="search">
22-
<argument name="productName" value="abc_dfj"/>
22+
<argument name="productName" value="$$createProduct.name$$"/>
2323
<argument name="sku" value="abc_dfj"/>
2424
<argument name="description" value="adc_Full"/>
2525
<argument name="short_description" value="abc_short"/>

app/code/Magento/CatalogSearch/Test/Mftf/Test/StorefrontAdvancedSearchByNameTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<createData entity="ABC_123_SimpleProduct" stepKey="createProduct"/>
2323
</before>
2424
<actionGroup ref="StorefrontFillFormAdvancedSearchActionGroup" stepKey="search">
25-
<argument name="productName" value="adc_123"/>
25+
<argument name="productName" value="$$createProduct.name$$"/>
2626
</actionGroup>
2727
</test>
2828
</tests>

app/code/Magento/CatalogSearch/Test/Mftf/Test/StorefrontAdvancedSearchByPartialNameTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<severity value="CRITICAL"/>
1818
<group value="searchFrontend"/>
1919
<group value="mtf_migrated"/>
20+
<group value="SearchEngineMysql"/>
2021
</annotations>
2122
<actionGroup ref="StorefrontFillFormAdvancedSearchActionGroup" stepKey="search">
2223
<argument name="productName" value="abc"/>

app/code/Magento/CatalogSearch/Test/Mftf/Test/StorefrontAdvancedSearchEntitySimpleProductTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
<!-- 3. Fill test data in to field(s) 4. Click "Search" button-->
3737
<actionGroup ref="StorefrontFillFormAdvancedSearchActionGroup" stepKey="search">
38-
<argument name="productName" value="abc_dfj"/>
38+
<argument name="productName" value="$$createProduct.name$$"/>
3939
<argument name="sku" value="abc_dfj"/>
4040
</actionGroup>
4141

0 commit comments

Comments
 (0)