Skip to content

Commit c0fac33

Browse files
committed
Removed CliCacheFlushActionGroup usage for Catalog module
1 parent ad0ba79 commit c0fac33

17 files changed

+27
-87
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,7 @@
6666
<deleteData createDataKey="category" stepKey="deletePreReqCategory"/>
6767
<deleteData createDataKey="product" stepKey="deleteFirstProduct"/>
6868
<comment userInput="Adding the comment to replace CliIndexerReindexActionGroup action group ('indexer:reindex' commands) for preserving Backward Compatibility" stepKey="reindex"/>
69-
<actionGroup ref="CliCacheFlushActionGroup" stepKey="flushCache">
70-
<argument name="tags" value=""/>
71-
</actionGroup>
69+
<comment userInput="Adding the comment to replace CliCacheFlushActionGroup action group ('cache:flush' command) for preserving Backward Compatibility" stepKey="flushCache"/>
7270
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
7371
</after>
7472

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,7 @@
142142
<!-- Save the second product -->
143143
<click selector="{{AdminProductFormActionSection.saveButton}}" stepKey="saveProduct2"/>
144144
<comment userInput="Adding the comment to replace CliIndexerReindexActionGroup action group ('indexer:reindex' commands) for preserving Backward Compatibility" stepKey="reindex"/>
145-
<actionGroup ref="CliCacheFlushActionGroup" stepKey="flushCache">
146-
<argument name="tags" value=""/>
147-
</actionGroup>
145+
<comment userInput="Adding the comment to replace CliCacheFlushActionGroup action group ('cache:flush' command) for preserving Backward Compatibility" stepKey="flushCache"/>
148146

149147
<!-- Go to the admin grid and see the uploaded image -->
150148
<actionGroup ref="AdminOpenProductIndexPageActionGroup" stepKey="goToProductIndex3"/>

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@
3131
<argument name="websiteCode" value="{{customWebsite.code}}"/>
3232
</actionGroup>
3333
<actionGroup ref="EnableWebUrlOptionsActionGroup" stepKey="addStoreCodeToUrls"/>
34-
<actionGroup ref="CliCacheFlushActionGroup" stepKey="flushCacheAfterEnableWebUrlOptions">
35-
<argument name="tags" value=""/>
36-
</actionGroup>
34+
<comment userInput="Adding the comment to replace CliCacheFlushActionGroup action group ('cache:flush' command) for preserving Backward Compatibility" stepKey="flushCacheAfterEnableWebUrlOptions"/>
3735
</before>
3836
<after>
3937
<deleteData createDataKey="createCategory" stepKey="deleteCategory"/>
@@ -46,9 +44,7 @@
4644
<actionGroup ref="ResetProductGridToDefaultViewActionGroup" stepKey="resetProductGridColumnsInitial"/>
4745
<actionGroup ref="ResetWebUrlOptionsActionGroup" stepKey="resetUrlOption"/>
4846
<comment userInput="Adding the comment to replace CliIndexerReindexActionGroup action group ('indexer:reindex' commands) for preserving Backward Compatibility" stepKey="reindex"/>
49-
<actionGroup ref="CliCacheFlushActionGroup" stepKey="flushCache">
50-
<argument name="tags" value=""/>
51-
</actionGroup>
47+
<comment userInput="Adding the comment to replace CliCacheFlushActionGroup action group ('cache:flush' command) for preserving Backward Compatibility" stepKey="flushCache"/>
5248
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
5349
</after>
5450

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

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,8 @@
6565
<!--Verify Category Title-->
6666
<see selector="{{AdminCategoryContentSection.categoryPageTitle}}" userInput="{{_defaultCategory.name}}" stepKey="seePageTitle" />
6767

68-
<!-- Perform reindex and flush cache -->
69-
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindex">
70-
<argument name="indices" value=""/>
71-
</actionGroup>
72-
<actionGroup ref="CliCacheFlushActionGroup" stepKey="flushCache">
73-
<argument name="tags" value=""/>
74-
</actionGroup>
68+
<comment userInput="Adding the comment to replace CliIndexerReindexActionGroup action group ('indexer:reindex' commands) for preserving Backward Compatibility" stepKey="reindex"/>
69+
<comment userInput="Adding the comment to replace CliCacheFlushActionGroup action group ('cache:flush' command) for preserving Backward Compatibility" stepKey="flushCache"/>
7570

