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 d090860 commit 639e068Copy full SHA for 639e068
app/code/Magento/CatalogRule/Test/Mftf/Test/StorefrontInactiveCatalogRuleTest.xml
@@ -29,6 +29,10 @@
29
<selectOption selector="{{AdminNewCatalogPriceRule.status}}" userInput="Inactive" stepKey="setInactive"/>
30
<click selector="{{AdminNewCatalogPriceRule.saveAndApply}}" stepKey="saveAndApply"/>
31
<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"/>
36
</before>
37
<after>
38
<deleteData createDataKey="createProduct" stepKey="deleteSimpleProduct"/>
0 commit comments