Skip to content

Commit 48b6533

Browse files
committed
MQE-2066: [MTF-to-MFTF] Update Created Integration Entity #751
1 parent f60edfa commit 48b6533

6 files changed

+12
-12
lines changed

app/code/Magento/Integration/Test/Mftf/Test/AdminUpdateIntegrationEntityTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</annotations>
2121
<before>
2222
<!-- Login As Admin -->
23-
<actionGroup ref="LoginAsAdmin" stepKey="LoginAsAdmin"/>
23+
<actionGroup ref="AdminLoginActionGroup" stepKey="LoginAsAdmin"/>
2424
<!-- Navigate To Integrations Page -->
2525
<actionGroup ref="AdminNavigateMenuActionGroup" stepKey="navigateToIntegrationsPage">
2626
<argument name="menuUiId" value="{{AdminMenuSystem.dataUiId}}"/>
@@ -43,7 +43,7 @@
4343
<actionGroup ref="AdminSearchIntegrationInGridActionGroup" stepKey="searchForIntegration">
4444
<argument name="name" value="{{defaultIntegrationData.name}} Updated"/>
4545
</actionGroup>
46-
<actionGroup ref="logout" stepKey="logout"/>
46+
<actionGroup ref="AdminLogoutActionGroup" stepKey="logoutFromAdmin"/>
4747
</after>
4848

4949
<!-- TEST BODY -->

app/code/Magento/Integration/Test/Mftf/Test/AdminUpdateIntegrationEntityWithIncorrectPasswordTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</annotations>
2121
<before>
2222
<!-- Login As Admin -->
23-
<actionGroup ref="LoginAsAdmin" stepKey="LoginAsAdmin"/>
23+
<actionGroup ref="AdminLoginActionGroup" stepKey="LoginAsAdmin"/>
2424
<!-- Navigate To Integrations Page -->
2525
<actionGroup ref="AdminNavigateMenuActionGroup" stepKey="navigateToIntegrationsPage">
2626
<argument name="menuUiId" value="{{AdminMenuSystem.dataUiId}}"/>
@@ -36,7 +36,7 @@
3636
<actionGroup ref="AdminSubmitNewIntegrationFormActionGroup" stepKey="submitTheForm"/>
3737
</before>
3838
<after>
39-
<actionGroup ref="logout" stepKey="logout"/>
39+
<actionGroup ref="AdminLogoutActionGroup" stepKey="logoutFromAdmin"/>
4040
</after>
4141

4242
<!-- TEST BODY -->

app/code/Magento/Newsletter/Test/Mftf/Test/AdminMarketingCreateNewsletterTemplateTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<group value="WYSIWYGDisabled"/>
2222
</annotations>
2323
<before>
24-
<actionGroup ref="LoginAsAdmin" stepKey="LoginAsAdmin"/>
24+
<actionGroup ref="AdminLoginActionGroup" stepKey="LoginAsAdmin"/>
2525
</before>
2626
<after>
2727
<!-- Delete Created Newsletter Template -->
@@ -31,7 +31,7 @@
3131
</actionGroup>
3232
<actionGroup ref="AdminMarketingOpenNewsletterTemplateFromGridActionGroup" stepKey="openTemplate"/>
3333
<actionGroup ref="AdminMarketingDeleteNewsletterTemplateActionGroup" stepKey="deleteTemplate"/>
34-
<actionGroup ref="logout" stepKey="logout"/>
34+
<actionGroup ref="AdminLogoutActionGroup" stepKey="logoutFromAdmin"/>
3535
</after>
3636
<!--TEST BODY -->
3737
<!-- Navigate To MARKETING > Newsletter Template -->

app/code/Magento/Sitemap/Test/Mftf/Test/AdminMarketingCreateSitemapEntityTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
<group value="mtf_migrated"/>
2020
</annotations>
2121
<before>
22-
<actionGroup ref="LoginAsAdmin" stepKey="LoginAsAdmin"/>
22+
<actionGroup ref="AdminLoginActionGroup" stepKey="LoginAsAdmin"/>
2323
</before>
2424
<after>
2525
<actionGroup ref="AdminMarketingSiteDeleteByNameActionGroup" stepKey="deleteCreatedSitemap">
2626
<argument name="filename" value="sitemap.xml"/>
2727
</actionGroup>
28-
<actionGroup ref="logout" stepKey="logout"/>
28+
<actionGroup ref="AdminLogoutActionGroup" stepKey="logoutFromAdmin"/>
2929
</after>
3030

3131
<!--TEST BODY -->

app/code/Magento/Sitemap/Test/Mftf/Test/AdminMarketingCreateSitemapFailFolderSaveTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
<group value="mtf_migrated"/>
2020
</annotations>
2121
<before>
22-
<actionGroup ref="LoginAsAdmin" stepKey="LoginAsAdmin"/>
22+
<actionGroup ref="AdminLoginActionGroup" stepKey="LoginAsAdmin"/>
2323
</before>
2424
<after>
25-
<actionGroup ref="logout" stepKey="logout"/>
25+
<actionGroup ref="AdminLogoutActionGroup" stepKey="logoutFromAdmin"/>
2626
</after>
2727

2828
<!--TEST BODY -->

app/code/Magento/Sitemap/Test/Mftf/Test/AdminMarketingCreateSitemapPathErrorTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
<group value="mtf_migrated"/>
2020
</annotations>
2121
<before>
22-
<actionGroup ref="LoginAsAdmin" stepKey="LoginAsAdmin"/>
22+
<actionGroup ref="AdminLoginActionGroup" stepKey="LoginAsAdmin"/>
2323
</before>
2424
<after>
25-
<actionGroup ref="logout" stepKey="logout"/>
25+
<actionGroup ref="AdminLogoutActionGroup" stepKey="logoutFromAdmin"/>
2626
</after>
2727

2828
<!--TEST BODY -->

0 commit comments

Comments
 (0)