Skip to content

Commit 639e068

Browse files
committed
MC-20644: Update MFTF tests related to CatalogRule and Sales Modules
1 parent d090860 commit 639e068

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/code/Magento/CatalogRule/Test/Mftf/Test/StorefrontInactiveCatalogRuleTest.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
<selectOption selector="{{AdminNewCatalogPriceRule.status}}" userInput="Inactive" stepKey="setInactive"/>
3030
<click selector="{{AdminNewCatalogPriceRule.saveAndApply}}" stepKey="saveAndApply"/>
3131
<see selector="{{AdminCategoryMessagesSection.SuccessMessage}}" userInput="You saved the rule." stepKey="seeSuccess"/>
32+
33+
<!-- Perform reindex and flush cache -->
34+
<magentoCLI command="indexer:reindex" stepKey="reindex"/>
35+
<magentoCLI command="cache:flush" stepKey="flushCache"/>
3236
</before>
3337
<after>
3438
<deleteData createDataKey="createProduct" stepKey="deleteSimpleProduct"/>

0 commit comments

Comments
 (0)