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 4242 <click selector =" {{AdminCartPriceRulesSection.addNewRuleButton}}" stepKey =" clickAddNewRule" />
4343 <fillField selector =" {{AdminCartPriceRulesFormSection.ruleName}}" userInput =" {{_defaultCoupon.code}}" stepKey =" fillRuleName" />
4444 <selectOption selector =" {{AdminCartPriceRulesFormSection.websites}}" userInput =" Main Website" stepKey =" selectWebsites" />
45- <selectOption selector = " {{AdminCartPriceRulesFormSection.customerGroups}} " userInput = " General " stepKey =" selectCustomerGroup" />
45+ <actionGroup ref = " SelectGeneralCustomerGroupActionGroup " stepKey =" selectCustomerGroup" />
4646 <selectOption selector =" {{AdminCartPriceRulesFormSection.coupon}}" userInput =" Specific Coupon" stepKey =" selectCouponType" />
4747 <fillField selector =" {{AdminCartPriceRulesFormSection.couponCode}}" userInput =" {{_defaultCoupon.code}}" stepKey =" fillCouponCode" />
4848 <click selector =" {{AdminCartPriceRulesFormSection.actionsHeader}}" stepKey =" clickToExpandActions" />
4949 <selectOption selector =" {{AdminCartPriceRulesFormSection.apply}}" userInput =" Fixed amount discount for whole cart" stepKey =" selectActionType" />
5050 <fillField selector =" {{AdminCartPriceRulesFormSection.discountAmount}}" userInput =" 0.99" stepKey =" fillDiscountAmount" />
51- <fillField selector =" {{AdminCartPriceRulesFormSection.addRewardPoints}}" userInput =" 100" stepKey =" fillRewardPoints" />
5251 <click selector =" {{AdminCartPriceRulesFormSection.saveAndContinue}}" stepKey =" clickSaveAndContinueButton" />
5352 </before >
5453 <after >
You can’t perform that action at this time.
0 commit comments