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"/>

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

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

2727
<!-- Reindex invalidated indices after product attribute has been created/deleted -->
28-
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
28+
<magentoCron groups="index" stepKey="reindexInvalidatedIndices"/>
2929
</after>
3030
<actionGroup ref="OpenProductAttributeFromSearchResultInGridActionGroup" stepKey="openProductAttributeFromSearchResultInGrid">
3131
<argument name="productAttributeCode" value="$$createProductAttribute.attribute_code$$"/>

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

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<deleteData createDataKey="createConfigProductAttribute" stepKey="deleteConfigProductAttribute"/>
9393

9494
<!-- Reindex invalidated indices after product attribute has been created/deleted -->
95-
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
95+
<magentoCron groups="index" stepKey="reindexInvalidatedIndices"/>
9696
</after>
9797

9898
<!--Open Product Index Page-->

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

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

9494
<!-- Reindex invalidated indices after product attribute has been created/deleted -->
95-
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
95+
<magentoCron groups="index" stepKey="reindexInvalidatedIndices"/>
9696
</after>
9797
<amOnPage url="{{AdminProductIndexPage.url}}" stepKey="navigateToProductIndex"/>
9898
<waitForPageLoad stepKey="waitForProductGridPageLoad"/>

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

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

8787
<!-- Reindex invalidated indices after product attribute has been created/deleted -->
88-
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
88+
<magentoCron groups="index" stepKey="reindexInvalidatedIndices"/>
8989
</after>
9090

9191
<!--Go to storefront product page an check price box css-->

app/code/Magento/Catalog/Test/Mftf/Test/AdminUnassignProductAttributeFromAttributeSetTest.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
<!-- Assert attribute presence in storefront product additional information -->
4545
<amOnPage url="/$$product.custom_attributes[url_key]$$.html" stepKey="onProductPage1"/>

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

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

7777
<!-- Reindex invalidated indices after product attribute has been created/deleted -->
78-
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
78+
<magentoCron groups="index" stepKey="reindexInvalidatedIndices"/>
7979
</after>
8080
<!-- Go to Stores > Attributes > Products. Search and select the product attribute that was used to create the configurable product-->
8181
<actionGroup ref="OpenProductAttributeFromSearchResultInGridActionGroup" stepKey="openProductAttributeFromSearchResultInGrid">

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

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

4848
<!-- Reindex invalidated indices after product attribute has been created/deleted -->
49-
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
49+
<magentoCron groups="index" stepKey="reindexInvalidatedIndices"/>
5050
</after>
5151
<!--Open product page-->
5252
<amOnPage url="{{StorefrontProductPage.url($$createProductDefault.name$$)}}" stepKey="goToProductDefaultPage"/>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<deleteData createDataKey="createProduct" stepKey="deleteProduct"/>
7272

7373
<!-- Reindex invalidated indices after product attribute has been created/deleted -->
74-
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
74+
<magentoCron groups="index" stepKey="reindexInvalidatedIndices"/>
7575
</after>
7676

7777
<!-- Edit the product and set those attributes values -->

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<actionGroup ref="AdminLogoutActionGroup" stepKey="logoutOfAdmin"/>
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
<actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin1"/>
3737
<amOnPage url="{{AdminProductAttributeSetGridPage.url}}" stepKey="amOnAttributeSetPage"/>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<actionGroup ref="AdminLogoutActionGroup" stepKey="logoutOfAdmin"/>
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
<actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin1"/>
4141
<amOnPage url="{{AdminProductAttributeSetGridPage.url}}" stepKey="amOnAttributeSetPage"/>

app/code/Magento/CatalogImportExport/Test/Mftf/Test/AdminExportBundleProductTest.xml

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

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

115115
<!-- Go to export page -->

app/code/Magento/CatalogImportExport/Test/Mftf/Test/AdminExportImportConfigurableProductWithImagesTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
<actionGroup ref="AdminLogoutActionGroup" stepKey="adminLogout"/>
156156

157157
<!-- Reindex invalidated indices after product attribute has been created/deleted -->
158-
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
158+
<magentoCron groups="index" stepKey="reindexInvalidatedIndices"/>
159159
</after>
160160

161161
<!-- Go to System > Export -->

app/code/Magento/CatalogImportExport/Test/Mftf/Test/AdminExportSimpleAndConfigurableProductsWithCustomOptionsTest.xml

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

9999
<!-- Reindex invalidated indices after product attribute has been created/deleted -->
100-
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
100+
<magentoCron groups="index" stepKey="reindexInvalidatedIndices"/>
101101
</after>
102102

103103
<!-- Go to export page -->

app/code/Magento/CatalogImportExport/Test/Mftf/Test/AdminExportSimpleProductAndConfigurableProductsWithAssignedImagesTest.xml

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

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

119119
<!-- Go to export page -->

app/code/Magento/CatalogImportExport/Test/Mftf/Test/AdminExportSimpleProductAssignedToMainWebsiteAndConfigurableProductAssignedToCustomWebsiteTest.xml

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

100100
<!-- Reindex invalidated indices after product attribute has been created/deleted -->
101-
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
101+
<magentoCron groups="index" stepKey="reindexInvalidatedIndices"/>
102102
</after>
103103

104104
<!-- Go to export page -->

app/code/Magento/CatalogInventory/Test/Mftf/Test/AssociatedProductToConfigurableOutOfStockTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<deleteData createDataKey="createConfigProductAttribute" stepKey="deleteConfigProductAttribute"/>
8989

9090
<!-- Reindex invalidated indices after product attribute has been created/deleted -->
91-
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
91+
<magentoCron groups="index" stepKey="reindexInvalidatedIndices"/>
9292
</after>
9393

9494
<!-- Login as a customer -->

