Skip to content

Commit 16680a3

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

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,13 @@
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
1111
<test name="StorefrontFPTTaxDiscountInShoppingCartTest">
1212
<annotations>
13-
<features value="Tax"/>
1413
<stories value="Discount (Cart price rules) ignore Weee tax amount included in subtotal cart"/>
1514
<title value="Discount (Cart price rules) ignore Weee tax amount included in subtotal cart"/>
1615
<description value="Discount (Cart price rules) ignore Weee tax amount included in subtotal including tax cart"/>
1716
<severity value="CRITICAL"/>
1817
<useCaseId value="ACP2E-1076"/>
1918
<testCaseId value="AC-6663"/>
2019
<group value="SalesRule"/>
21-
<group value="checkout"/>
22-
<group value="tax"/>
23-
<group value="weee"/>
2420
</annotations>
2521

2622
<before>
@@ -64,7 +60,7 @@
6460
<click selector="{{AdminCartPriceRulesSection.addNewRuleButton}}" stepKey="clickAddNewRule"/>
6561
<fillField selector="{{AdminCartPriceRulesFormSection.ruleName}}" userInput="{{_defaultCoupon.code}}" stepKey="fillRuleName"/>
6662
<selectOption selector="{{AdminCartPriceRulesFormSection.websites}}" userInput="Main Website" stepKey="selectWebsites"/>
67-
<selectOption selector="{{AdminCartPriceRulesFormSection.customerGroups}}" userInput="NOT LOGGED IN" stepKey="selectCustomerGroup"/>
63+
<selectOption selector="{{AdminCartPriceRulesFormSection.customerGroups}}" parameterArray="[{{'NOT LOGGED IN','General','Wholesale','Retailer'}}]" stepKey="selectSpecifiedCustomerGroups"/>
6864
<click selector="{{PriceRuleConditionsSection.conditionsTab}}" stepKey="expandConditions"/>
6965
<!-- Scroll down -->
7066
<scrollTo selector="{{PriceRuleConditionsSection.conditionsTab}}" stepKey="scrollToConditionsTab"/>

0 commit comments

Comments
 (0)