Skip to content

Commit 4446284

Browse files
ENGCOM-8484: Removed 'cache:flush' command from tests #30996
- Merge Pull Request #30996 from sergiy-v/magento2:mftf-cache-flush-command-improvements - Merged commits: 1. ff2451b 2. dc02c0a 3. 551dd3f
2 parents ad29452 + 551dd3f commit 4446284

20 files changed

+37
-40
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<requiredEntity createDataKey="createCategory"/>
2424
</createData>
2525
<magentoCLI command="config:set {{CatalogInventoryOptionsOnlyXleftThreshold.path}} 10000" stepKey="setStockThresholdQty"/>
26-
<magentoCLI command="cache:flush config" stepKey="flushCache"/>
26+
<comment userInput="Adding the comment to replace 'cache:flush' command for preserving Backward Compatibility" stepKey="flushCache"/>
2727
</before>
2828
<after>
2929
<deleteData createDataKey="createCategory" stepKey="deleteCategory"/>

app/code/Magento/CatalogUrlRewrite/Test/Mftf/Test/AdminVerifyCheckboxIsDisabledCreatePermanentRedirectSetNoTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</annotations>
1919
<before>
2020
<magentoCLI command="config:set {{DisableCreatePermanentRedirect.path}} {{DisableCreatePermanentRedirect.value}}" stepKey="enableCreatePermanentRedirect"/>
21-
<magentoCLI command="cache:flush" stepKey="flushCache"/>
21+
<comment userInput="Adding the comment to replace 'cache:flush' command for preserving Backward Compatibility" stepKey="flushCache"/>
2222
<createData entity="_defaultCategory" stepKey="createDefaultCategory"/>
2323
<createData entity="SimpleProduct" stepKey="createSimpleProduct">
2424
<requiredEntity createDataKey="createDefaultCategory"/>
@@ -29,7 +29,7 @@
2929
<deleteData createDataKey="createSimpleProduct" stepKey="deleteSimpleProduct"/>
3030
<deleteData createDataKey="createDefaultCategory" stepKey="deleteDefaultCategory"/>
3131
<magentoCLI command="config:set {{EnableCreatePermanentRedirect.path}} {{EnableCreatePermanentRedirect.value}}" stepKey="disableCreatePermanentRedirect"/>
32-
<magentoCLI command="cache:flush" stepKey="flushCache"/>
32+
<comment userInput="Adding the comment to replace 'cache:flush' command for preserving Backward Compatibility" stepKey="flushCache"/>
3333
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
3434
</after>
3535
<actionGroup ref="AdminProductPageOpenByIdActionGroup" stepKey="goToProductEditPage">

app/code/Magento/LoginAsCustomer/Test/Mftf/Test/AdminLoginAsCustomerAddProductToWishlistTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
stepKey="enableLoginAsCustomer"/>
2424
<magentoCLI command="config:set {{LoginAsCustomerStoreViewLogin.path}} 0"
2525
stepKey="enableLoginAsCustomerAutoDetection"/>
26-
<magentoCLI command="cache:flush config" stepKey="flushCacheBeforeTestRun"/>
26+
<comment userInput="Adding the comment to replace 'cache:flush' command for preserving Backward Compatibility" stepKey="flushCacheBeforeTestRun"/>
2727
<createData entity="_defaultCategory" stepKey="createCategory"/>
2828
<createData entity="SimpleProduct" stepKey="createSimpleProduct">
2929
<requiredEntity createDataKey="createCategory"/>
@@ -38,7 +38,7 @@
3838
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
3939
<magentoCLI command="config:set {{LoginAsCustomerConfigDataEnabled.path}} 0"
4040
stepKey="disableLoginAsCustomer"/>
41-
<magentoCLI command="cache:flush config" stepKey="flushCacheAfterTestRun"/>
41+
<comment userInput="Adding the comment to replace 'cache:flush' command for preserving Backward Compatibility" stepKey="flushCacheAfterTestRun"/>
4242
</after>
4343

4444
<!-- Admin Login as Customer from Customer page -->

