Skip to content

Commit e1b0ff0

Browse files
authored
Minor fixes
1 parent 31bbf07 commit e1b0ff0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/code/Magento/Backend/Test/Mftf/Test/AdminRedirectToAdminPanelOnLogoFromWizardPageClickTest.xml renamed to app/code/Magento/Backend/Test/Mftf/Test/AdminRedirectToAdminPanelOnLogoClickFromWizardPageTest.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
11-
<test name="AdminRedirectToAdminPanelOnLogoFromWizardPageClickTest">
11+
<test name="AdminRedirectToAdminPanelOnLogoClickFromWizardPageTest">
1212
<annotations>
1313
<features value="Backend"/>
1414
<stories value="Navigate to dashboard from Setup Wizard Page"/>
@@ -22,8 +22,8 @@
2222
<actionGroup ref="AdminLogoutActionGroup" stepKey="logoutFromAdmin"/>
2323
</after>
2424

25-
<actionGroup ref="AdminNavigateToSetupWizardPageActionGroup" stepKey="onSetupWizardPage"/>
25+
<actionGroup ref="AdminNavigateToSetupWizardPageActionGroup" stepKey="navigateToSetupWizardPage"/>
2626
<actionGroup ref="AdminClickLogoActionGroup" stepKey="clickOnLogo"/>
27-
<actionGroup ref="AssertAdminDashboardPageIsVisibleActionGroup" stepKey="navigateToDashboard"/>
27+
<actionGroup ref="AssertAdminDashboardPageIsVisibleActionGroup" stepKey="checkTheDashboardPage"/>
2828
</test>
2929
</tests>

0 commit comments

Comments
 (0)