Skip to content

Commit c3d1786

Browse files
committed
B2B-2125: [S3 MFTF] Flaky test StorefrontInlineTranslationOnCheckoutTest
- fixnig flaky test
1 parent f962436 commit c3d1786

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,9 @@
153153
<argument name="discountAmount" value="{{CatalogRuleByPercentWith96Amount.discount_amount}}"/>
154154
</actionGroup>
155155
<actionGroup ref="AdminCatalogPriceRuleSaveAndApplyActionGroup" stepKey="saveAndApplyCatalogPriceRule"/>
156-
<comment userInput="Adding the comment to replace CliIndexerReindexActionGroup action group ('indexer:reindex' commands) for preserving Backward Compatibility" stepKey="reindexIndices"/>
156+
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindexIndices">
157+
<argument name="indices" value="catalogsearch_fulltext catalog_category_product catalog_product_price catalogrule_rule"/>
158+
</actionGroup>
157159
<actionGroup ref="CliCacheCleanActionGroup" stepKey="fullCache">
158160
<argument name="tags" value="full_page"/>
159161
</actionGroup>

0 commit comments

Comments
 (0)