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 6060 <!-- Go to the tax rate page -->
6161 <actionGroup ref =" AdminTaxRateGridOpenPageActionGroup" stepKey =" goToTaxRatesPage" />
6262 <!-- 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" />
7266 <actionGroup ref =" AdminLogoutActionGroup" stepKey =" adminLogout" />
7367 <deleteData createDataKey =" simpleproduct1" stepKey =" deleteProduct1" />
7468 <deleteData createDataKey =" simplecategory" stepKey =" deleteCategory" />
Original file line number Diff line number Diff line change 120120 <actionGroup ref =" AdminTaxRateGridOpenPageActionGroup" stepKey =" goToTaxRatesPage" />
121121
122122 <!-- 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" />
132126
133127 <!-- Delete created customer group-->
134128 <actionGroup ref =" AdminDeleteCustomerGroupActionGroup" stepKey =" deleteCustomerGroup" >
Original file line number Diff line number Diff line change 7070 </actionGroup >
7171 <!-- Delete the tax rate that were created -->
7272 <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" />
7775 <actionGroup ref =" DeleteCartPriceRuleByName" stepKey =" deleteCartPriceRule" >
7876 <argument name =" ruleName" value =" {{SalesRuleWithFullDiscount.name}}" />
7977 </actionGroup >
You can’t perform that action at this time.
0 commit comments