Skip to content

Commit 9f99e6d

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

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

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

0 commit comments

Comments
 (0)