Skip to content

Commit 6cf1c6f

Browse files
committed
#512: User edits Blocks content in full-screen mode only - Fixed mftf tests after CR
1 parent c324fc6 commit 6cf1c6f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminPageBuilderBlockRenderElementContentTypesTest/BlockRenderHeadingThroughBlockContentTypeTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<comment userInput="Validate CMS Page Stage" stepKey="commentValidateCMSPageStage"/>
8888
<seeElement selector="{{HeadingOnStorefront.headingType(PageBuilderHeadingTypeProperty_H1.value, '1')}}" stepKey="seeHeadingStyleCMSPageStage"/>
8989
<seeElement selector="{{HeadingOnStorefront.headingText(PageBuilderHeadingTypeProperty_H1.value, PageBuilderHeadingTextProperty.value, '1')}}" stepKey="seeHeadingTextCMSPageStage"/>
90-
<actionGroup ref="exitPageBuilderFullScreen" stepKey="exitPageBuilderFullScreen2"/>
90+
<actionGroup ref="exitPageBuilderFullScreen" stepKey="exitPageBuilderFullScreen"/>
9191
<actionGroup ref="SaveAndContinueEditCmsPageActionGroup" stepKey="saveAndContinueEditCmsPage"/>
9292
<!-- Validate CMS Page Storefront -->
9393
<comment userInput="Validate CMS Page Storefront" stepKey="commentValidateCMSPageStorefront"/>

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminPageBuilderBlockRenderMediaContentTypesTest/BlockRenderImageThroughBlockContentTypeTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<argument name="property" value="PageBuilderImageTitleAttributeProperty"/>
8484
</actionGroup>
8585
<actionGroup ref="saveEditPanelSettings" stepKey="saveEditPanelSettingsImage"/>
86-
<actionGroup ref="exitPageBuilderFullScreen" stepKey="exitPageBuilderFullScreen"/>
86+
<actionGroup ref="exitPageBuilderFullScreen" stepKey="exitPageBuilderFullScreenBeforeSave"/>
8787
<actionGroup ref="SaveCMSBlockActionGroup" stepKey="saveCMSBlock"/>
8888
<!-- Validate CMS Block Stage -->
8989
<comment userInput="Validate CMS Block Stage" stepKey="commentValidateCMSBlockStage"/>
@@ -128,7 +128,7 @@
128128
<argument name="section" value="ImageOnStorefront"/>
129129
<argument name="image" value="PageBuilderImageProperty_JPG"/>
130130
</actionGroup>
131-
<actionGroup ref="exitPageBuilderFullScreen" stepKey="exitPageBuilderFullScreen1"/>
131+
<actionGroup ref="exitPageBuilderFullScreen" stepKey="exitPageBuilderFullScreen"/>
132132
<actionGroup ref="SaveAndContinueEditCmsPageActionGroup" stepKey="saveAndContinueEditCmsPage"/>
133133
<!-- Validate CMS Page Storefront -->
134134
<comment userInput="Validate CMS Page Storefront" stepKey="commentValidateCMSPageStorefront"/>

0 commit comments

Comments
 (0)