Skip to content

Commit dad7ced

Browse files
committed
Merge remote-tracking branch 'origin/MC-25022' into 2.4-develop-pr16
2 parents c698086 + 82b5c53 commit dad7ced

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

app/code/Magento/Bundle/Test/Mftf/Test/StorefrontSortBundleProductsByPriceTest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@
109109
<deleteData createDataKey="createFirstProductForBundle" stepKey="deleteFirstProductForBundle"/>
110110
<deleteData createDataKey="createSecondProductForBundle" stepKey="deleteSecondProductForBundle"/>
111111
<deleteData createDataKey="createThirdBundleProduct" stepKey="deleteThirdBundleProduct"/>
112+
113+
<!-- Reindex invalidated indices after product attribute has been created/deleted -->
114+
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
112115
</after>
113116

114117
<!-- Open created category on Storefront -->

app/code/Magento/Catalog/Test/Mftf/Test/ProductAttributeWithoutValueInCompareListTest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444
<deleteData createDataKey="createAttributeSet" stepKey="deleteAttributeSet"/>
4545
<deleteData createDataKey="createProductAttribute" stepKey="deleteProductAttribute"/>
4646
<actionGroup ref="logout" stepKey="logout"/>
47+
48+
<!-- Reindex invalidated indices after product attribute has been created/deleted -->
49+
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
4750
</after>
4851
<!--Open product page-->
4952
<amOnPage url="{{StorefrontProductPage.url($$createProductDefault.name$$)}}" stepKey="goToProductDefaultPage"/>

0 commit comments

Comments
 (0)