Skip to content

Commit 3c04135

Browse files
ENGCOM-8699: Removed CliIndexerReindexActionGroup action group usage for Customer module #31776
2 parents f6e06ec + 73d36f8 commit 3c04135

17 files changed

+19
-57
lines changed

app/code/Magento/Customer/Test/Mftf/Test/AdminCreateCustomerTest.xml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@
2121
</annotations>
2222

2323
<before>
24-
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindexCustomerGrid">
25-
<argument name="indices" value="customer_grid"/>
26-
</actionGroup>
24+
<comment userInput="Adding the comment to replace CliIndexerReindexActionGroup action group ('indexer:reindex' commands) for preserving Backward Compatibility" stepKey="reindexCustomerGrid"/>
2725
</before>
2826

2927
<after>
@@ -40,9 +38,7 @@
4038
<fillField userInput="{{CustomerEntityOne.email}}" selector="{{AdminCustomerAccountInformationSection.email}}" stepKey="fillEmail"/>
4139
<click selector="{{AdminCustomerMainActionsSection.saveButton}}" stepKey="saveCustomer"/>
4240
<seeElement selector="{{AdminCustomerMessagesSection.successMessage}}" stepKey="assertSuccessMessage"/>
43-
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindex">
44-
<argument name="indices" value=""/>
45-
</actionGroup>
41+
<comment userInput="Adding the comment to replace CliIndexerReindexActionGroup action group ('indexer:reindex' commands) for preserving Backward Compatibility" stepKey="reindex"/>
4642
<actionGroup ref="ReloadPageActionGroup" stepKey="reloadPage"/>
4743
<comment userInput="Replacing reload action and preserve Backward Compatibility" stepKey="waitForLoad2"/>
4844

app/code/Magento/Customer/Test/Mftf/Test/AdminDeleteCustomerAddressesFromTheGridTest.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@
2020

2121
<before>
2222
<createData entity="Simple_US_Customer_Multiple_Addresses" stepKey="createCustomer"/>
23-
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindex">
24-
<argument name="indices" value=""/>
25-
</actionGroup>
23+
<comment userInput="Adding the comment to replace CliIndexerReindexActionGroup action group ('indexer:reindex' commands) for preserving Backward Compatibility" stepKey="reindex"/>
2624
<actionGroup ref="AdminLoginActionGroup" stepKey="login"/>
2725
</before>
2826
<after>

app/code/Magento/Customer/Test/Mftf/Test/AdminDeleteCustomerAddressesFromTheGridViaMassActionsTest.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@
2020

2121
<before>
2222
<createData entity="Simple_US_Customer_Multiple_Addresses" stepKey="createCustomer"/>
23-
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindex">
24-
<argument name="indices" value=""/>
25-
</actionGroup>
23+
<comment userInput="Adding the comment to replace CliIndexerReindexActionGroup action group ('indexer:reindex' commands) for preserving Backward Compatibility" stepKey="reindex"/>
2624
<actionGroup ref="AdminLoginActionGroup" stepKey="login"/>
2725
</before>
2826
<after>

app/code/Magento/Customer/Test/Mftf/Test/AdminDeleteDefaultBillingCustomerAddressTest.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@
2020

2121
<before>
2222
<createData entity="Simple_US_Customer_Multiple_Addresses" stepKey="createCustomer"/>
23-
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindex">
24-
<argument name="indices" value=""/>
25-
</actionGroup>
23+
<comment userInput="Adding the comment to replace CliIndexerReindexActionGroup action group ('indexer:reindex' commands) for preserving Backward Compatibility" stepKey="reindex"/>
2624
<actionGroup ref="AdminLoginActionGroup" stepKey="login"/>
2725
</before>
2826
<after>

app/code/Magento/Customer/Test/Mftf/Test/AdminResetCustomerPasswordTest.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@
2525
<deleteData createDataKey="customer" stepKey="deleteCustomer"/>
2626
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
2727
</after>
28-
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindex">
29-
<argument name="indices" value=""/>
30-
</actionGroup>
28+
<comment userInput="Adding the comment to replace CliIndexerReindexActionGroup action group ('indexer:reindex' commands) for preserving Backward Compatibility" stepKey="reindex"/>
3129
<actionGroup ref="CliCacheFlushActionGroup" stepKey="flushCache">
3230
<argument name="tags" value=""/>
3331
</actionGroup>

