Skip to content

Commit 22c15b7

Browse files
committed
ACP2E-789: add mtft test (wip)
1 parent df1517c commit 22c15b7

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
<useCaseId value="ACP2E-789"/>
2020
<group value="catalog"/>
2121
<group value="indexer"/>
22-
<group value="pr_exclude"/>
2322
</annotations>
2423
<before>
2524
<!-- Change indexers to "Update by Schedule" mode -->
@@ -51,7 +50,7 @@
5150
<requiredEntity createDataKey="createCategory"/>
5251
</createData>
5352
<actionGroup ref="EnableWebUrlOptionsActionGroup" stepKey="addStoreCodeToUrls"/>
54-
<comment userInput="Adding the comment to replace CliCacheFlushActionGroup action group ('cache:flush' command) for preserving Backward Compatibility" stepKey="flushCacheAfterEnableWebUrlOptions"/>
53+
<magentoCLI command="cache:clean" stepKey="cleanCacheBefore"/>
5554
</before>
5655
<after>
5756
<!-- Change indexers to "Update on Save" mode -->
@@ -67,10 +66,9 @@
6766
<actionGroup ref="AdminOpenCatalogProductPageActionGroup" stepKey="goToProductCatalogPage"/>
6867
<actionGroup ref="ResetProductGridToDefaultViewActionGroup" stepKey="resetProductGridColumnsInitial"/>
6968
<actionGroup ref="ResetWebUrlOptionsActionGroup" stepKey="resetUrlOption"/>
70-
<magentoCLI command="indexer:reindex" stepKey="reindex"/>
71-
<magentoCLI command="cache:flush" stepKey="flushCacheCLI"/>
72-
<comment userInput="Adding the comment to replace CliCacheFlushActionGroup action group ('cache:flush' command) for preserving Backward Compatibility" stepKey="flushCache"/>
7369
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
70+
<magentoCLI command="indexer:reindex" stepKey="reindex"/>
71+
<magentoCLI command="cache:clean" stepKey="cleanCacheAfter"/>
7472
</after>
7573

7674
<!--Switch to custom store storefront page-->

0 commit comments

Comments
 (0)