Skip to content

Commit ecaa592

Browse files
committed
Minor changes in MFTF
1 parent 9087ed0 commit ecaa592

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

app/code/Magento/Cms/Test/Mftf/Test/AdminGoToCmsEditPageAfterClickPageOnGridTest.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@
2222
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
2323
</after>
2424

25-
<amOnPage url="{{CmsPagesPage.url}}" stepKey="navigateToCMSPagesGrid"/>
26-
<waitForPageLoad stepKey="waitForGridLoad"/>
25+
<actionGroup ref="AdminOpenCMSPagesGridActionGroup" stepKey="openCmsPagesGrid"/>
2726
<click selector="{{CmsPagesPageActionsSection.homePage}}" stepKey="navigateToHomePage"/>
2827
<waitForPageLoad stepKey="waitForCmsHomePageLoad"/>
29-
<seeInCurrentUrl url="cms/page/edit/page_id/2" stepKey="seeInHomePage"/>
28+
<see userInput="Home page" selector="{{CmsNewPagePageActionsSection.cmsPageTitle}}" stepKey="seeHomePageTitle"/>
3029
</test>
3130
</tests>

0 commit comments

Comments
 (0)