Skip to content

Commit 98d319b

Browse files
committed
MC-30281: [2.4] Fix and unskip StorefrontSortingByPriceForConfigurableProductWithCatalogRuleAppliedTest
1 parent 996406f commit 98d319b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/code/Magento/ConfigurableProduct/Test/Mftf/Test/StorefrontSortingByPriceForConfigurableWithCatalogRuleAppliedTest.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@
9999
<argument name="option" value="Yes"/>
100100
</actionGroup>
101101
<actionGroup ref="AdminCatalogPriceRuleDeleteAllActionGroup" stepKey="deleteAllRules"/>
102-
<magentoCLI command="indexer:reindex" stepKey="reindexIndices"/>
102+
<!-- TODO: Replace this with CliRunReindexUsingCronJobsActionGroup after MC-29943 delivered-->
103+
<magentoCLI command="indexer:reindex" arguments="catalogsearch_fulltext catalog_category_product" stepKey="reindexIndices"/>
103104
</before>
104105

105106
<after>
@@ -122,9 +123,8 @@
122123
<actionGroup ref="AdminCatalogPriceRuleDeleteAllActionGroup" stepKey="deleteAllRules"/>
123124
<actionGroup ref="logout" stepKey="logoutFromAdmin"/>
124125

125-
<!-- TODO: Remove this and change to CliRunReindexUsingCronJobsActionGroup after MC-29943 delivered-->
126-
<!-- Need reindex because creating new product attributes break some indices and this may affect other tests in testsuite -->
127-
<magentoCLI command="indexer:reindex" stepKey="reindexIndices"/>
126+
<!-- TODO: Replace this with CliRunReindexUsingCronJobsActionGroup after MC-29943 delivered-->
127+
<magentoCLI command="indexer:reindex" arguments="catalogsearch_fulltext catalog_category_product" stepKey="reindexIndices"/>
128128
</after>
129129

130130
<!--Open category with products and Sort by price desc-->

0 commit comments

Comments
 (0)