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 8
8
9
9
<actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
10
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
11
- <actionGroup name =" AdminNavigateToPageGridActionGroup" >
11
+ <actionGroup name =" AdminNavigateToPageGridActionGroup" deprecated = " Use AdminOpenCMSPagesGridActionGroup instead. " >
12
12
<annotations >
13
13
<description >Navigates to CMS page grid.</description >
14
14
</annotations >
15
15
16
16
<amOnPage url =" {{CmsPagesPage.url}}" stepKey =" amOnPagePagesGrid" />
17
- <waitForPageLoad stepKey =" waitForPageLoad1 " />
17
+ <waitForPageLoad stepKey =" waitForPageLoad " />
18
18
</actionGroup >
19
19
</actionGroups >
Original file line number Diff line number Diff line change 25
25
<after >
26
26
<actionGroup ref =" AdminLogoutActionGroup" stepKey =" adminLogout" />
27
27
</after >
28
- <actionGroup ref =" AdminNavigateToPageGridActionGroup " stepKey =" navigateToCmsPageGrid" />
28
+ <actionGroup ref =" AdminOpenCMSPagesGridActionGroup " stepKey =" navigateToCmsPageGrid" />
29
29
<actionGroup ref =" CreateNewPageWithBasicValues" stepKey =" createNewPageWithBasicValues" />
30
30
<actionGroup ref =" SaveCmsPageActionGroup" stepKey =" clickSaveCmsPageButton" />
31
31
<actionGroup ref =" VerifyCreatedCmsPage" stepKey =" verifyCmsPage" />
Original file line number Diff line number Diff line change 21
21
22
22
<before >
23
23
<actionGroup ref =" AdminLoginActionGroup" stepKey =" loginAsAdmin" />
24
- <actionGroup ref =" AdminNavigateToPageGridActionGroup " stepKey =" navigateToCmsPageGrid" />
24
+ <actionGroup ref =" AdminOpenCMSPagesGridActionGroup " stepKey =" navigateToCmsPageGrid" />
25
25
<actionGroup ref =" ClearFiltersAdminDataGridActionGroup" stepKey =" clearGridSearchFilters" />
26
26
<actionGroup ref =" CreateNewPageWithBasicValues" stepKey =" createNewPageWithBasicValues" />
27
27
<actionGroup ref =" SaveCmsPageActionGroup" stepKey =" clickSaveCmsPageButton" />
Original file line number Diff line number Diff line change 60
60
</actionGroup >
61
61
<actionGroup ref =" AdminEnhancedMediaGalleryClickDeleteImagesButtonActionGroup" stepKey =" clikDeleteSelectedButton" />
62
62
63
- <actionGroup ref =" AdminNavigateToPageGridActionGroup " stepKey =" navigateToCmsPageGrid" />
63
+ <actionGroup ref =" AdminOpenCMSPagesGridActionGroup " stepKey =" navigateToCmsPageGrid" />
64
64
<actionGroup ref =" ClearFiltersAdminDataGridActionGroup" stepKey =" clearGridFilters" />
65
65
<actionGroup ref =" AdminSearchCmsPageInGridByUrlKeyActionGroup" stepKey =" findCreatedCmsPage" >
66
66
<argument name =" urlKey" value =" test-page-1" />
You can’t perform that action at this time.
0 commit comments