Skip to content

Commit 8e5aaa5

Browse files
authored
ACQE-6423 | [MFTF PR TESTS] ApplyTaxesAndFptForSimpleProductWithCanadianPstOriginTest
1 parent d253a44 commit 8e5aaa5

File tree

1 file changed

+5
-26
lines changed

1 file changed

+5
-26
lines changed

app/code/Magento/Tax/Test/Mftf/Test/ApplyTaxesAndFptForSimpleProductWithCanadianPstOriginTest.xml

Lines changed: 5 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
<severity value="MAJOR"/>
1818
<testCaseId value="AC-4061"/>
1919
<group value="tax_isolated" />
20-
<!-- Will be fixed in the scope of ACQE-6423 -->
21-
<group value="pr_exclude" />
2220
</annotations>
2321
<before>
2422
<!-- Create a new user with canadian address -->
@@ -125,32 +123,13 @@
125123
<!-- delete created Two Tax Rates & Rules -->
126124
<!-- delete first tax rule and rate -->
127125
<!--Go to the tax rule page and delete the row created-->
128-
<actionGroup ref="AdminTaxRuleGridOpenPageActionGroup" stepKey="goToTaxRulesPage"/>
129-
<actionGroup ref="deleteEntitySecondaryGrid" stepKey="deleteFirstRule">
130-
<argument name="name" value="Canada-GST-5%"/>
131-
<argument name="searchInput" value="{{AdminSecondaryGridSection.taxIdentifierSearch}}"/>
126+
<actionGroup ref="AdminDeleteTaxRule" stepKey="deleteTaxRule">
127+
<argument name="taxRuleCode" value="Canada-GST-5%" />
132128
</actionGroup>
133-
<!-- Go to the tax rate page -->
134-
<actionGroup ref="AdminTaxRateGridOpenPageActionGroup" stepKey="goToTaxRatesPage"/>
135-
<!-- Delete the tax rate that was created -->
136-
<actionGroup ref="deleteEntitySecondaryGrid" stepKey="deleteTaxRate">
137-
<argument name="name" value="Canada-GST-5%"/>
138-
<argument name="searchInput" value="{{AdminSecondaryGridSection.taxIdentifierSearch}}"/>
139-
</actionGroup>
140-
<!-- delete second tax rule and rate -->
141-
<!--Go to the tax rule page and delete the row created-->
142-
<actionGroup ref="AdminTaxRuleGridOpenPageActionGroup" stepKey="goToSecondTaxRulesPage"/>
143-
<actionGroup ref="deleteEntitySecondaryGrid" stepKey="deleteSecondRule">
144-
<argument name="name" value="Canada-GST-PST-5%"/>
145-
<argument name="searchInput" value="{{AdminSecondaryGridSection.taxIdentifierSearch}}"/>
146-
</actionGroup>
147-
<!-- Go to the tax rate page -->
148-
<actionGroup ref="AdminTaxRateGridOpenPageActionGroup" stepKey="goToSecondTaxRatesPage"/>
149-
<!-- Delete the tax rate that was created -->
150-
<actionGroup ref="deleteEntitySecondaryGrid" stepKey="deleteSecondTaxRate">
151-
<argument name="name" value="Canada-GST-PST-5%"/>
152-
<argument name="searchInput" value="{{AdminSecondaryGridSection.taxIdentifierSearch}}"/>
129+
<actionGroup ref="AdminDeleteTaxRule" stepKey="deleteSecondRule">
130+
<argument name="taxRuleCode" value="Canada-GST-PST-5%" />
153131
</actionGroup>
132+
<actionGroup ref="AdminDeleteMultipleTaxRatesActionGroup" stepKey="deleteAllNonDefaultTaxRates"/>
154133
<!-- Reset shipping origin -->
155134
<actionGroup ref="AdminResetShippingOriginConfigurationActionGroup" stepKey="ResetCaliforniaShippingOrigin"/>
156135
<!-- delete created attribute category and simple product -->

0 commit comments

Comments
 (0)