app/code/Magento/LoginAsCustomer/Test/Mftf/Test/AdminLoginAsCustomerAutoDetectionTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<magentoCLI
2929
command="config:set {{StorefrontEnableAddStoreCodeToUrls.path}} {{StorefrontEnableAddStoreCodeToUrls.value}}"
3030
stepKey="enableAddStoreCodeToUrls"/>
31-
<magentoCLI command="cache:flush config" stepKey="flushCacheBeforeTestRun"/>
31+
<comment userInput="Adding the comment to replace 'cache:flush' command for preserving Backward Compatibility" stepKey="flushCacheBeforeTestRun"/>
3232
<actionGroup ref="AdminLoginActionGroup" stepKey="adminLogin"/>
3333
<actionGroup ref="AdminCreateStoreViewActionGroup" stepKey="createCustomStoreView"/>
3434
</before>
@@ -43,7 +43,7 @@
4343
<magentoCLI
4444
command="config:set {{StorefrontDisableAddStoreCodeToUrls.path}} {{StorefrontDisableAddStoreCodeToUrls.value}}"
4545
stepKey="disableAddStoreCodeToUrls"/>
46-
<magentoCLI command="cache:flush config" stepKey="flushCacheAfterTestRun"/>
46+
<comment userInput="Adding the comment to replace 'cache:flush' command for preserving Backward Compatibility" stepKey="flushCacheAfterTestRun"/>
4747
</after>
4848

4949
<!-- Login as Customer from Customer page -->

app/code/Magento/LoginAsCustomer/Test/Mftf/Test/AdminLoginAsCustomerDirectlyToCustomWebsiteTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<magentoCLI
2727
command="config:set {{StorefrontEnableAddStoreCodeToUrls.path}} {{StorefrontEnableAddStoreCodeToUrls.value}}"
2828
stepKey="enableAddStoreCodeToUrls"/>
29-
<magentoCLI command="cache:flush config" stepKey="flushCacheBeforeTestRun"/>
29+
<comment userInput="Adding the comment to replace 'cache:flush' command for preserving Backward Compatibility" stepKey="flushCacheBeforeTestRun"/>
3030
<actionGroup ref="AdminLoginActionGroup" stepKey="adminLogin"/>
3131
<actionGroup ref="AdminCreateWebsiteActionGroup" stepKey="createCustomWebsite">
3232
<argument name="newWebsiteName" value="{{customWebsite.name}}"/>
@@ -60,7 +60,7 @@
6060
<magentoCLI
6161
command="config:set {{StorefrontDisableAddStoreCodeToUrls.path}} {{StorefrontDisableAddStoreCodeToUrls.value}}"
6262
stepKey="disableAddStoreCodeToUrls"/>
63-
<magentoCLI command="cache:flush config" stepKey="flushCacheAfterTestRun"/>
63+
<comment userInput="Adding the comment to replace 'cache:flush' command for preserving Backward Compatibility" stepKey="flushCacheAfterTestRun"/>
6464
</after>
6565

6666
<!-- Login as Customer from Customer page -->

app/code/Magento/LoginAsCustomer/Test/Mftf/Test/AdminLoginAsCustomerEditCustomersAddressTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
stepKey="enableLoginAsCustomer"/>
2424
<magentoCLI command="config:set {{LoginAsCustomerStoreViewLogin.path}} 0"
2525
stepKey="enableLoginAsCustomerAutoDetection"/>
26-
<magentoCLI command="cache:flush config" stepKey="flushCacheBeforeTestRun"/>
26+
<comment userInput="Adding the comment to replace 'cache:flush' command for preserving Backward Compatibility" stepKey="flushCacheBeforeTestRun"/>
2727
<createData entity="Simple_US_Customer_Assistance_Allowed" stepKey="createCustomer"/>
2828
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAdmin"/>
2929
</before>
@@ -32,7 +32,7 @@
3232
<deleteData createDataKey="createCustomer" stepKey="deleteCustomer"/>
3333
<magentoCLI command="config:set {{LoginAsCustomerConfigDataEnabled.path}} 0"
3434
stepKey="disableLoginAsCustomer"/>
35-
<magentoCLI command="cache:flush config" stepKey="flushCacheAfterTestRun"/>
35+
<comment userInput="Adding the comment to replace 'cache:flush' command for preserving Backward Compatibility" stepKey="flushCacheAfterTestRun"/>
3636
</after>
3737

3838
<!-- Login as Customer Login from Customer page -->

app/code/Magento/LoginAsCustomer/Test/Mftf/Test/AdminLoginAsCustomerLogNotShownIfLoginAsCustomerDisabledTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</annotations>
2020
<before>
2121
<magentoCLI command="config:set {{LoginAsCustomerConfigDataEnabled.path}} 0" stepKey="disableLoginAsCustomer"/>
22-
<magentoCLI command="cache:flush config" stepKey="flushCacheBeforeTestRun"/>
22+
<comment userInput="Adding the comment to replace 'cache:flush' command for preserving Backward Compatibility" stepKey="flushCacheBeforeTestRun"/>
2323
<actionGroup ref="AdminLoginActionGroup" stepKey="login"/>
2424
</before>
2525
<after>