7671
<!--Verify Category in store front page-->
7772
<amOnPage url="{{StorefrontCategoryPage.url(_defaultCategory.name)}}" stepKey="seeDefaultProductPage"/>

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

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,7 @@
3131
<actionGroup ref="CreateStoreViewActionGroup" stepKey="createCustomStoreViewFr">
3232
<argument name="storeView" value="customStoreFR"/>
3333
</actionGroup>
34-
<!--Run full reindex and clear caches -->
35-
<actionGroup ref="CliCacheFlushActionGroup" stepKey="flushCache">
36-
<argument name="tags" value=""/>
37-
</actionGroup>
34+
<comment userInput="Adding the comment to replace CliCacheFlushActionGroup action group ('cache:flush' command) for preserving Backward Compatibility" stepKey="flushCache"/>
3835
<comment userInput="Adding the comment to replace CliIndexerReindexActionGroup action group ('indexer:reindex' commands) for preserving Backward Compatibility" stepKey="reindex"/>
3936
<!--Enable Flat Catalog Category -->
4037
<magentoCLI stepKey="setFlatCatalogCategory" command="config:set catalog/frontend/flat_catalog_category 1"/>
@@ -76,9 +73,7 @@
7673
<actionGroup ref="AdminSaveCategoryActionGroup" stepKey="saveSubCategory"/>
7774
<seeElement selector="{{AdminCategoryMessagesSection.SuccessMessage}}" stepKey="seeSuccessMessage"/>
7875
<comment userInput="Adding the comment to replace CliIndexerReindexActionGroup action group ('indexer:reindex' commands) for preserving Backward Compatibility" stepKey="reindex"/>
79-
<actionGroup ref="CliCacheFlushActionGroup" stepKey="flushCache">
80-
<argument name="tags" value=""/>
81-
</actionGroup>
76+
<comment userInput="Adding the comment to replace CliCacheFlushActionGroup action group ('cache:flush' command) for preserving Backward Compatibility" stepKey="flushCache"/>
8277
<actionGroup ref="AdminOpenIndexManagementPageActionGroup" stepKey="openIndexManagementPage"/>
8378
<see stepKey="seeCategoryIndexStatus" selector="{{AdminIndexManagementSection.indexerStatus('Category Flat Data')}}" userInput="Ready"/>
8479
<!--Verify Product In Store Front-->

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

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,9 @@
3333
<magentoCLI stepKey="setFlatCatalogCategory" command="config:set catalog/frontend/flat_catalog_category 1"/>
3434
<!--Open Index Management Page and Select Index mode "Update by Schedule" -->
3535
<magentoCLI stepKey="setIndexerMode" command="indexer:set-mode" arguments="schedule" />
36-
<!-- Reindex invalidated indices and clear caches -->
36+
<!-- Reindex invalidated indices -->
3737
<magentoCron groups="index" stepKey="reindexInvalidatedIndices"/>
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
</before>
4240
<after>
4341
<deleteData stepKey="deleteCategory" createDataKey="createCategory"/>
@@ -67,9 +65,7 @@
6765
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindex">
6866
<argument name="indices" value="catalog_category_flat"/>
6967
</actionGroup>
70-
<actionGroup ref="CliCacheFlushActionGroup" stepKey="flushCache">
71-
<argument name="tags" value=""/>
72-
</actionGroup>
68+
<comment userInput="Adding the comment to replace CliCacheFlushActionGroup action group ('cache:flush' command) for preserving Backward Compatibility" stepKey="flushCache"/>
7369
<actionGroup ref="AdminOpenIndexManagementPageActionGroup" stepKey="openIndexManagementPage"/>
7470
<see stepKey="seeIndexStatus" selector="{{AdminIndexManagementSection.indexerStatus('Category Flat Data')}}" userInput="Ready"/>
7571
<!--Verify Category In Store Front-->

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@
3535
<!--Open Index Management Page and Select Index mode "Update by Schedule" -->
3636
<magentoCLI stepKey="setIndexerMode" command="indexer:set-mode" arguments="schedule" />
3737
<comment userInput="Adding the comment to replace CliIndexerReindexActionGroup action group ('indexer:reindex' commands) for preserving Backward Compatibility" stepKey="reindex"/>
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
</before>
4240
<after>
4341
<magentoCLI stepKey="setFlatCatalogCategory" command="config:set catalog/frontend/flat_catalog_category 0 "/>
@@ -68,9 +66,7 @@
6866
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindex">
6967
<argument name="indices" value="catalog_category_flat"/>
7068
</actionGroup>
71-
<actionGroup ref="CliCacheFlushActionGroup" stepKey="flushCache">
72-
<argument name="tags" value=""/>
73-
</actionGroup>
69+
<comment userInput="Adding the comment to replace CliCacheFlushActionGroup action group ('cache:flush' command) for preserving Backward Compatibility" stepKey="flushCache"/>
7470
<actionGroup ref="AdminOpenIndexManagementPageActionGroup" stepKey="openIndexManagementPage"/>
7571
<see stepKey="seeIndexStatus" selector="{{AdminIndexManagementSection.indexerStatus('Category Flat Data')}}" userInput="READY"/>
7672
<!--Verify Category In Store Front-->

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@
2727
<createData entity="SimpleSubCategory" stepKey="categoryEntity"/>
2828

