File tree Expand file tree Collapse file tree 3 files changed +8
-22
lines changed
Checkout/Test/Mftf/Test/StorefrontCustomerCheckoutTest Expand file tree Collapse file tree 3 files changed +8
-22
lines changed Original file line number Diff line number Diff line change 60
60
<!-- Go to the tax rate page -->
61
61
<actionGroup ref =" AdminTaxRateGridOpenPageActionGroup" stepKey =" goToTaxRatesPage" />
62
62
<!-- Delete the two tax rates that were created -->
63
- <actionGroup ref =" deleteEntitySecondaryGrid" stepKey =" deleteNYRate" >
64
- <argument name =" name" value =" {{SimpleTaxNY.state}}-{{SimpleTaxNY.rate}}" />
65
- <argument name =" searchInput" value =" {{AdminSecondaryGridSection.taxIdentifierSearch}}" />
66
- </actionGroup >
67
-
68
- <actionGroup ref =" deleteEntitySecondaryGrid" stepKey =" deleteCARate" >
69
- <argument name =" name" value =" {{SimpleTaxCA.state}}-{{SimpleTaxCA.rate}}" />
70
- <argument name =" searchInput" value =" {{AdminSecondaryGridSection.taxIdentifierSearch}}" />
71
- </actionGroup >
63
+ <actionGroup ref =" AdminDeleteMultipleTaxRatesActionGroup" stepKey =" deleteAllNonDefaultTaxRates" />
64
+ <comment userInput =" Preserve BiC" stepKey =" deleteNYRate" />
65
+ <comment userInput =" Preserve BiC" stepKey =" deleteCARate" />
72
66
<actionGroup ref =" AdminLogoutActionGroup" stepKey =" adminLogout" />
73
67
<deleteData createDataKey =" simpleproduct1" stepKey =" deleteProduct1" />
74
68
<deleteData createDataKey =" simplecategory" stepKey =" deleteCategory" />
Original file line number Diff line number Diff line change 120
120
<actionGroup ref =" AdminTaxRateGridOpenPageActionGroup" stepKey =" goToTaxRatesPage" />
121
121
122
122
<!-- Delete the two tax rates that were created -->
123
- <actionGroup ref =" deleteEntitySecondaryGrid" stepKey =" deleteNYRate" >
124
- <argument name =" name" value =" {{SimpleTaxUK.state}}-{{SimpleTaxUK.rate}}" />
125
- <argument name =" searchInput" value =" {{AdminSecondaryGridSection.taxIdentifierSearch}}" />
126
- </actionGroup >
127
-
128
- <actionGroup ref =" deleteEntitySecondaryGrid" stepKey =" deleteCARate" >
129
- <argument name =" name" value =" {{SimpleTaxUKZeroRate.state}}-{{SimpleTaxUKZeroRate.rate}}" />
130
- <argument name =" searchInput" value =" {{AdminSecondaryGridSection.taxIdentifierSearch}}" />
131
- </actionGroup >
123
+ <actionGroup ref =" AdminDeleteMultipleTaxRatesActionGroup" stepKey =" deleteAllNonDefaultTaxRates" />
124
+ <comment userInput =" Preserve BiC" stepKey =" deleteNYRate" />
125
+ <comment userInput =" Preserve BiC" stepKey =" deleteCARate" />
132
126
133
127
<!-- Delete created customer group-->
134
128
<actionGroup ref =" AdminDeleteCustomerGroupActionGroup" stepKey =" deleteCustomerGroup" >
Original file line number Diff line number Diff line change 70
70
</actionGroup >
71
71
<!-- Delete the tax rate that were created -->
72
72
<actionGroup ref =" AdminTaxRateGridOpenPageActionGroup" stepKey =" goToTaxRatesPage" />
73
- <actionGroup ref =" deleteEntitySecondaryGrid" stepKey =" deleteNYRate" >
74
- <argument name =" name" value =" {{SimpleTaxNYRate.state}}-{{SimpleTaxNYRate.rate}}" />
75
- <argument name =" searchInput" value =" {{AdminSecondaryGridSection.taxIdentifierSearch}}" />
76
- </actionGroup >
73
+ <actionGroup ref =" AdminDeleteMultipleTaxRatesActionGroup" stepKey =" deleteAllNonDefaultTaxRates" />
74
+ <comment userInput =" Preserve BiC" stepKey =" deleteNYRate" />
77
75
<actionGroup ref =" DeleteCartPriceRuleByName" stepKey =" deleteCartPriceRule" >
78
76
<argument name =" ruleName" value =" {{SalesRuleWithFullDiscount.name}}" />
79
77
</actionGroup >
You can’t perform that action at this time.
0 commit comments