app/code/Magento/LoginAsCustomer/Test/Mftf/Test/AdminLoginAsCustomerLoggingTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
stepKey="enableLoginAsCustomer"/>
2525
<magentoCLI command="config:set {{LoginAsCustomerStoreViewLogin.path}} 0"
2626
stepKey="enableLoginAsCustomerAutoDetection"/>
27-
<magentoCLI command="cache:flush config" stepKey="flushCacheBeforeTestRun"/>
27+
<comment userInput="Adding the comment to replace 'cache:flush' command for preserving Backward Compatibility" stepKey="flushCacheBeforeTestRun"/>
2828
<createData entity="NewAdminUser" stepKey="createNewAdmin"/>
2929
<createData entity="Simple_US_Customer_Assistance_Allowed" stepKey="createFirstCustomer"/>
3030
<createData entity="Simple_US_CA_Customer_Assistance_Allowed" stepKey="createSecondCustomer"/>
@@ -40,7 +40,7 @@
4040
<actionGroup ref="AdminLogoutActionGroup" stepKey="logoutAfter"/>
4141
<magentoCLI command="config:set {{LoginAsCustomerConfigDataEnabled.path}} 0"
4242
stepKey="disableLoginAsCustomer"/>
43-
<magentoCLI command="cache:flush config" stepKey="flushCacheAfterTestRun"/>
43+
<comment userInput="Adding the comment to replace 'cache:flush' command for preserving Backward Compatibility" stepKey="flushCacheAfterTestRun"/>
4444
</after>
4545

4646
<!-- Login into First Customer account -->

app/code/Magento/LoginAsCustomer/Test/Mftf/Test/AdminLoginAsCustomerManualChooseFromOrderPageTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
stepKey="enableLoginAsCustomer"/>
3030
<magentoCLI command="config:set {{LoginAsCustomerStoreViewLogin.path}} 1"
3131
stepKey="enableLoginAsCustomerManualChoose"/>
32-
<magentoCLI command="cache:flush config" stepKey="flushCacheBeforeTestRun"/>
32+
<comment userInput="Adding the comment to replace 'cache:flush' command for preserving Backward Compatibility" stepKey="flushCacheBeforeTestRun"/>
3333
<actionGroup ref="AdminLoginActionGroup" stepKey="adminLogin"/>
3434
<actionGroup ref="AdminCreateNewStoreGroupActionGroup" stepKey="createCustomStore">
3535
<argument name="website" value="{{_defaultWebsite.name}}"/>
@@ -54,7 +54,7 @@
5454
stepKey="disableLoginAsCustomer"/>
5555
<magentoCLI command="config:set {{LoginAsCustomerStoreViewLogin.path}} 0"
5656
stepKey="enableLoginAsCustomerAutoDetection"/>
57-
<magentoCLI command="cache:flush config" stepKey="flushCacheAfterTestRun"/>
57+
<comment userInput="Adding the comment to replace 'cache:flush' command for preserving Backward Compatibility" stepKey="flushCacheAfterTestRun"/>
5858
<deleteData createDataKey="createCustomer" stepKey="deleteCustomer"/>
5959
<deleteData createDataKey="createProduct" stepKey="deleteProduct"/>
6060
<deleteData createDataKey="createCategory" stepKey="deleteCategory"/>

app/code/Magento/LoginAsCustomer/Test/Mftf/Test/AdminLoginAsCustomerManualChooseTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
stepKey="enableLoginAsCustomer"/>
2626
<magentoCLI command="config:set {{LoginAsCustomerStoreViewLogin.path}} 1"
2727
stepKey="enableLoginAsCustomerManualChoose"/>
28-
<magentoCLI command="cache:flush config" stepKey="flushCacheBeforeTestRun"/>
28+
<comment userInput="Adding the comment to replace 'cache:flush' command for preserving Backward Compatibility" stepKey="flushCacheBeforeTestRun"/>
2929
<actionGroup ref="AdminLoginActionGroup" stepKey="adminLogin"/>
3030
<actionGroup ref="AdminCreateNewStoreGroupActionGroup" stepKey="createCustomStore">
3131
<argument name="website" value="{{_defaultWebsite.name}}"/>
@@ -50,7 +50,7 @@
5050
stepKey="disableLoginAsCustomer"/>
5151
<magentoCLI command="config:set {{LoginAsCustomerStoreViewLogin.path}} 0"
5252
stepKey="enableLoginAsCustomerAutoDetection"/>
53-
<magentoCLI command="cache:flush config" stepKey="flushCacheAfterTestRun"/>
53+
<comment userInput="Adding the comment to replace 'cache:flush' command for preserving Backward Compatibility" stepKey="flushCacheAfterTestRun"/>
5454
<deleteData createDataKey="createCustomer" stepKey="deleteCustomer"/>
5555
</after>
5656

