File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
MediaGalleryCmsUi/Test/Mftf/Test Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 88
99<actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
1010 xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
11- <actionGroup name =" AdminNavigateToPageGridActionGroup" >
11+ <actionGroup name =" AdminNavigateToPageGridActionGroup" deprecated = " Use AdminOpenCMSPagesGridActionGroup instead. " >
1212 <annotations >
1313 <description >Navigates to CMS page grid.</description >
1414 </annotations >
1515
1616 <amOnPage url =" {{CmsPagesPage.url}}" stepKey =" amOnPagePagesGrid" />
17- <waitForPageLoad stepKey =" waitForPageLoad1 " />
17+ <waitForPageLoad stepKey =" waitForPageLoad " />
1818 </actionGroup >
1919</actionGroups >
Original file line number Diff line number Diff line change 2525 <after >
2626 <actionGroup ref =" AdminLogoutActionGroup" stepKey =" adminLogout" />
2727 </after >
28- <actionGroup ref =" AdminNavigateToPageGridActionGroup " stepKey =" navigateToCmsPageGrid" />
28+ <actionGroup ref =" AdminOpenCMSPagesGridActionGroup " stepKey =" navigateToCmsPageGrid" />
2929 <actionGroup ref =" CreateNewPageWithBasicValues" stepKey =" createNewPageWithBasicValues" />
3030 <actionGroup ref =" SaveCmsPageActionGroup" stepKey =" clickSaveCmsPageButton" />
3131 <actionGroup ref =" VerifyCreatedCmsPage" stepKey =" verifyCmsPage" />
Original file line number Diff line number Diff line change 2121
2222 <before >
2323 <actionGroup ref =" AdminLoginActionGroup" stepKey =" loginAsAdmin" />
24- <actionGroup ref =" AdminNavigateToPageGridActionGroup " stepKey =" navigateToCmsPageGrid" />
24+ <actionGroup ref =" AdminOpenCMSPagesGridActionGroup " stepKey =" navigateToCmsPageGrid" />
2525 <actionGroup ref =" ClearFiltersAdminDataGridActionGroup" stepKey =" clearGridSearchFilters" />
2626 <actionGroup ref =" CreateNewPageWithBasicValues" stepKey =" createNewPageWithBasicValues" />
2727 <actionGroup ref =" SaveCmsPageActionGroup" stepKey =" clickSaveCmsPageButton" />
Original file line number Diff line number Diff line change 6060 </actionGroup >
6161 <actionGroup ref =" AdminEnhancedMediaGalleryClickDeleteImagesButtonActionGroup" stepKey =" clikDeleteSelectedButton" />
6262
63- <actionGroup ref =" AdminNavigateToPageGridActionGroup " stepKey =" navigateToCmsPageGrid" />
63+ <actionGroup ref =" AdminOpenCMSPagesGridActionGroup " stepKey =" navigateToCmsPageGrid" />
6464 <actionGroup ref =" ClearFiltersAdminDataGridActionGroup" stepKey =" clearGridFilters" />
6565 <actionGroup ref =" AdminSearchCmsPageInGridByUrlKeyActionGroup" stepKey =" findCreatedCmsPage" >
6666 <argument name =" urlKey" value =" test-page-1" />
You can’t perform that action at this time.
0 commit comments