|
10 | 10 |
|
11 | 11 | <tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
12 | 12 | xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Test/etc/testSchema.xsd">
|
13 |
| - <test name="VerifyPageBuilderVisibleOnStagingOfPages"> |
14 |
| - <annotations> |
15 |
| - <features value="Pagebuilder"/> |
16 |
| - <stories value="MAGETWO-71404: Enabling PageBuilder on Webstore"/> |
17 |
| - <title value="Admin are able to see PageBuilder on Staging of CMS Page, Block Page after enable PageBuilder from Configuration"/> |
18 |
| - <description value="Admin are able to see PageBuilder on Staging of CMS Page, Block Page after enable PageBuilder from Configuration"/> |
19 |
| - <severity value="CRITICAL"/> |
20 |
| - <group value="pagebuilder"/> |
21 |
| - <group value="pagebuilder-ee"/> |
22 |
| - </annotations> |
23 |
| - <before> |
24 |
| - <actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/> |
25 |
| - <actionGroup ref="enablePageBuilderSetting" stepKey="enablePageBuilder"/> |
26 |
| - <createData entity="_defaultCmsPage" stepKey="createPreReqCMSPage" /> |
27 |
| - <createData entity="_defaultBlock" stepKey="createPreReqBlock" /> |
28 |
| - </before> |
29 |
| - <after> |
30 |
| - <deleteData createDataKey="createPreReqCMSPage" stepKey="deleteCreatePreReqCMSPage"/> |
31 |
| - <deleteData createDataKey="createPreReqBlock" stepKey="deleteCreatePreReqBlock"/> |
32 |
| - <actionGroup ref="logout" stepKey="logout"/> |
33 |
| - </after> |
34 |
| - <!--Verify PageBuilder visible on CMS Page creation form--> |
35 |
| - <actionGroup ref="navigateToCreatedCMSPage" stepKey="navigateToContentCreatedCMSPage1"> |
36 |
| - <argument name="CMSPage" value="$$createPreReqCMSPage$$"/> |
37 |
| - </actionGroup> |
38 |
| - <actionGroup ref="navigateToStagingSlideout" stepKey="navigateToStagingSlideoutCMS"/> |
39 |
| - <click selector="{{AdminStagingSlideOutSection.contentTab}}" stepKey="expandContentTab" /> |
40 |
| - <actionGroup ref="verifyPageBuilderVisibleOnPage" stepKey="verifyPageBuilderVisibleOnCMSStaging"/> |
41 |
| - <!--Verify PageBuilder visible on CMS Block creation form--> |
42 |
| - <actionGroup ref="navigateToCreatedCMSBlockPage" stepKey="navigateToContentCreatedBlock"> |
43 |
| - <argument name="CMSBlockPage" value="$$createPreReqBlock$$"/> |
44 |
| - </actionGroup> |
45 |
| - <actionGroup ref="navigateToStagingSlideout" stepKey="navigateToStagingSlideoutBlock"/> |
46 |
| - <actionGroup ref="verifyPageBuilderVisibleOnPage" stepKey="verifyPageBuilderVisibleOnBlockStaging"/> |
47 |
| - </test> |
48 | 13 | <test name="VerifyPageBuilderVisibleOnPages">
|
49 | 14 | <annotations>
|
50 | 15 | <features value="Pagebuilder"/>
|
|
75 | 40 | <!--Verify PageBuilder visible on staging slideout of CMS Page-->
|
76 | 41 | <actionGroup ref="navigateToStagingSlideout" stepKey="navigateToStagingSlideoutCMS"/>
|
77 | 42 | <click selector="{{AdminStagingSlideOutSection.contentTab}}" stepKey="expandContentTab" />
|
78 |
| - <actionGroup ref="verifyPageBuilderVisibleOnStaging" stepKey="verifyPageBuilderVisibleOnCMSStaging"/> |
| 43 | + <actionGroup ref="verifyPageBuilderVisibleOnStaging" stepKey="verifyPageBuilderVisibleOnCmsStaging"/> |
79 | 44 | <!--Verify PageBuilder visible on CMS Block creation form-->
|
80 | 45 | <actionGroup ref="navigateToCreatedCMSBlockPage" stepKey="navigateToContentCreatedBlock">
|
81 | 46 | <argument name="CMSBlockPage" value="$$createPreReqBlock$$"/>
|
|
0 commit comments