Skip to content

Commit fb9df52

Browse files
ACQE-8843: [MFTF TESTS] AdminCheckingTaxReportGridTest
- Fixed issue of website deletion
1 parent dd309b3 commit fb9df52

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

app/code/Magento/Tax/Test/Mftf/Test/AdminCheckingTaxReportGridTest.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@
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"/>
@@ -87,9 +89,6 @@
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 -->

0 commit comments

Comments
 (0)