File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
app/code/Magento/Tax/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +2
-3
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" />
5153
5254 <!-- Go to Tax Rule page, add Tax Rate, unassign Default Tax Rate -->
5355 <amOnPage url =" {{AdminEditTaxRulePage.url($createTaxRule.id$)}}" stepKey =" goToTaxRulePage" />
8789 <actionGroup ref =" ClickSaveButtonActionGroup" stepKey =" saveSecondTaxRule" >
8890 <argument name =" message" value =" You saved the tax rule." />
8991 </actionGroup >
90-
91- <!-- Delete custom website as the test was failing due to a data issue related to the website. -->
92- <actionGroup ref =" AdminDeleteMultipleWebsitesActionGroup" stepKey =" deleteWebsite" />
9392 </before >
9493 <after >
9594 <!-- Delete product and category -->
You can’t perform that action at this time.
0 commit comments