Skip to content

Commit d090860

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
3131
<actionGroup stepKey="selectNotLoggedInCustomerGroup" ref="selectNotLoggedInCustomerGroup"/>
3232
<click stepKey="saveAndApply" selector="{{AdminNewCatalogPriceRule.saveAndApply}}"/>
3333
<see stepKey="assertSuccess" selector="{{AdminCategoryMessagesSection.SuccessMessage}}" userInput="You saved the rule."/>
34+
35+
<!-- Perform reindex and flush cache -->
36+
<magentoCLI command="indexer:reindex" stepKey="reindex"/>
37+
<magentoCLI command="cache:flush" stepKey="flushCache"/>
3438
</before>
3539
<after>
3640
<!-- delete the simple product and catalog price rule and logout -->

0 commit comments

Comments
 (0)