File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
app/code/Magento/SalesRule/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 36
36
<fillField selector =" {{AdminCartPriceRulesFormSection.ruleName}}" userInput =" {{CartPriceRuleConditionAndFreeShippingApplied.name}}" stepKey =" fillRuleName" />
37
37
<fillField selector =" {{AdminCartPriceRulesFormSection.description}}" userInput =" {{CartPriceRuleConditionAndFreeShippingApplied.description}}" stepKey =" fillDescription" />
38
38
<selectOption selector =" {{AdminCartPriceRulesFormSection.websites}}" userInput =" {{CartPriceRuleConditionAndFreeShippingApplied.websites}}" stepKey =" selectWebsites" />
39
-
40
- <click selector =" {{AdminCartPriceRulesFormSection.customerGroups}}" stepKey =" expandCustomerGroups" after =" selectWebsites" />
41
- <click selector =" {{AdminCartPriceRulesFormSection.customerGroupsSelectAll}}" stepKey =" clickSelectAll" after =" expandCustomerGroups" />
42
- <click selector =" {{AdminCartPriceRulesFormSection.customerGroupsDoneBtn}}" stepKey =" clickDone" after =" clickSelectAll" />
43
-
39
+ <selectOption selector =" {{AdminCartPriceRulesFormSection.customerGroups}}" userInput =" NOT LOGGED IN" stepKey =" selectCustomerGroup" />
44
40
<selectOption selector =" {{AdminCartPriceRulesFormSection.coupon}}" userInput =" {{CartPriceRuleConditionAndFreeShippingApplied.coupon_type}}" stepKey =" selectCouponType" />
45
41
<scrollTo selector =" {{AdminCartPriceRulesFormSection.actionsHeader}}" stepKey =" scrollToActionsHeader" />
46
42
<actionGroup ref =" AdminCreateCartPriceRuleActionsSectionDiscountFieldsActionGroup" stepKey =" createActiveCartPriceRuleActionsSection" >
60
56
<conditionalClick selector =" {{AdminCartPriceRulesFormSection.actionsHeader}}" dependentSelector =" {{AdminCartPriceRulesFormSection.actionsHeader}}" visible =" true" stepKey =" clickExpandActions" />
61
57
<see selector =" {{AdminCartPriceRulesFormSection.apply}}" userInput =" {{CartPriceRuleConditionAndFreeShippingApplied.simple_action}}" stepKey =" seeActionApplyType" />
62
58
<seeInField selector =" {{AdminCartPriceRulesFormSection.discountAmount}}" userInput =" {{CartPriceRuleConditionAndFreeShippingApplied.discount_amount}}" stepKey =" seeDiscountAmount" />
63
- <selectOption selector =" {{AdminCartPriceRulesFormSection.freeShipping}}" userInput =" Please Select" stepKey =" selectFreeShippingType" />
59
+ <seeOptionIsSelected selector =" {{AdminCartPriceRulesFormSection.freeShipping}}" userInput =" PPlease Select" stepKey =" selectFreeShippingType" />
64
60
</test >
65
61
</tests >
You can’t perform that action at this time.
0 commit comments