Skip to content

Commit 11e27bb

Browse files
committed
MC-21228: Support partial word search in Elasticsearch
- reindexing indices to make sure products are displayed on storefront
1 parent 0f56386 commit 11e27bb

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
<testCaseId value="MC-249"/>
1919
<group value="ConfigurableProduct"/>
2020
<group value="SearchEngineElasticsearch"/>
21-
<skip>
22-
<issueId value="MC-21228"/>
23-
</skip>
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. -->
@@ -148,6 +148,9 @@
148148
<magentoCron groups="index" stepKey="reindexInvalidatedIndices"/>
149149
</after>
150150

151+
<magentoCLI command="indexer:reindex" stepKey="reindexAll"/>
152+
<magentoCLI command="cache:flush" stepKey="flushCache"/>
153+
151154
<!-- Quick search the storefront for the first attribute option -->
152155
<amOnPage stepKey="goToStoreFront" url="{{StorefrontHomePage.url}}"/>
153156
<waitForPageLoad stepKey="waitForStorefront"/>

0 commit comments

Comments
 (0)