Skip to content

Commit 6aa5a70

Browse files
ENGCOM-8788: Removed CliCacheFlushActionGroup usage for Customer module #32078
2 parents 0c46a26 + 8e25eb8 commit 6aa5a70

20 files changed

+26
-78
lines changed

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

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@
3535
<createData entity="FlatRateShippingMethodConfig" stepKey="enableFlatRate"/>
3636
<createData entity="FreeShippingMethodsSettingConfig" stepKey="freeShippingMethodsSettingConfig"/>
3737
<createData entity="MinimumOrderAmount90" stepKey="minimumOrderAmount90"/>
38-
<actionGroup ref="CliCacheFlushActionGroup" stepKey="flushCache">
39-
<argument name="tags" value=""/>
40-
</actionGroup>
38+
<comment userInput="Adding the comment to replace CliCacheFlushActionGroup action group ('cache:flush' command) for preserving Backward Compatibility" stepKey="flushCache"/>
4139
<actionGroup ref="AdminCreateCartPriceRuleWithCouponCodeActionGroup" stepKey="createCartPriceRule">
4240
<argument name="ruleName" value="CatPriceRule"/>
4341
<argument name="couponCode" value="CatPriceRule.coupon_code"/>
@@ -54,10 +52,7 @@
5452
<createData entity="DefaultShippingMethodsConfig" stepKey="defaultShippingMethodsConfig"/>
5553
<createData entity="DefaultMinimumOrderAmount" stepKey="defaultMinimumOrderAmount"/>
5654
<deleteData createDataKey="createSimpleUsCustomer" stepKey="deleteCustomer"/>
57-
58-
<actionGroup ref="CliCacheFlushActionGroup" stepKey="flushCache">
59-
<argument name="tags" value=""/>
60-
</actionGroup>
55+
<comment userInput="Adding the comment to replace CliCacheFlushActionGroup action group ('cache:flush' command) for preserving Backward Compatibility" stepKey="flushCache"/>
6156
<actionGroup ref="DeleteCartPriceRuleByName" stepKey="deleteCartPriceRule">
6257
<argument name="ruleName" value="{{CatPriceRule.name}}"/>
6358
</actionGroup>

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

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@
3232
<createData entity="FlatRateShippingMethodConfig" stepKey="enableFlatRate"/>
3333
<createData entity="FreeShippingMethodsSettingConfig" stepKey="freeShippingMethodsSettingConfig"/>
3434
<createData entity="MinimumOrderAmount90" stepKey="minimumOrderAmount90"/>
35-
<actionGroup ref="CliCacheFlushActionGroup" stepKey="flushCache">
36-
<argument name="tags" value=""/>
37-
</actionGroup>
35+
<comment userInput="Adding the comment to replace CliCacheFlushActionGroup action group ('cache:flush' command) for preserving Backward Compatibility" stepKey="flushCache"/>
3836
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
3937
<actionGroup ref="AdminCartPriceRuleDeleteAllActionGroup" stepKey="deleteAllCartPriceRules"/>
4038
<actionGroup ref="AdminCreateCartPriceRuleWithCouponCodeActionGroup" stepKey="createCartPriceRule">
@@ -55,10 +53,7 @@
5553
<createData entity="DefaultShippingMethodsConfig" stepKey="defaultShippingMethodsConfig"/>
5654
<createData entity="DefaultMinimumOrderAmount" stepKey="defaultMinimumOrderAmount"/>
5755
<deleteData createDataKey="createCustomer" stepKey="deleteCustomer"/>
58-
59-
<actionGroup ref="CliCacheFlushActionGroup" stepKey="flushCache">
60-
<argument name="tags" value=""/>
61-
</actionGroup>
56+
<comment userInput="Adding the comment to replace CliCacheFlushActionGroup action group ('cache:flush' command) for preserving Backward Compatibility" stepKey="flushCache"/>
6257
<actionGroup ref="AdminCartPriceRuleDeleteAllActionGroup" stepKey="deleteAllCartPriceRules"/>
6358
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
6459
</after>

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,7 @@
5454
<createData entity="SimpleProduct2" stepKey="simpleProduct11">
5555
<field key="price">110.00</field>
5656
</createData>
57-
<actionGroup ref="CliCacheFlushActionGroup" stepKey="flushCache">
58-
<argument name="tags" value=""/>
59-
</actionGroup>
57+
<comment userInput="Adding the comment to replace CliCacheFlushActionGroup action group ('cache:flush' command) for preserving Backward Compatibility" stepKey="flushCache"/>
6058
</before>
6159
<after>
6260
<deleteData createDataKey="simpleProduct1" stepKey="deleteProduct1"/>

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@
3434
<createData entity="VirtualProduct" stepKey="virtualProduct4">
3535
<field key="price">40.00</field>
3636
</createData>
37-
<actionGroup ref="CliCacheFlushActionGroup" stepKey="flushCache">
38-
<argument name="tags" value=""/>
39-
</actionGroup>
37+
<comment userInput="Adding the comment to replace CliCacheFlushActionGroup action group ('cache:flush' command) for preserving Backward Compatibility" stepKey="flushCache"/>
4038
</before>
4139
<after>
4240
<deleteData createDataKey="virtualProduct1" stepKey="deleteProduct1"/>

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@
3939
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindex">
4040
<argument name="indices" value=""/>
4141
</actionGroup>
42-
<actionGroup ref="CliCacheFlushActionGroup" stepKey="flushCache">
43-
<argument name="tags" value=""/>
44-
</actionGroup>
42+
<comment userInput="Adding the comment to replace CliCacheFlushActionGroup action group ('cache:flush' command) for preserving Backward Compatibility" stepKey="flushCache"/>
4543
</before>
4644
<after>
4745
<!-- Delete category -->

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@
3333
<argument name="price" value="Fixed"/>
3434
<argument name="amount" value="24.00"/>
3535
</actionGroup>
36-
<actionGroup ref="CliCacheFlushActionGroup" stepKey="flushCache">
37-
<argument name="tags" value=""/>
38-
</actionGroup>
36+
<comment userInput="Adding the comment to replace CliCacheFlushActionGroup action group ('cache:flush' command) for preserving Backward Compatibility" stepKey="flushCache"/>
3937
</before>
4038
<after>
4139
<magentoCLI command="config:set {{DisablePaymentBankTransferConfigData.path}} {{DisablePaymentBankTransferConfigData.value}}" stepKey="enableGuestCheckout"/>

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,7 @@
9191
<waitForPageLoad time='60' stepKey="waitForSpecialPriceProductSaved"/>
9292
<waitForElementVisible selector="{{AdminMessagesSection.success}}" stepKey="waitForSaveSuccessMessage1"/>
9393
<comment userInput="Adding the comment to replace CliIndexerReindexActionGroup action group ('indexer:reindex' commands) for preserving Backward Compatibility" stepKey="reindex"/>
94-
<actionGroup ref="CliCacheFlushActionGroup" stepKey="flushCache">
95-
<argument name="tags" value=""/>
96-
</actionGroup>
94+
<comment userInput="Adding the comment to replace CliCacheFlushActionGroup action group ('cache:flush' command) for preserving Backward Compatibility" stepKey="flushCache"/>
9795
</before>
9896
<after>
9997
<deleteData createDataKey="createCategory" stepKey="deleteCategory"/>

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,7 @@
6464
<requiredEntity createDataKey="createConfigChildProduct1"/>
6565
</createData>
6666
<comment userInput="Adding the comment to replace CliIndexerReindexActionGroup action group ('indexer:reindex' commands) for preserving Backward Compatibility" stepKey="reindex"/>
67-
<actionGroup ref="CliCacheFlushActionGroup" stepKey="flushCache">
68-
<argument name="tags" value=""/>
69-
</actionGroup>
67+
<comment userInput="Adding the comment to replace CliCacheFlushActionGroup action group ('cache:flush' command) for preserving Backward Compatibility" stepKey="flushCache"/>
7068
</before>
7169
<after>
7270
<deleteData createDataKey="createConfigChildProduct1" stepKey="deleteSimpleProduct1"/>

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@
2828
<requiredEntity createDataKey="createDownloadableProduct"/>
2929
</createData>
3030
<comment userInput="Adding the comment to replace CliIndexerReindexActionGroup action group ('indexer:reindex' commands) for preserving Backward Compatibility" stepKey="reindex"/>
31-
<actionGroup ref="CliCacheFlushActionGroup" stepKey="flushCache">
32-
<argument name="tags" value=""/>
33-
</actionGroup>
31+
<comment userInput="Adding the comment to replace CliCacheFlushActionGroup action group ('cache:flush' command) for preserving Backward Compatibility" stepKey="flushCache"/>
3432
</before>
3533
<after>
3634
<magentoCLI stepKey="removeDownloadableDomain" command="downloadable:domains:remove example.com static.magento.com"/>

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,7 @@
9393
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindex">
9494
<argument name="indices" value=""/>
9595
</actionGroup>
96-
<actionGroup ref="CliCacheFlushActionGroup" stepKey="flushCache">
97-
<argument name="tags" value=""/>
98-
</actionGroup>
96+
<comment userInput="Adding the comment to replace CliCacheFlushActionGroup action group ('cache:flush' command) for preserving Backward Compatibility" stepKey="flushCache"/>
9997
</before>
10098
<after>
10199
<actionGroup ref="AdminDeleteTaxRule" stepKey="deleteTaxRule">

0 commit comments

Comments
 (0)