Skip to content

Commit aa30155

Browse files
Chhandak.BaruaChhandak.Barua
authored andcommitted
ACP2E-1076: Discount (Cart price rules) ignore Weee tax amount included in subtotal cart
1 parent ecd75b1 commit aa30155

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/code/Magento/Weee/Test/Mftf/Test/StorefrontFPTTaxDiscountInShoppingCartTest.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
<severity value="CRITICAL"/>
1818
<useCaseId value="ACP2E-1076"/>
1919
<testCaseId value="AC-6663"/>
20+
<group value="SalesRule"/>
2021
<group value="checkout"/>
2122
<group value="tax"/>
2223
<group value="weee"/>
23-
<group value="SalesRule"/>
2424
</annotations>
2525

2626
<before>
@@ -64,9 +64,9 @@
6464
<click selector="{{AdminCartPriceRulesSection.addNewRuleButton}}" stepKey="clickAddNewRule"/>
6565
<fillField selector="{{AdminCartPriceRulesFormSection.ruleName}}" userInput="{{_defaultCoupon.code}}" stepKey="fillRuleName"/>
6666
<selectOption selector="{{AdminCartPriceRulesFormSection.websites}}" userInput="Main Website" stepKey="selectWebsites"/>
67-
<selectOption selector="{{AdminCartPriceRulesFormSection.customerGroups}}" parameterArray="[{{'NOT LOGGED IN','General','Wholesale','Retailer'}}]" stepKey="selectSpecifiedCustomerGroups"/>
67+
<selectOption selector="{{AdminCartPriceRulesFormSection.customerGroups}}" userInput="NOT LOGGED IN" stepKey="selectCustomerGroup"/>
6868
<click selector="{{PriceRuleConditionsSection.conditionsTab}}" stepKey="expandConditions"/>
69-
<!-- Scroll down to fix some flaky behavior... -->
69+
<!-- Scroll down -->
7070
<scrollTo selector="{{PriceRuleConditionsSection.conditionsTab}}" stepKey="scrollToConditionsTab"/>
7171
<click selector="{{PriceRuleConditionsSection.createNewRule}}" stepKey="clickNewRule"/>
7272
<selectOption selector="{{PriceRuleConditionsSection.rulesDropdown}}" userInput="Subtotal (Incl. Tax)" stepKey="selectProductAttributes"/>

0 commit comments

Comments
 (0)