app/code/Magento/LoginAsCustomer/Test/Mftf/Test/AdminLoginAsCustomerMultishippingLoggingTest.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,7 @@
3030
stepKey="enableLoginAsCustomer"/>
3131
<magentoCLI command="config:set {{LoginAsCustomerStoreViewLogin.path}} 0"
3232
stepKey="enableLoginAsCustomerAutoDetection"/>
33-
<actionGroup ref="CliCacheFlushActionGroup" stepKey="flushCacheBeforeTestRun">
34-
<argument name="tags" value="config"/>
35-
</actionGroup>
36-
33+
<comment userInput="Adding the comment to replace 'cache:flush' command for preserving Backward Compatibility" stepKey="flushCacheBeforeTestRun"/>
3734
<createData entity="SimpleProduct2" stepKey="createProduct1"/>
3835
<createData entity="SimpleProduct2" stepKey="createProduct2"/>
3936
<createData entity="Simple_US_Customer_Assistance_Allowed_Two_Addresses" stepKey="createCustomer"/>
@@ -47,7 +44,7 @@
4744
<actionGroup ref="AdminOrdersGridClearFiltersActionGroup" stepKey="clearAllOrdersGridFilters"/>
4845
<actionGroup ref="AdminLogoutActionGroup" stepKey="adminLogout"/>
4946
<actionGroup ref="CliDisableFreeShippingMethodActionGroup" stepKey="disableFreeShipping"/>
50-
<magentoCLI command="cache:flush config" stepKey="flushCacheAfterTestRun"/>
47+
<comment userInput="Adding the comment to replace 'cache:flush' command for preserving Backward Compatibility" stepKey="flushCacheAfterTestRun"/>
5148
</after>
5249

5350
<!-- Login as Customer from Customer page -->

app/code/Magento/LoginAsCustomer/Test/Mftf/Test/AdminLoginAsCustomerPlaceOrderTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
stepKey="enableLoginAsCustomer"/>
2424
<magentoCLI command="config:set {{LoginAsCustomerStoreViewLogin.path}} 0"
2525
stepKey="enableLoginAsCustomerAutoDetection"/>
26-
<magentoCLI command="cache:flush config" stepKey="flushCacheBeforeTestRun"/>
26+
<comment userInput="Adding the comment to replace 'cache:flush' command for preserving Backward Compatibility" stepKey="flushCacheBeforeTestRun"/>
2727
<createData entity="_defaultCategory" stepKey="createCategory"/>
2828
<createData entity="SimpleProduct" stepKey="createProduct">
2929
<requiredEntity createDataKey="createCategory"/>
@@ -59,7 +59,7 @@
5959

6060
<magentoCLI command="config:set {{LoginAsCustomerConfigDataEnabled.path}} 0"
6161
stepKey="disableLoginAsCustomer"/>
62-
<magentoCLI command="cache:flush config" stepKey="flushCacheAfterTestRun"/>
62+
<comment userInput="Adding the comment to replace 'cache:flush' command for preserving Backward Compatibility" stepKey="flushCacheAfterTestRun"/>
6363
</after>
6464

6565
<!-- Login as Customer from Customer page -->

app/code/Magento/LoginAsCustomer/Test/Mftf/Test/AdminLoginAsCustomerReorderTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
stepKey="enableLoginAsCustomer"/>
2424
<magentoCLI command="config:set {{LoginAsCustomerStoreViewLogin.path}} 0"
2525
stepKey="enableLoginAsCustomerAutoDetection"/>
26-
<magentoCLI command="cache:flush config" stepKey="flushCacheBeforeTestRun"/>
26+
<comment userInput="Adding the comment to replace 'cache:flush' command for preserving Backward Compatibility" stepKey="flushCacheBeforeTestRun"/>
2727
<createData entity="_defaultCategory" stepKey="createCategory"/>
2828
<createData entity="SimpleProduct" stepKey="createProduct">
2929
<requiredEntity createDataKey="createCategory"/>
@@ -59,7 +59,7 @@
5959

6060
<magentoCLI command="config:set {{LoginAsCustomerConfigDataEnabled.path}} 0"
6161
stepKey="disableLoginAsCustomer"/>
62-
<magentoCLI command="cache:flush config" stepKey="flushCacheAfterTestRun"/>
62+
<comment userInput="Adding the comment to replace 'cache:flush' command for preserving Backward Compatibility" stepKey="flushCacheAfterTestRun"/>
6363
</after>
6464

