Skip to content

Commit 7225e90

Browse files
committed
#544: Configurable Page Builder Full Screen Mode
- Adding Deprecated Message - Renaming `VerifyFullScreen` to `VerifyFullScreenActionGroup`
1 parent 91506bc commit 7225e90

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

app/code/Magento/PageBuilder/Test/Mftf/ActionGroup/StageActionGroup/OpenPageBuilderFullScreenActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77
-->
88
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
9-
<actionGroup name="openPageBuilderFullScreen">
9+
<actionGroup name="openPageBuilderFullScreen" deprecated="Replaced with VerifyFullScreenActionGroup">
1010
<waitForElementVisible selector="{{PageBuilderStage.openFullScreen}}" stepKey="waitForFullScreenButton"/>
1111
<click selector="{{PageBuilderStage.openFullScreen}}" stepKey="clickFullScreenButton"/>
1212
<waitForPageLoad stepKey="waitForFullScreenAnimation"/>

app/code/Magento/PageBuilder/Test/Mftf/ActionGroup/StageActionGroup/VerifyFullScreenActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77
-->
88
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
9-
<actionGroup name="VerifyFullScreen">
9+
<actionGroup name="VerifyFullScreenActionGroup">
1010
<waitForElementVisible selector="{{PageBuilderStage.editWithPageBuilderButton}}" stepKey="waitForEditWithPageBuilderButton"/>
1111
<click selector="{{PageBuilderStage.editWithPageBuilderButton}}" stepKey="clickEditWithPageBuilderButton"/>
1212
<waitForPageLoad stepKey="waitForFullScreenAnimation"/>

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminCatalogCategoryDisablePageBuilderTest/PageBuilderCategoryDisablePageBuilderContentPreviewTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
<waitForPageLoad stepKey="waitForPageLoad"/>
4343
<actionGroup ref="ExpandAdminProductSectionActionGroup" stepKey="expandAdminProductSection"/>
4444
<dontSeeElementInDOM selector="{{PageBuilderStage.stageSnapshot}}" stepKey="dontSeeStageSnapshot"/>
45-
<actionGroup ref="VerifyFullScreen" stepKey="verifyFullScreen"/>
45+
<actionGroup ref="VerifyFullScreenActionGroup" stepKey="verifyFullScreen"/>
4646
</test>
4747
</tests>

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminCatalogProductDisablePageBuilderTest/PageBuilderProductDisablePageBuilderContentPreviewTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@
4646
<waitForPageLoad stepKey="waitForPageLoad"/>
4747
<actionGroup ref="ExpandAdminProductSectionActionGroup" stepKey="expandAdminProductSection"/>
4848
<dontSeeElementInDOM selector="{{PageBuilderStage.stageSnapshot}}" stepKey="dontSeeStageSnapshot"/>
49-
<actionGroup ref="VerifyFullScreen" stepKey="verifyFullScreen"/>
49+
<actionGroup ref="VerifyFullScreenActionGroup" stepKey="verifyFullScreen"/>
5050
</test>
5151
</tests>

0 commit comments

Comments
 (0)