Skip to content

Commit 19193f7

Browse files
Merge branch '614_deprecate-openpagebuilderfullscreen-action-group' of github.com:magento/magento2-page-builder into 609_content-type-toolbar-fullscreen-fix
2 parents 8660141 + 7eebad2 commit 19193f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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="This action group is no longer supported. Consider using `ClickEditWithPageBuilderButtonActionGroup` instead.">
1010
<waitForElementVisible selector="{{PageBuilderStage.openFullScreen}}" stepKey="waitForFullScreenButton"/>
1111
<click selector="{{PageBuilderStage.openFullScreen}}" stepKey="clickFullScreenButton"/>
1212
<waitForPageLoad stepKey="waitForFullScreenAnimation"/>

0 commit comments

Comments
 (0)