|
42 | 42 | <actionGroup ref="NavigateToCreatedCMSPageActionGroup" stepKey="navigateToCreatedCMSPage1">
|
43 | 43 | <argument name="CMSPage" value="$$createCMSPage$$"/>
|
44 | 44 | </actionGroup>
|
45 |
| - <actionGroup ref="expandPageBuilderPanelMenuSection" stepKey="expandPageBuilderPanelMenuSection1"> |
| 45 | + <actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStage"/> |
| 46 | + <actionGroup ref="expandPageBuilderPanelMenuSection" stepKey="expandPageBuilderPanelMenuSection1" after="switchToPageBuilderStage"> |
46 | 47 | <argument name="contentType" value="PageBuilderTextContentType"/>
|
47 | 48 | </actionGroup>
|
48 | 49 | <actionGroup ref="dragContentTypeToStage" stepKey="dragButtonsOntoStage">
|
|
51 | 52 | <click selector="{{TextOnStage.textareaPlaceholder('1')}}" stepKey="focusOnEditorArea"/>
|
52 | 53 | <fillField selector="{{TextOnStage.textareaPlaceholder('1')}}" userInput="{{PageBuilderTextProperty.value}}" stepKey="fillTextToTextarea"/>
|
53 | 54 | <click selector="{{PageBuilderPanel.searchPanel}}" stepKey="lostFocusFromTextarea"/>
|
54 |
| - <actionGroup ref="SaveAndContinueEditCmsPageActionGroup" stepKey="saveAndContinueEditCmsPage2"/> |
| 55 | + <actionGroup ref="exitPageBuilderFullScreen" stepKey="exitPageBuilderFullScreen"/> |
| 56 | + <actionGroup ref="SaveAndContinueEditCmsPageActionGroup" stepKey="saveAndContinueEditCmsPage2" after="exitPageBuilderFullScreen"/> |
55 | 57 | <actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStage2"/>
|
56 | 58 | <!--Verify Text Content Type on stage after saving cms page-->
|
57 | 59 | <comment userInput="Verify text content type on stage" stepKey="commentVerifyTextOnStage"/>
|
|
77 | 79 | </actionGroup>
|
78 | 80 | <executeJS function="return document.getElementById('{{TextOnConfiguration.textAreaId}}').value;" stepKey="expectedData"/>
|
79 | 81 | <actionGroup ref="saveEditPanelSettings" stepKey="saveEditPanelSettings"/>
|
80 |
| - <actionGroup ref="SaveAndContinueEditCmsPageActionGroup" stepKey="saveAndContinueEditCmsPage3"/> |
| 82 | + <actionGroup ref="exitPageBuilderFullScreen" stepKey="exitPageBuilderFullScreen2"/> |
| 83 | + <actionGroup ref="SaveAndContinueEditCmsPageActionGroup" stepKey="saveAndContinueEditCmsPage3" after="exitPageBuilderFullScreen2"/> |
81 | 84 | <!-- Switch to TinyMCE4 -->
|
82 | 85 | <comment userInput="Switch to TinyMCE4 " stepKey="comment4"/>
|
83 | 86 | <magentoCLI command="config:set cms/wysiwyg/enabled enabled" stepKey="enableWYSIWYG"/>
|
|
93 | 96 | <seeElement selector="{{TextOnStage.variablePlaceholder('1')}}" stepKey="waitForVariablePlaceholder"/>
|
94 | 97 | <seeElement selector="{{TextOnStage.text('1', TinyMCEWidgetCMSPageLink.editPanelValue)}}" stepKey="waitForWidgetValue"/>
|
95 | 98 | <seeElement selector="{{TextOnStage.widgetPlaceholder('1')}}" stepKey="waitForWidgetPlaceholder"/>
|
96 |
| - <actionGroup ref="SaveAndContinueEditCmsPageActionGroup" stepKey="saveAndContinueEditCmsPage4"/> |
| 99 | + <actionGroup ref="exitPageBuilderFullScreen" stepKey="exitPageBuilderFullScreen3"/> |
| 100 | + <actionGroup ref="SaveAndContinueEditCmsPageActionGroup" stepKey="saveAndContinueEditCmsPage4" after="exitPageBuilderFullScreen3"/> |
97 | 101 | <!-- Switch to Textarea -->
|
98 | 102 | <comment userInput="Switch to Textarea" stepKey="comment7"/>
|
99 | 103 | <magentoCLI command="config:set cms/wysiwyg/enabled disabled" stepKey="disableWYSIWYG"/>
|
|
120 | 124 | </actionGroup>
|
121 | 125 | <actionGroup ref="SaveImageActionGroup" stepKey="insertImage"/>
|
122 | 126 | <actionGroup ref="saveEditPanelSettings" stepKey="saveEditPanelSettings1"/>
|
123 |
| - <actionGroup ref="SaveAndContinueEditCmsPageActionGroup" stepKey="saveAndContinueEditCmsPage5"/> |
| 127 | + <actionGroup ref="exitPageBuilderFullScreen" stepKey="exitPageBuilderFullScreen4"/> |
| 128 | + <actionGroup ref="SaveAndContinueEditCmsPageActionGroup" stepKey="saveAndContinueEditCmsPage5" after="exitPageBuilderFullScreen4"/> |
124 | 129 | <!-- Switch to TinyMCE4 -->
|
125 | 130 | <comment userInput="Switch to TinyMCE4 " stepKey="comment9"/>
|
126 | 131 | <magentoCLI command="config:set cms/wysiwyg/enabled enabled" stepKey="enableWYSIWYG1"/>
|
|
0 commit comments