2929
<comment userInput="Adding the comment to replace CliIndexerReindexActionGroup action group ('indexer:reindex' commands) for preserving Backward Compatibility" stepKey="reindex"/>
30-
<actionGroup ref="CliCacheFlushActionGroup" stepKey="flushCache">
31-
<argument name="tags" value="full_page"/>
32-
</actionGroup>
30+
<comment userInput="Adding the comment to replace CliCacheFlushActionGroup action group ('cache:flush' command) for preserving Backward Compatibility" stepKey="flushCache"/>
3331
</before>
3432
<after>
3533
<deleteData stepKey="deleteSimpleSubCategory" createDataKey="initialCategoryEntity"/>

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

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,7 @@
109109
</actionGroup>
110110
<actionGroup ref="ClearProductsFilterActionGroup" stepKey="ClearProductsFilterActionGroup"/>
111111

112-
<!--Flush cache-->
113-
<actionGroup ref="CliCacheFlushActionGroup" stepKey="flushCache">
114-
<argument name="tags" value=""/>
115-
</actionGroup>
116-
112+
<comment userInput="Adding the comment to replace CliCacheFlushActionGroup action group ('cache:flush' command) for preserving Backward Compatibility" stepKey="flushCache"/>
117113

118114
<!--Edit customer info-->
119115
<actionGroup ref="OpenEditCustomerFromAdminActionGroup" stepKey="OpenEditCustomerFrom">
@@ -333,9 +329,7 @@
333329
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
334330

