Skip to content

Commit 310ab83

Browse files
committed
MC-20539: Fix MFTF tests to work with elasticsearch
- skipping MFTF tests until partial word search for ES is implemented
1 parent aec02e9 commit 310ab83

13 files changed

+49
-52
lines changed

app/code/Magento/Bundle/Test/Mftf/Test/StorefrontAdvanceCatalogSearchBundleBySkuWithHyphenTest.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
<severity value="MAJOR"/>
1818
<testCaseId value="MC-20359"/>
1919
<group value="Bundle"/>
20-
<!-- <group value="SearchEngineMysql"/>-->
21-
<!-- <skip>-->
22-
<!-- <issueId value="MC-18948"/>-->
23-
<!-- </skip>-->
20+
<group value="SearchEngineElasticsearch"/>
21+
<skip>
22+
<issueId value="MC-18948"/>
23+
</skip>
2424
</annotations>
2525
<before>
2626
<createData entity="ApiProductWithDescription" stepKey="simple1" before="simple2"/>

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
<severity value="MAJOR"/>
1818
<testCaseId value="MC-20361"/>
1919
<group value="Catalog"/>
20-
<!-- <group value="SearchEngineMysql"/>-->
21-
<!-- <skip>-->
22-
<!-- <issueId value="MC-18948"/>-->
23-
<!-- </skip>-->
20+
<group value="SearchEngineElasticsearch"/>
21+
<skip>
22+
<issueId value="MC-21228"/>
23+
</skip>
2424
</annotations>
2525
<before>
2626
<createData entity="ApiProductWithDescription" stepKey="product"/>

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
<severity value="MAJOR"/>
1818
<testCaseId value="MC-20385"/>
1919
<group value="Catalog"/>
20-
<!-- <group value="SearchEngineMysql"/>-->
21-
<!-- <skip>-->
22-
<!-- <issueId value="MC-18948"/>-->
23-
<!-- </skip>-->
20+
<group value="SearchEngineElasticsearch"/>
21+
<skip>
22+
<issueId value="MC-21228"/>
23+
</skip>
2424
</annotations>
2525
<before>
2626
<createData entity="ApiVirtualProductWithDescription" stepKey="product"/>

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
<testCaseId value="MC-6325"/>
1919
<useCaseId value="MAGETWO-58764"/>
2020
<group value="CatalogSearch"/>
21-
<!-- <group value="SearchEngineMysql"/>-->
22-
<!-- <skip>-->
23-
<!-- <issueId value="MC-18948"/>-->
24-
<!-- </skip>-->
21+
<group value="SearchEngineElasticsearch"/>
22+
<skip>
23+
<issueId value="MC-21228"/>
24+
</skip>
2525
</annotations>
2626
<before>
2727
<createData entity="ApiCategory" stepKey="createCategory"/>

app/code/Magento/CatalogSearch/Test/Mftf/Test/SearchEntityResultsTest/QuickSearchProductByNameWithThreeLettersTest.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<severity value="MAJOR"/>
1616
<testCaseId value="MC-15034"/>
1717
<group value="CatalogSearch"/>
18-
<!-- <group value="SearchEngineMysql"/>-->
18+
<group value="SearchEngineElasticsearch"/>
1919
<group value="mtf_migrated"/>
20-
<!-- <skip>-->
21-
<!-- <issueId value="MC-18948"/>-->
22-
<!-- </skip>-->
20+
<skip>
21+
<issueId value="MC-21228"/>
22+
</skip>
2323
</annotations>
2424
<executeJS function="var s = '$createSimpleProduct.name$'; var ret=s.substring(0,3); return ret;" stepKey="getFirstThreeLetters" before="searchStorefront"/>
2525
<actionGroup ref="StorefrontCheckQuickSearchStringActionGroup" stepKey="searchStorefront">

app/code/Magento/CatalogSearch/Test/Mftf/Test/SearchEntityResultsTest/QuickSearchTwoProductsWithSameWeightTest.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<severity value="MAJOR"/>
1616
<testCaseId value="MC-14796"/>
1717
<group value="CatalogSearch"/>
18-
<!-- <group value="SearchEngineMysql"/>-->
18+
<group value="SearchEngineElasticsearch"/>
1919
<group value="mtf_migrated"/>
20-
<!-- <skip>-->
21-
<!-- <issueId value="MC-18948"/>-->
22-
<!-- </skip>-->
20+
<skip>
21+
<issueId value="MC-21228"/>
22+
</skip>
2323
</annotations>
2424
<before>
2525
<createData entity="_defaultCategory" stepKey="createCategory"/>

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
<severity value="CRITICAL"/>
1818
<group value="searchFrontend"/>
1919
<group value="mtf_migrated"/>
20-
<!-- <group value="SearchEngineMysql"/>-->
21-
<!-- <skip>-->
22-
<!-- <issueId value="MC-18948"/>-->
23-
<!-- </skip>-->
20+
<group value="SearchEngineElasticsearch"/>
21+
<skip>
22+
<issueId value="MC-21228"/>
23+
</skip>
2424
</annotations>
2525
<actionGroup ref="StorefrontFillFormAdvancedSearchActionGroup" stepKey="search">
2626
<argument name="productName" value="abc"/>

app/code/Magento/ConfigurableProduct/Test/Mftf/Test/StorefrontAdvanceCatalogSearchConfigurableBySkuWithHyphenTest.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
<severity value="MAJOR"/>
1818
<testCaseId value="MC-20389"/>
1919
<group value="ConfigurableProduct"/>
20-
<!-- <group value="SearchEngineMysql"/>-->
21-
<!-- <skip>-->
22-
<!-- <issueId value="MC-18948"/>-->
23-
<!-- </skip>-->
20+
<group value="SearchEngineElasticsearch"/>
21+
<skip>
22+
<issueId value="MC-21228"/>
23+
</skip>
2424
</annotations>
2525
<before>
2626
<createData entity="SimpleSubCategory" stepKey="categoryHandle" before="simple1Handle"/>

app/code/Magento/ConfigurableProduct/Test/Mftf/Test/StorefrontConfigurableProductChildSearchTest.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
<severity value="MAJOR"/>
1818
<testCaseId value="MC-249"/>
1919
<group value="ConfigurableProduct"/>
20-
<!-- <group value="SearchEngineMysql"/>-->
21-
<!-- <skip>-->
22-
<!-- <issueId value="MC-18948"/>-->
23-
<!-- </skip>-->
20+
<group value="SearchEngineElasticsearch"/>
21+
<skip>
22+
<issueId value="MC-21228"/>
23+
</skip>
2424
</annotations>
2525
<before>
2626
<!-- TODO: This should be converted to an actionGroup once MQE-993 is fixed. -->

app/code/Magento/Customer/Test/Mftf/Test/EndToEndB2CLoggedInUserTest.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
<description value="New user signup and browses catalog, searches for product, adds product to cart, adds product to wishlist, compares products, uses coupon code and checks out."/>
1818
<severity value="CRITICAL"/>
1919
<testCaseId value="MC-25681"/>
20-
<!-- <group value="SearchEngineMysql"/>-->
21-
<!-- <skip>-->
22-
<!-- <issueId value="MC-18948"/>-->
23-
<!-- </skip>-->
20+
<group value="SearchEngineElasticsearch"/>
21+
<skip>
22+
<issueId value="MC-21228"/>
23+
</skip>
2424
</annotations>
2525
<before>
2626
<resetCookie userInput="PHPSESSID" stepKey="resetCookieForCart"/>

0 commit comments

Comments
 (0)