We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b255dc6 commit d090860Copy full SHA for d090860
app/code/Magento/CatalogRule/Test/Mftf/Test/AdminCreateCatalogPriceRuleTest.xml
@@ -31,6 +31,10 @@
31
<actionGroup stepKey="selectNotLoggedInCustomerGroup" ref="selectNotLoggedInCustomerGroup"/>
32
<click stepKey="saveAndApply" selector="{{AdminNewCatalogPriceRule.saveAndApply}}"/>
33
<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"/>
38
</before>
39
<after>
40
<!-- delete the simple product and catalog price rule and logout -->
0 commit comments