Skip to content

Commit 99c7c25

Browse files
committed
Merge branch '510_content-snapshot-cms-admin-page' of github:magento/magento2-page-builder into 512_content-snapshot-block-admin-page
# Conflicts: # app/code/Magento/PageBuilder/Test/Mftf/Test/AdminPageBuilderTextTest/TextDataConsistencyBetweenTextEditorTestWithoutTinyMCE3Test.xml
2 parents 66ef80e + 5d1d9ae commit 99c7c25

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminPageBuilderTextTest/TextDataConsistencyBetweenTextEditorTestWithoutTinyMCE3Test.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<argument name="CMSPage" value="$$createCMSPage$$"/>
4444
</actionGroup>
4545
<actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStage"/>
46-
<actionGroup ref="expandPageBuilderPanelMenuSection" stepKey="expandPageBuilderPanelMenuSection1">
46+
<actionGroup ref="expandPageBuilderPanelMenuSection" stepKey="expandPageBuilderPanelMenuSection1" after="switchToPageBuilderStage">
4747
<argument name="contentType" value="PageBuilderTextContentType"/>
4848
</actionGroup>
4949
<actionGroup ref="dragContentTypeToStage" stepKey="dragButtonsOntoStage">
@@ -53,7 +53,7 @@
5353
<fillField selector="{{TextOnStage.textareaPlaceholder('1')}}" userInput="{{PageBuilderTextProperty.value}}" stepKey="fillTextToTextarea"/>
5454
<click selector="{{PageBuilderPanel.searchPanel}}" stepKey="lostFocusFromTextarea"/>
5555
<actionGroup ref="exitPageBuilderFullScreen" stepKey="exitPageBuilderFullScreen"/>
56-
<actionGroup ref="SaveAndContinueEditCmsPageActionGroup" stepKey="saveAndContinueEditCmsPage2"/>
56+
<actionGroup ref="SaveAndContinueEditCmsPageActionGroup" stepKey="saveAndContinueEditCmsPage2" after="exitPageBuilderFullScreen"/>
5757
<actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStage2"/>
5858
<!--Verify Text Content Type on stage after saving cms page-->
5959
<comment userInput="Verify text content type on stage" stepKey="commentVerifyTextOnStage"/>
@@ -79,8 +79,8 @@
7979
</actionGroup>
8080
<executeJS function="return document.getElementById('{{TextOnConfiguration.textAreaId}}').value;" stepKey="expectedData"/>
8181
<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"/>
8484
<!-- Switch to TinyMCE4 -->
8585
<comment userInput="Switch to TinyMCE4 " stepKey="comment4"/>
8686
<magentoCLI command="config:set cms/wysiwyg/enabled enabled" stepKey="enableWYSIWYG"/>
@@ -96,8 +96,8 @@
9696
<seeElement selector="{{TextOnStage.variablePlaceholder('1')}}" stepKey="waitForVariablePlaceholder"/>
9797
<seeElement selector="{{TextOnStage.text('1', TinyMCEWidgetCMSPageLink.editPanelValue)}}" stepKey="waitForWidgetValue"/>
9898
<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"/>
101101
<!-- Switch to Textarea -->
102102
<comment userInput="Switch to Textarea" stepKey="comment7"/>
103103
<magentoCLI command="config:set cms/wysiwyg/enabled disabled" stepKey="disableWYSIWYG"/>
@@ -124,8 +124,8 @@
124124
</actionGroup>
125125
<actionGroup ref="SaveImageActionGroup" stepKey="insertImage"/>
126126
<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"/>
129129
<!-- Switch to TinyMCE4 -->
130130
<comment userInput="Switch to TinyMCE4 " stepKey="comment9"/>
131131
<magentoCLI command="config:set cms/wysiwyg/enabled enabled" stepKey="enableWYSIWYG1"/>

0 commit comments

Comments
 (0)