335331
<comment userInput="Adding the comment to replace CliIndexerReindexActionGroup action group ('indexer:reindex' commands) for preserving Backward Compatibility" stepKey="reindex"/>
336-
<actionGroup ref="CliCacheFlushActionGroup" stepKey="flushCache">
337-
<argument name="tags" value=""/>
338-
</actionGroup>
332+
<comment userInput="Adding the comment to replace CliCacheFlushActionGroup action group ('cache:flush' command) for preserving Backward Compatibility" stepKey="flushCache"/>
339333
</after>
340334
</test>
341335
</tests>

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,14 @@
2424
<comment userInput="Create category, flush cache and log in" stepKey="createCategoryAndLogIn"/>
2525
<createData entity="SimpleSubCategory" stepKey="simpleCategory"/>
2626
<actionGroup ref="AdminLoginActionGroup" stepKey="logInAsAdmin"/>
27-
<actionGroup ref="CliCacheFlushActionGroup" stepKey="flushCache">
28-
<argument name="tags" value=""/>
29-
</actionGroup>
27+
<comment userInput="Adding the comment to replace CliCacheFlushActionGroup action group ('cache:flush' command) for preserving Backward Compatibility" stepKey="flushCache"/>
3028
</before>
3129
<after>
3230
<!-- Delete category and log out -->
3331
<comment userInput="Delete category and log out" stepKey="deleteCategoryAndLogOut"/>
3432
<deleteData createDataKey="simpleCategory" stepKey="deleteCategory"/>
3533
<actionGroup ref="AdminLogoutActionGroup" stepKey="logOutFromAdmin"/>
36-
<actionGroup ref="CliCacheFlushActionGroup" stepKey="flushCache">
37-
<argument name="tags" value=""/>
38-
</actionGroup>
34+
<comment userInput="Adding the comment to replace CliCacheFlushActionGroup action group ('cache:flush' command) for preserving Backward Compatibility" stepKey="flushCache"/>
3935
</after>
4036
<!-- Navigate to category details page -->
4137
<comment userInput="Navigate to category details page" stepKey="navigateToAdminCategoryPage"/>

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

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,7 @@
7575
<!-- Logout Admin -->
7676
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
7777
<comment userInput="Adding the comment to replace CliIndexerReindexActionGroup action group ('indexer:reindex' commands) for preserving Backward Compatibility" stepKey="reindex"/>
78-
<actionGroup ref="CliCacheFlushActionGroup" stepKey="flushCacheAfterDeletion">
79-
<argument name="tags" value=""/>
80-
</actionGroup>
78+
<comment userInput="Adding the comment to replace CliCacheFlushActionGroup action group ('cache:flush' command) for preserving Backward Compatibility" stepKey="flushCacheAfterDeletion"/>
8179
</after>
8280
<!--Create widget for recently viewed products-->
8381
<actionGroup ref="AdminEditCMSPageContentActionGroup" stepKey="clearRecentlyViewedWidgetsFromCMSContentBefore">
@@ -96,10 +94,7 @@
9694
<argument name="buttonToShowSection1" value="1"/>
9795
<argument name="buttonToShowSection2" value="3"/>
9896
</actionGroup>
99-
<!-- Warm up cache -->
100-
<actionGroup ref="CliCacheFlushActionGroup" stepKey="flushCacheAfterWidgetCreated">
101-
<argument name="tags" value=""/>
102-
</actionGroup>
97+
<comment userInput="Adding the comment to replace CliCacheFlushActionGroup action group ('cache:flush' command) for preserving Backward Compatibility" stepKey="flushCacheAfterWidgetCreated"/>
10398
<!-- Navigate to product 3 on store front -->
10499
<amOnPage url="{{StorefrontProductPage.url($createSimpleProduct2.name$)}}" stepKey="goToStoreOneProductPageTwo"/>
105100
<amOnPage url="{{StorefrontProductPage.url($createSimpleProduct3.name$)}}" stepKey="goToStoreOneProductPageThree"/>

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,7 @@
6767
<!-- Logout Admin -->
6868
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
6969
<comment userInput="Adding the comment to replace CliIndexerReindexActionGroup action group ('indexer:reindex' commands) for preserving Backward Compatibility" stepKey="reindex"/>
70-
<actionGroup ref="CliCacheFlushActionGroup" stepKey="flushCacheAfterDeletion">
71-
<argument name="tags" value=""/>
72-
</actionGroup>
70+
<comment userInput="Adding the comment to replace CliCacheFlushActionGroup action group ('cache:flush' command) for preserving Backward Compatibility" stepKey="flushCacheAfterDeletion"/>
7371
</after>
7472

7573
<!--Create widget for recently viewed products-->
@@ -90,9 +88,7 @@
9088
<argument name="buttonToShowSection2" value="3"/>
9189
</actionGroup>
9290

93-
<actionGroup ref="CliCacheFlushActionGroup" stepKey="flushCacheAfterWidgetCreated">
94-
<argument name="tags" value=""/>
95-
</actionGroup>
91+
<comment userInput="Adding the comment to replace CliCacheFlushActionGroup action group ('cache:flush' command) for preserving Backward Compatibility" stepKey="flushCacheAfterWidgetCreated"/>
9692