6565
<!-- Login to storefront as Customer -->

app/code/Magento/LoginAsCustomer/Test/Mftf/Test/AdminLoginAsCustomerSubscribeToNewsletterTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
stepKey="enableLoginAsCustomer"/>
2424
<magentoCLI command="config:set {{LoginAsCustomerStoreViewLogin.path}} 0"
2525
stepKey="enableLoginAsCustomerAutoDetection"/>
26-
<magentoCLI command="cache:flush config" stepKey="flushCacheBeforeTestRun"/>
26+
<comment userInput="Adding the comment to replace 'cache:flush' command for preserving Backward Compatibility" stepKey="flushCacheBeforeTestRun"/>
2727
<createData entity="Simple_US_Customer_Assistance_Allowed" stepKey="createCustomer"/>
2828
<actionGroup ref="AdminLoginActionGroup" stepKey="login"/>
2929
</before>
3030
<after>
3131
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
3232
<magentoCLI command="config:set {{LoginAsCustomerConfigDataEnabled.path}} 0"
3333
stepKey="disableLoginAsCustomer"/>
34-
<magentoCLI command="cache:flush config" stepKey="flushCacheAfterTestRun"/>
34+
<comment userInput="Adding the comment to replace 'cache:flush' command for preserving Backward Compatibility" stepKey="flushCacheAfterTestRun"/>
3535
</after>
3636

3737
<!-- Admin Login as Customer from Customer page -->

app/code/Magento/LoginAsCustomer/Test/Mftf/Test/AdminLoginAsCustomerUserLogoutTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
stepKey="enableLoginAsCustomer"/>
2525
<magentoCLI command="config:set {{LoginAsCustomerStoreViewLogin.path}} 0"
2626
stepKey="enableLoginAsCustomerAutoDetection"/>
27-
<magentoCLI command="cache:flush config" stepKey="flushCacheBeforeTestRun"/>
27+
<comment userInput="Adding the comment to replace 'cache:flush' command for preserving Backward Compatibility" stepKey="flushCacheBeforeTestRun"/>
2828
<createData entity="Simple_US_Customer_Assistance_Allowed" stepKey="createCustomer"/>
2929
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsDefaultUser"/>
3030
</before>
@@ -33,7 +33,7 @@
3333
<actionGroup ref="AdminLogoutActionGroup" stepKey="logoutAfter"/>
3434
<magentoCLI command="config:set {{LoginAsCustomerConfigDataEnabled.path}} 0"
3535
stepKey="disableLoginAsCustomer"/>
36-
<magentoCLI command="cache:flush config" stepKey="flushCacheAfterTestRun"/>
36+
<comment userInput="Adding the comment to replace 'cache:flush' command for preserving Backward Compatibility" stepKey="flushCacheAfterTestRun"/>
3737
</after>
3838

3939
<!-- Login into Customer account -->

app/code/Magento/LoginAsCustomer/Test/Mftf/Test/AdminLoginAsCustomerUserSingleSessionTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<magentoCLI command="config:set {{LoginAsCustomerConfigDataEnabled.path}} 1" stepKey="enableLoginAsCustomer"/>
2323
<magentoCLI command="config:set {{LoginAsCustomerStoreViewLogin.path}} 0"
2424
stepKey="enableLoginAsCustomerAutoDetection"/>
25-
<magentoCLI command="cache:flush config" stepKey="flushCacheBeforeTestRun"/>
25+
<comment userInput="Adding the comment to replace 'cache:flush' command for preserving Backward Compatibility" stepKey="flushCacheBeforeTestRun"/>
2626
<createData entity="Simple_US_Customer_Assistance_Allowed" stepKey="createFirstCustomer"/>
2727
<createData entity="Simple_US_CA_Customer_Assistance_Allowed" stepKey="createSecondCustomer"/>
2828
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsDefaultUser"/>
@@ -33,7 +33,7 @@
3333
<actionGroup ref="AdminLogoutActionGroup" stepKey="logoutAfter"/>
3434
<magentoCLI command="config:set {{LoginAsCustomerConfigDataEnabled.path}} 0"
3535
stepKey="disableLoginAsCustomer"/>
36-
<magentoCLI command="cache:flush config" stepKey="flushCacheAfterTestRun"/>
36+
<comment userInput="Adding the comment to replace 'cache:flush' command for preserving Backward Compatibility" stepKey="flushCacheAfterTestRun"/>
3737
</after>
3838

3939
<!-- Login into First Customer account -->

0 commit comments

Comments
 (0)