|
32 | 32 | </actionGroup>
|
33 | 33 | <!-- Create Tax Rule & Tax Rate -->
|
34 | 34 | <actionGroup ref="AdminTaxRuleGridOpenPageActionGroup" stepKey="goToTaxRuleForPage"/>
|
35 |
| - <actionGroup ref="AdminAddTaxRuleActionGroup" stepKey="addTaxRulePageForProductTax"> |
36 |
| - <argument name="ruleName" value="Product"/> |
37 |
| - </actionGroup> |
| 35 | + <!--Add new tax rates. Go to tax rule page --> |
| 36 | + <actionGroup ref="AddNewTaxRuleActionGroup" stepKey="addFirstTaxRuleActionGroup"/> |
| 37 | + <fillField stepKey="fillRuleName" selector="{{AdminTaxRulesSection.ruleName}}" userInput="{{TaxRule.name}}"/> |
38 | 38 | <!-- Adding product rate tax for NY -->
|
39 | 39 | <actionGroup ref="AddNewTaxRateNoZipUIActionGroup" stepKey="addProductTaxRateForCA">
|
40 | 40 | <argument name="taxCode" value="SimpleTaxTexas"/>
|
|
58 | 58 | <deleteData createDataKey="createCustomer" stepKey="deleteCustomer"/>
|
59 | 59 | <!-- Go to the tax rule page and delete the row created-->
|
60 | 60 | <actionGroup ref="AdminTaxRuleGridOpenPageActionGroup" stepKey="goToTaxRulesPageA"/>
|
61 |
| - <actionGroup ref="deleteEntitySecondaryGrid" stepKey="deleteProductTaxRule"> |
62 |
| - <argument name="name" value="Product"/> |
| 61 | + <actionGroup ref="deleteEntitySecondaryGrid" stepKey="deleteRule"> |
| 62 | + <argument name="name" value="{{TaxRule.name}}"/> |
63 | 63 | <argument name="searchInput" value="{{AdminSecondaryGridSection.taxIdentifierSearch}}"/>
|
64 | 64 | </actionGroup>
|
65 | 65 | <!-- Deleting Tax zones and rate for Product Tax -->
|
|
68 | 68 | <argument name="submenuUiId" value="{{AdminMenuStoresTaxZonesAndRates.dataUiId}}"/>
|
69 | 69 | </actionGroup>
|
70 | 70 | <actionGroup ref="deleteEntitySecondaryGrid" stepKey="deleteProductTaxRule1">
|
71 |
| - <argument name="name" value="{{SimpleTaxTexas.state}}-{{SimpleTaxTexas.rate}}"/> |
| 71 | + <argument name="name" value="{{SimpleTaxTexas.identifier}}-{{SimpleTaxTexas.rate}}"/> |
72 | 72 | <argument name="searchInput" value="{{AdminSecondaryGridSection.taxIdentifierSearch}}"/>
|
73 | 73 | </actionGroup>
|
74 | 74 | <actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
|
|
0 commit comments