Skip to content

Commit 0fff8fc

Browse files
🔃 [Magento Community Engineering] Community Contributions
Accepted Community Pull Requests: - #26990: #26989 MFTF: Use <magentoCron> for reindex (by @lbajsarowicz) Fixed GitHub Issues: - #26989: MFTF: Use Magento Cron for reindexing after creating data (reported by @lbajsarowicz) has been fixed in #26990 by @lbajsarowicz in 2.4-develop branch Related commits: 1. 3590b44 2. 48a297f
2 parents cac512f + ffe2962 commit 0fff8fc

File tree

95 files changed

+112
-112
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+112
-112
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
<deleteData createDataKey="createThirdBundleProduct" stepKey="deleteThirdBundleProduct"/>
112112

113113
<!-- Reindex invalidated indices after product attribute has been created/deleted -->
114-
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
114+
<magentoCron groups="index" stepKey="reindexInvalidatedIndices"/>
115115
</after>
116116

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
3636

3737
<!-- Reindex invalidated indices after product attribute has been created/deleted -->
38-
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
38+
<magentoCron groups="index" stepKey="reindexInvalidatedIndices"/>
3939
</after>
4040

4141
<!-- Go to default attribute set edit page -->

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
121121

122122
<!-- Reindex invalidated indices after product attribute has been created/deleted -->
123-
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
123+
<magentoCron groups="index" stepKey="reindexInvalidatedIndices"/>
124124
</after>
125125

126126
<!-- Open Product in Store Front Page -->

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<actionGroup ref="AdminLogoutActionGroup" stepKey="logoutFromAdmin"/>
4646

4747
<!-- Reindex invalidated indices after product attribute has been created/deleted -->
48-
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
48+
<magentoCron groups="index" stepKey="reindexInvalidatedIndices"/>
4949
</after>
5050

5151
<!-- Open created product for edit -->

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<deleteData createDataKey="createAttributeSet" stepKey="deleteAttributeSet"/>
2929

3030
<!-- Reindex invalidated indices after product attribute has been created/deleted -->
31-
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
31+
<magentoCron groups="index" stepKey="reindexInvalidatedIndices"/>
3232
</after>
3333

3434
<amOnPage url="{{AdminProductAttributeSetGridPage.url}}" stepKey="goToAttributeSets"/>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
4040

4141
<!-- Reindex invalidated indices after product attribute has been created/deleted -->
42-
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
42+
<magentoCron groups="index" stepKey="reindexInvalidatedIndices"/>
4343
</after>
4444

4545
<!-- Filter product attribute set by attribute set name -->

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
4444

4545
<!-- Reindex invalidated indices after product attribute has been created/deleted -->
46-
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
46+
<magentoCron groups="index" stepKey="reindexInvalidatedIndices"/>
4747
</after>
4848

4949
<!-- Filter product attribute set by attribute set name -->

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
3232

3333
<!-- Reindex invalidated indices after product attribute has been created/deleted -->
34-
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
34+
<magentoCron groups="index" stepKey="reindexInvalidatedIndices"/>
3535
</after>
3636

3737
<!-- Navigate to Stores > Attributes > Attribute Set -->

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
8585

8686
<!-- Reindex invalidated indices after product attribute has been created/deleted -->
87-
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
87+
<magentoCron groups="index" stepKey="reindexInvalidatedIndices"/>
8888
</after>
8989
<!--Open Product in Store Front Page -->
9090
<amOnPage url="$$createConfigProduct.sku$$.html" stepKey="openProductInStoreFront"/>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
3232

3333
<!-- Reindex invalidated indices after product attribute has been created/deleted -->
34-
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
34+
<magentoCron groups="index" stepKey="reindexInvalidatedIndices"/>
3535
</after>
3636
<!-- Open Product Attribute Set Page -->
3737
<amOnPage url="{{AdminProductAttributeSetGridPage.url}}" stepKey="goToAttributeSets"/>

0 commit comments

Comments
 (0)