|
17 | 17 | <severity value="MAJOR"/>
|
18 | 18 | <testCaseId value="AC-4061"/>
|
19 | 19 | <group value="tax_isolated" />
|
20 |
| - <!-- Will be fixed in the scope of ACQE-6423 --> |
21 |
| - <group value="pr_exclude" /> |
22 | 20 | </annotations>
|
23 | 21 | <before>
|
24 | 22 | <!-- Create a new user with canadian address -->
|
|
125 | 123 | <!-- delete created Two Tax Rates & Rules -->
|
126 | 124 | <!-- delete first tax rule and rate -->
|
127 | 125 | <!--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%" /> |
132 | 128 | </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}}"/> |
| 129 | + <actionGroup ref="AdminDeleteTaxRule" stepKey="deleteSecondRule"> |
| 130 | + <argument name="taxRuleCode" value="Canada-GST-PST-5%" /> |
139 | 131 | </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}}"/> |
| 132 | + <actionGroup ref="AdminDeleteMultipleTaxRatesActionGroup" stepKey="deleteAllNonDefaultTaxRates"> |
| 133 | + <argument name="expectedRemainingRows" value="0"/> |
153 | 134 | </actionGroup>
|
| 135 | + |
154 | 136 | <!-- Reset shipping origin -->
|
155 | 137 | <actionGroup ref="AdminResetShippingOriginConfigurationActionGroup" stepKey="ResetCaliforniaShippingOrigin"/>
|
156 | 138 | <!-- delete created attribute category and simple product -->
|
|
0 commit comments