app/code/Magento/CatalogRule/Test/Mftf/Test/AdminApplyCatalogRuleForConfigurableProductWithSpecialPricesTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
<deleteData createDataKey="createCategory" stepKey="deleteCategory"/>
9595

9696
<!-- Reindex invalidated indices after product attribute has been created/deleted -->
97-
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
97+
<magentoCron groups="index" stepKey="reindexInvalidatedIndices"/>
9898
</after>
9999

100100
<!-- Add special prices for products -->

app/code/Magento/CatalogRule/Test/Mftf/Test/AdminDeleteCatalogPriceRuleEntityTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
<deleteData createDataKey="createConfigProductAttribute1" stepKey="deleteConfigProductAttribute1"/>
185185

186186
<!-- Reindex invalidated indices after product attribute has been created/deleted -->
187-
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
187+
<magentoCron groups="index" stepKey="reindexInvalidatedIndices"/>
188188
</after>
189189

190190
<!-- Delete the simple product and catalog price rule -->

app/code/Magento/CatalogRule/Test/Mftf/Test/ApplyCatalogPriceRuleByProductAttributeTest.xml

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

109109
<!-- Reindex invalidated indices after product attribute has been created/deleted -->
110-
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
110+
<magentoCron groups="index" stepKey="reindexInvalidatedIndices"/>
111111
</after>
112112

113113
<!-- Add values to your attribute ( ex: red , green) -->

app/code/Magento/CatalogRule/Test/Mftf/Test/ApplyCatalogRuleForSimpleAndConfigurableProductTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
<deleteData createDataKey="createCategory" stepKey="deleteApiCategory"/>
9999

100100
<!-- Reindex invalidated indices after product attribute has been created/deleted -->
101-
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
101+
<magentoCron groups="index" stepKey="reindexInvalidatedIndices"/>
102102
</after>
103103
<!-- Begin creating a new catalog price rule -->
104104
<actionGroup ref="NewCatalogPriceRuleByUIWithConditionIsCategoryActionGroup" stepKey="newCatalogPriceRuleByUIWithConditionIsCategory">

app/code/Magento/CatalogRuleConfigurable/Test/Mftf/Test/AdminApplyCatalogRuleForConfigurableProductWithAssignedSimpleProducts2Test.xml

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

176176
<!-- Reindex invalidated indices after product attribute has been created/deleted -->
177-
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
177+
<magentoCron groups="index" stepKey="reindexInvalidatedIndices"/>
178178
</after>
179179

180180
<!-- Create catalog price rule -->

app/code/Magento/CatalogRuleConfigurable/Test/Mftf/Test/AdminApplyCatalogRuleForConfigurableProductWithAssignedSimpleProductsTest.xml

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

180180
<!-- Reindex invalidated indices after product attribute has been created/deleted -->
181-
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
181+
<magentoCron groups="index" stepKey="reindexInvalidatedIndices"/>
182182
</after>
183183
<!-- Create price rule -->
184184
<actionGroup ref="NewCatalogPriceRuleByUIActionGroup" stepKey="createPriceRule">

app/code/Magento/CatalogRuleConfigurable/Test/Mftf/Test/AdminApplyCatalogRuleForConfigurableProductWithOptions2Test.xml

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

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

114114
<!-- Create price rule for first configurable product option -->

app/code/Magento/CatalogRuleConfigurable/Test/Mftf/Test/AdminApplyCatalogRuleForConfigurableProductWithOptionsTest.xml

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

127127
<!-- Reindex invalidated indices after product attribute has been created/deleted -->
128-
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
128+
<magentoCron groups="index" stepKey="reindexInvalidatedIndices"/>
129129
</after>
130130

131131
<!-- Create price rule for first configurable product option -->

app/code/Magento/Checkout/Test/Mftf/Test/DeleteConfigurableProductFromShoppingCartTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<deleteData createDataKey="createCategory" stepKey="deleteCategory"/>
6363

6464
<!-- Reindex invalidated indices after product attribute has been created/deleted -->
65-
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
65+
<magentoCron groups="index" stepKey="reindexInvalidatedIndices"/>
6666
</after>
6767

6868
<!-- Add configurable product to the cart -->

app/code/Magento/Checkout/Test/Mftf/Test/OnePageCheckoutWithAllProductTypesTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
<actionGroup ref="StorefrontCustomerLogoutActionGroup" stepKey="customerLogoutStorefront"/>
114114

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

119119
<!-- Add Simple Product to cart -->

app/code/Magento/Checkout/Test/Mftf/Test/StorefrontAddConfigurableProductToShoppingCartTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
<deleteData createDataKey="createConfigProductAttribute" stepKey="deleteProductAttribute"/>
123123

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

128128
<!-- Add Configurable Product to the cart -->

app/code/Magento/Checkout/Test/Mftf/Test/StorefrontCheckoutWithSpecialPriceProductsTest.xml

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

106106
<!-- Reindex invalidated indices after product attribute has been created/deleted -->
107-
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
107+
<magentoCron groups="index" stepKey="reindexInvalidatedIndices"/>
108108
</after>
109109

110110
<!--Open Product page in StoreFront and assert product and price range -->

app/code/Magento/Checkout/Test/Mftf/Test/StorefrontDeleteConfigurableProductFromMiniShoppingCartTest.xml

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

7676
<!-- Reindex invalidated indices after product attribute has been created/deleted -->
77-
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
77+
<magentoCron groups="index" stepKey="reindexInvalidatedIndices"/>
7878
</after>
7979

8080
<!-- Add Configurable Product to the cart -->

app/code/Magento/Checkout/Test/Mftf/Test/StorefrontGuestCheckoutUsingFreeShippingAndTaxesTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
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
<!-- Create a Tax Rule -->

0 commit comments

Comments
 (0)