File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
app/code/Magento/Paypal/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 42
42
<click selector =" {{AdminCartPriceRulesSection.addNewRuleButton}}" stepKey =" clickAddNewRule" />
43
43
<fillField selector =" {{AdminCartPriceRulesFormSection.ruleName}}" userInput =" {{_defaultCoupon.code}}" stepKey =" fillRuleName" />
44
44
<selectOption selector =" {{AdminCartPriceRulesFormSection.websites}}" userInput =" Main Website" stepKey =" selectWebsites" />
45
- <selectOption selector = " {{AdminCartPriceRulesFormSection.customerGroups}} " userInput = " General " stepKey =" selectCustomerGroup" />
45
+ <actionGroup ref = " SelectGeneralCustomerGroupActionGroup " stepKey =" selectCustomerGroup" />
46
46
<selectOption selector =" {{AdminCartPriceRulesFormSection.coupon}}" userInput =" Specific Coupon" stepKey =" selectCouponType" />
47
47
<fillField selector =" {{AdminCartPriceRulesFormSection.couponCode}}" userInput =" {{_defaultCoupon.code}}" stepKey =" fillCouponCode" />
48
48
<click selector =" {{AdminCartPriceRulesFormSection.actionsHeader}}" stepKey =" clickToExpandActions" />
49
49
<selectOption selector =" {{AdminCartPriceRulesFormSection.apply}}" userInput =" Fixed amount discount for whole cart" stepKey =" selectActionType" />
50
50
<fillField selector =" {{AdminCartPriceRulesFormSection.discountAmount}}" userInput =" 0.99" stepKey =" fillDiscountAmount" />
51
- <fillField selector =" {{AdminCartPriceRulesFormSection.addRewardPoints}}" userInput =" 100" stepKey =" fillRewardPoints" />
52
51
<click selector =" {{AdminCartPriceRulesFormSection.saveAndContinue}}" stepKey =" clickSaveAndContinueButton" />
53
52
</before >
54
53
<after >
You can’t perform that action at this time.
0 commit comments