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