Skip to content

Commit 0b6b359

Browse files
committed
MC-21228: Support partial word search in Elasticsearch
- code review comments
1 parent 8e88ee5 commit 0b6b359

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,12 @@
3030
<createData entity="ApiSimpleProductWithNoSpace" stepKey="product3">
3131
<requiredEntity createDataKey="newCategory"/>
3232
</createData>
33-
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
3433
</before>
3534
<after>
3635
<deleteData createDataKey="product1" stepKey="deleteProduct1"/>
3736
<deleteData createDataKey="product2" stepKey="deleteProduct2"/>
3837
<deleteData createDataKey="product3" stepKey="deleteProduct3"/>
3938
<deleteData createDataKey="newCategory" stepKey="deleteCategory"/>
40-
<actionGroup ref="AdminLogoutActionGroup" stepKey="logoutOfAdmin"/>
4139
</after>
4240

4341
<actionGroup ref="StorefrontOpenHomePageActionGroup" stepKey="goToHomePage"/>

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818
<testCaseId value="MC-249"/>
1919
<group value="ConfigurableProduct"/>
2020
<group value="SearchEngineElasticsearch"/>
21-
<!-- <skip>-->
22-
<!-- <issueId value="MC-21228"/>-->
23-
<!-- </skip>-->
2421
</annotations>
2522
<before>
2623
<!-- TODO: This should be converted to an actionGroup once MQE-993 is fixed. -->

0 commit comments

Comments
 (0)