File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
app/code/Magento/SalesRule/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change 14
14
</arguments >
15
15
<conditionalClick selector =" {{DiscountSection.DiscountTab}}" dependentSelector =" {{DiscountSection.CouponInput}}" visible =" false" stepKey =" clickToAddDiscount" />
16
16
<fillField selector =" {{DiscountSection.DiscountInput}}" userInput =" {{discountCode}}" stepKey =" fillFieldDiscountCode" />
17
+ <waitForElementClickable selector =" {{DiscountSection.ApplyCodeBtn}}" stepKey =" waitForClickToApplyDiscount" />
17
18
<click selector =" {{DiscountSection.ApplyCodeBtn}}" stepKey =" clickToApplyDiscount" />
18
19
<waitForText selector =" {{DiscountSection.DiscountVerificationMsg}}" userInput =" Your coupon was successfully applied" stepKey =" waitForDiscountToBeAdded" />
19
20
<see selector =" {{DiscountSection.DiscountVerificationMsg}}" userInput =" Your coupon was successfully applied" stepKey =" assertDiscountApplyMessage" />
You can’t perform that action at this time.
0 commit comments