Skip to content

Commit c188e03

Browse files
committed
MC-25187: Session lost after switching stores on different domains
1 parent dd7403c commit c188e03

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/code/Magento/Wishlist/Test/Mftf/Test/StorefrontShareWishlistEntityTest.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
<requiredEntity createDataKey="category"/>
2727
</createData>
2828
<createData entity="Simple_US_Customer" stepKey="customer"/>
29+
30+
<!-- Perform reindex and flush cache -->
31+
<magentoCLI command="indexer:reindex" stepKey="reindex"/>
32+
<magentoCLI command="cache:flush" stepKey="flushCache"/>
2933
</before>
3034
<after>
3135
<deleteData createDataKey="category" stepKey="deleteCategory"/>

0 commit comments

Comments
 (0)