Skip to content

Commit 0b845cb

Browse files
committed
MC-20539: Fix MFTF tests to work with elasticsearch
- debug E2ELoggedInUser tests
1 parent 1efca2e commit 0b845cb

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@
7878

7979
<!-- Reindex invalidated indices after product attribute has been created/deleted -->
8080
<magentoCron groups="index" stepKey="reindexInvalidatedIndices"/>
81+
<magentoCLI command="indexer:reindex" stepKey="reindexAll"/>
82+
<magentoCLI command="cache:flush" stepKey="flushCache"/>
8183
</after>
8284

8385
<!-- Verify Configurable Product in checkout cart items -->

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
<severity value="CRITICAL"/>
1919
<testCaseId value="MC-25681"/>
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
<resetCookie userInput="PHPSESSID" stepKey="resetCookieForCart"/>

0 commit comments

Comments
 (0)