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 24c9200 commit f076334Copy full SHA for f076334
app/code/Magento/SalesRule/Test/Mftf/Test/StorefrontCartPriceRuleQuantity.xml
@@ -62,7 +62,8 @@
62
<fillField selector="{{AdminCartPriceRulesFormSection.discountAmount}}" userInput="1.00" stepKey="fillDiscountAmount"/>
63
<click selector="{{AdminCartPriceRulesFormSection.save}}" stepKey="clickSaveButton"/>
64
<see selector="{{AdminCartPriceRulesSection.messages}}" userInput="You saved the rule." stepKey="seeSuccessMessage"/>
65
-
+ <actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
66
+
67
<!-- Add 1 product to the cart -->
68
<amOnPage url="$$createPreReqProduct.name$$.html" stepKey="goToProductPage"/>
69
<waitForPageLoad stepKey="waitForProductPageLoad"/>
0 commit comments