We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9087ed0 commit ecaa592Copy full SHA for ecaa592
app/code/Magento/Cms/Test/Mftf/Test/AdminGoToCmsEditPageAfterClickPageOnGridTest.xml
@@ -22,10 +22,9 @@
22
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
23
</after>
24
25
- <amOnPage url="{{CmsPagesPage.url}}" stepKey="navigateToCMSPagesGrid"/>
26
- <waitForPageLoad stepKey="waitForGridLoad"/>
+ <actionGroup ref="AdminOpenCMSPagesGridActionGroup" stepKey="openCmsPagesGrid"/>
27
<click selector="{{CmsPagesPageActionsSection.homePage}}" stepKey="navigateToHomePage"/>
28
<waitForPageLoad stepKey="waitForCmsHomePageLoad"/>
29
- <seeInCurrentUrl url="cms/page/edit/page_id/2" stepKey="seeInHomePage"/>
+ <see userInput="Home page" selector="{{CmsNewPagePageActionsSection.cmsPageTitle}}" stepKey="seeHomePageTitle"/>
30
</test>
31
</tests>
0 commit comments