9793
<!-- Navigate to product 3 on store front -->
9894
<amOnPage url="{{StorefrontProductPage.url($createSimpleProduct2.name$)}}" stepKey="goToStore1ProductPage2"/>

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,7 @@
4343

4444
<!-- Set the category filter to be present on the category page layered navigation -->
4545
<magentoCLI command="config:set {{EnableCategoryFilterOnCategoryPageConfigData.path}} {{EnableCategoryFilterOnCategoryPageConfigData.value}}" stepKey="setCategoryFilterVisibleOnStorefront"/>
46-
47-
<actionGroup ref="CliCacheFlushActionGroup" stepKey="flushCache">
48-
<argument name="tags" value=""/>
49-
</actionGroup>
46+
<comment userInput="Adding the comment to replace CliCacheFlushActionGroup action group ('cache:flush' command) for preserving Backward Compatibility" stepKey="flushCache"/>
5047
</before>
5148

5249
<after>

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,7 @@
4343

4444
<!-- Set the category filter to NOT be present on the category page layered navigation -->
4545
<magentoCLI command="config:set {{DisableCategoryFilterOnCategoryPageConfigData.path}} {{DisableCategoryFilterOnCategoryPageConfigData.value}}" stepKey="hideCategoryFilterOnStorefront"/>
46-
47-
<actionGroup ref="CliCacheFlushActionGroup" stepKey="flushCache">
48-
<argument name="tags" value=""/>
49-
</actionGroup>
46+
<comment userInput="Adding the comment to replace CliCacheFlushActionGroup action group ('cache:flush' command) for preserving Backward Compatibility" stepKey="flushCache"/>
5047
</before>
5148

5249
<after>

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,7 @@
188188
<seeInField selector="{{AdminCatalogStorefrontConfigSection.productsPerPageDefaultValue}}" userInput="12" stepKey="seeDefaultValueProductPerPage"/>
189189

190190
<comment userInput="Adding the comment to replace CliIndexerReindexActionGroup action group ('indexer:reindex' commands) for preserving Backward Compatibility" stepKey="reindex"/>
191-
<actionGroup ref="CliCacheFlushActionGroup" stepKey="flushCache">
192-
<argument name="tags" value=""/>
193-
</actionGroup>
191+
<comment userInput="Adding the comment to replace CliCacheFlushActionGroup action group ('cache:flush' command) for preserving Backward Compatibility" stepKey="flushCache"/>
194192

195193
<!-- Open storefront on the category page -->
196194
<comment userInput="Open storefront on the category page" stepKey="commentOpenStorefront"/>

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@
3434
<deleteData createDataKey="category3" stepKey="deleteCategory3"/>
3535
<deleteData createDataKey="category2" stepKey="deleteCategory2"/>
3636
<deleteData createDataKey="category1" stepKey="deleteCategory1"/>
37-
<actionGroup ref="CliCacheFlushActionGroup" stepKey="cleanInvalidatedCaches">
38-
<argument name="tags" value="full_page"/>
39-
</actionGroup>
37+
<comment userInput="Adding the comment to replace CliCacheFlushActionGroup action group ('cache:flush' command) for preserving Backward Compatibility" stepKey="cleanInvalidatedCaches"/>
4038
</after>
4139
<actionGroup ref="StorefrontOpenHomePageActionGroup" stepKey="amOnStorefrontPage"/>
4240
<moveMouseOver

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,7 @@
6161
<deleteData createDataKey="simpleProduct2" stepKey="deleteProduct2"/>
6262
<deleteData createDataKey="defaultCategory2" stepKey="deleteCategory2"/>
6363

64-
<actionGroup ref="CliCacheFlushActionGroup" stepKey="flushCache">
65-
<argument name="tags" value=""/>
66-
</actionGroup>
67-
64+
<comment userInput="Adding the comment to replace CliCacheFlushActionGroup action group ('cache:flush' command) for preserving Backward Compatibility" stepKey="flushCache"/>
6865
</after>
6966
</test>
7067
</tests>

0 commit comments

Comments
 (0)