File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
app/code/Magento/Tax/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 4848
4949 <!-- Login to Admin -->
5050 <actionGroup ref =" AdminLoginActionGroup" stepKey =" loginAsAdmin" />
51- <!-- Delete custom website as the test was failing due to a data issue related to the website. -->
52- <actionGroup ref =" AdminDeleteMultipleWebsitesActionGroup" stepKey =" deleteWebsite" />
5351
5452 <!-- Go to Tax Rule page, add Tax Rate, unassign Default Tax Rate -->
5553 <amOnPage url =" {{AdminEditTaxRulePage.url($createTaxRule.id$)}}" stepKey =" goToTaxRulePage" />
8987 <actionGroup ref =" ClickSaveButtonActionGroup" stepKey =" saveSecondTaxRule" >
9088 <argument name =" message" value =" You saved the tax rule." />
9189 </actionGroup >
90+
91+ <!-- Delete custom website as the test was failing due to a data issue related to the website. -->
92+ <actionGroup ref =" AdminSystemStoreOpenPageActionGroup" stepKey =" navigateToStores" />
93+ <actionGroup ref =" AdminDeleteMultipleWebsitesActionGroup" stepKey =" deleteWebsite" />
9294 </before >
9395 <after >
9496 <!-- Delete product and category -->
You can’t perform that action at this time.
0 commit comments