app/code/Magento/Customer/Test/Mftf/Test/AdminSearchCustomerAddressByKeywordTest.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@
2020

2121
<before>
2222
<createData entity="Simple_US_Customer_Multiple_Addresses" stepKey="createCustomer"/>
23-
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindex">
24-
<argument name="indices" value=""/>
25-
</actionGroup>
23+
<comment userInput="Adding the comment to replace CliIndexerReindexActionGroup action group ('indexer:reindex' commands) for preserving Backward Compatibility" stepKey="reindex"/>
2624
<actionGroup ref="AdminLoginActionGroup" stepKey="login"/>
2725
</before>
2826
<after>

app/code/Magento/Customer/Test/Mftf/Test/AdminUpdateCustomerTest/AdminDeleteCustomerAddressTest.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@
2020
</annotations>
2121
<before>
2222
<createData stepKey="customer" entity="Simple_US_Customer_Multiple_Addresses"/>
23-
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindex">
24-
<argument name="indices" value=""/>
25-
</actionGroup>
23+
<comment userInput="Adding the comment to replace CliIndexerReindexActionGroup action group ('indexer:reindex' commands) for preserving Backward Compatibility" stepKey="reindex"/>
2624
<actionGroup ref="AdminLoginActionGroup" stepKey="login"/>
2725
</before>
2826
<after>

app/code/Magento/Customer/Test/Mftf/Test/AdminUpdateCustomerTest/AdminUpdateCustomerInfoFromDefaultToNonDefaultTest.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@
2020
</annotations>
2121
<before>
2222
<createData stepKey="customer" entity="Simple_Customer_Without_Address"/>
23-
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindex">
24-
<argument name="indices" value=""/>
25-
</actionGroup>
23+
<comment userInput="Adding the comment to replace CliIndexerReindexActionGroup action group ('indexer:reindex' commands) for preserving Backward Compatibility" stepKey="reindex"/>
2624
<actionGroup ref="AdminLoginActionGroup" stepKey="login"/>
2725
</before>
2826
<after>

app/code/Magento/Customer/Test/Mftf/Test/AllowedCountriesRestrictionApplyOnBackendTest.xml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@
4242
<!--Set account sharing option - Default value is 'Per Website'-->
4343
<comment userInput="Set account sharing option - Default value is 'Per Website'" stepKey="setAccountSharingOption"/>
4444
<createData entity="CustomerAccountSharingDefault" stepKey="setToAccountSharingToDefault"/>
45-
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindex">
46-
<argument name="indices" value=""/>
47-
</actionGroup>
45+
<comment userInput="Adding the comment to replace CliIndexerReindexActionGroup action group ('indexer:reindex' commands) for preserving Backward Compatibility" stepKey="reindex"/>
4846
</before>
4947
<after>
5048
<!--delete all created data and set main website country options to default-->
@@ -62,9 +60,7 @@
6260
<actionGroup ref="SetWebsiteCountryOptionsToDefaultActionGroup" stepKey="setCountryOptionsToDefault"/>
6361
<createData entity="CustomerAccountSharingSystemValue" stepKey="setAccountSharingToSystemValue"/>
6462
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
65-
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindex">
66-
<argument name="indices" value=""/>
67-
</actionGroup>
63+
<comment userInput="Adding the comment to replace CliIndexerReindexActionGroup action group ('indexer:reindex' commands) for preserving Backward Compatibility" stepKey="reindex"/>
6864
<actionGroup ref="CliCacheFlushActionGroup" stepKey="flushCache">
6965
<argument name="tags" value=""/>
7066
</actionGroup>

app/code/Magento/Customer/Test/Mftf/Test/StorefrontClearAllCompareProductsTest.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,7 @@
102102
<requiredEntity createDataKey="createDownloadableProduct1"/>
103103
</createData>
104104

105-
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindex">
106-
<argument name="indices" value=""/>
107-
</actionGroup>
105+
<comment userInput="Adding the comment to replace CliIndexerReindexActionGroup action group ('indexer:reindex' commands) for preserving Backward Compatibility" stepKey="reindex"/>
108106
<actionGroup ref="CliCacheFlushActionGroup" stepKey="flushCache">
109107
<argument name="tags" value=""/>
110108
</actionGroup>

0 commit comments

Comments
 (0)