Skip to content

Commit 63af662

Browse files
Kieu PhanKieu Phan
authored andcommitted
AC-10957: Clean up after data of StorefrontCustomerCheckoutTestWithMultipleAddressesAndTaxRatesTest
Clean up all non default Tax Rates in before section
1 parent 9846306 commit 63af662

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/code/Magento/Checkout/Test/Mftf/Test/StorefrontCustomerCheckoutTest/StorefrontCustomerCheckoutTestWithMultipleAddressesAndTaxRatesTest.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626

2727
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
2828

29+
<!-- Delete All Non Default Tax Rates-->
30+
<actionGroup ref="AdminTaxRateGridOpenPageActionGroup" stepKey="goToTaxRatesPage"/>
31+
<actionGroup ref="AdminDeleteMultipleTaxRatesActionGroup" stepKey="deleteAllNonDefaultTaxRates"/>
32+
2933
<!-- Go to tax rule page -->
3034
<actionGroup ref="AdminTaxRuleGridOpenPageActionGroup" stepKey="goToTaxRulePage"/>
3135
<click stepKey="addNewTaxRate" selector="{{AdminGridMainControls.add}}"/>

0 commit comments

Comments
 (0)