Skip to content

Commit db35ad9

Browse files
committed
MC-40651: A Configuration of a Configurable Product is reset when editing it in the Wish List
1 parent 71d2ac4 commit db35ad9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@
7979
<requiredEntity createDataKey="createConfigurableProduct"/>
8080
<requiredEntity createDataKey="createSecondChildProduct"/>
8181
</createData>
82+
83+
<!-- Reindex invalidated indices after Product Attribute has been created/deleted -->
84+
<magentoCron groups="index" stepKey="reindexInvalidatedIndices"/>
8285
</before>
8386
<after>
8487
<!-- Delete Configurable Product data -->
@@ -94,7 +97,7 @@
9497
<deleteData createDataKey="createCustomer" stepKey="deleteCustomer"/>
9598

9699
<!-- Reindex invalidated indices after Product Attribute has been created/deleted -->
97-
<magentoCron groups="index" stepKey="reindexInvalidatedIndices"/>
100+
<magentoCron groups="index" stepKey="reindexInvalidatedIndicesAfterDelete"/>
98101
</after>
99102

100103
<!-- Login as Customer -->

0 commit comments

Comments
 (0)