File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/SalesRule/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 43
43
<click selector =" {{AdminCartPriceRulesSection.addNewRuleButton}}" stepKey =" clickAddNewRule" />
44
44
<fillField selector =" {{AdminCartPriceRulesFormSection.ruleName}}" userInput =" {{SimpleSalesRule.name}}" stepKey =" fillRuleName" />
45
45
<selectOption selector =" {{AdminCartPriceRulesFormSection.websites}}" userInput =" Main Website" stepKey =" selectWebsites" />
46
+ <selectOption selector =" {{AdminCartPriceRulesFormSection.customerGroups}}" userInput =" NOT LOGGED IN" stepKey =" selectCustomerGroup" />
46
47
<selectOption selector =" {{AdminCartPriceRulesFormSection.coupon}}" userInput =" No Coupon" stepKey =" selectCoupon" />
47
48
<click selector =" {{AdminCartPriceRulesFormSection.actionsHeader}}" stepKey =" clickToExpandActions" />
48
49
<selectOption selector =" {{AdminCartPriceRulesFormSection.apply}}" userInput =" Fixed amount discount for whole cart" stepKey =" selectActionType" />
49
50
<fillField selector =" {{AdminCartPriceRulesFormSection.discountAmount}}" userInput =" 50" stepKey =" fillDiscountAmount" />
50
51
<click selector =" {{AdminCartPriceRulesFormSection.save}}" stepKey =" clickSaveButton" />
51
- <see selector =" {{AdminCartPriceRulesSection.messages}}" userInput =" You saved the rule." stepKey =" seeSuccessMessage" />
52
-
52
+
53
53
<!-- Create a product to check the storefront -->
54
54
<actionGroup ref =" FillAdminSimpleProductFormWithZeroPriceActionGroup" stepKey =" fillProductFieldsInAdmin" >
55
55
<argument name =" simpleProduct" value =" _defaultProduct" />
You can’t perform that action at this time.
0 commit comments