Skip to content

Commit 795ced5

Browse files
committed
#544: Configurable Page Builder Full Screen Mode
- `AdminSetPageBuilderContentPreviewActionGroup` Naming Convention
1 parent 352eb7a commit 795ced5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

app/code/Magento/PageBuilder/Test/Mftf/ActionGroup/AdminSetPageBuilderContentPreviewActionGroup.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="adminSetPageBuilderContentPreviewActionGroup">
9+
<actionGroup name="AdminSetPageBuilderContentPreviewActionGroup">
1010
<annotations>
1111
<description>Sets "Enable Page Builder Content Preview" flag value.</description>
1212
</annotations>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@
2626
<actionGroup ref="ExpandAdminProductSectionActionGroup" stepKey="expandAdminProductSection"/>
2727
</before>
2828
<after>
29-
<actionGroup ref="adminSetPageBuilderContentPreviewActionGroup" stepKey="resetPageBuilderContentPreview"/>
29+
<actionGroup ref="AdminSetPageBuilderContentPreviewActionGroup" stepKey="resetPageBuilderContentPreview"/>
3030
<deleteData createDataKey="createCategory" stepKey="deleteCategory"/>
3131
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
3232
</after>
3333
<!-- Verify (Enabled) Content Preview -->
3434
<actionGroup ref="validatePageBuilderPreviewActionGroup" stepKey="validatePageBuilderPreviewActionGroup"/>
3535
<!-- Verify (Disabled) Content Preview -->
36-
<actionGroup ref="adminSetPageBuilderContentPreviewActionGroup" stepKey="disablePageBuilderContentPreview">
36+
<actionGroup ref="AdminSetPageBuilderContentPreviewActionGroup" stepKey="disablePageBuilderContentPreview">
3737
<argument name="enablePageBuilderContentPreview" value="0"/>
3838
</actionGroup>
3939
<reloadPage stepKey="reloadPage"/>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@
2929
<actionGroup ref="ExpandAdminProductSectionActionGroup" stepKey="expandAdminProductSection"/>
3030
</before>
3131
<after>
32-
<actionGroup ref="adminSetPageBuilderContentPreviewActionGroup" stepKey="resetPageBuilderContentPreview"/>
32+
<actionGroup ref="AdminSetPageBuilderContentPreviewActionGroup" stepKey="resetPageBuilderContentPreview"/>
3333
<deleteData createDataKey="createProduct" stepKey="deleteProduct"/>
3434
<deleteData createDataKey="createCategory" stepKey="deleteCategory"/>
3535
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
3636
</after>
3737
<!-- Verify (Enabled) Content Preview -->
3838
<actionGroup ref="validatePageBuilderPreviewActionGroup" stepKey="validatePageBuilderPreviewActionGroup"/>
3939
<!-- Verify (Disabled) Content Preview -->
40-
<actionGroup ref="adminSetPageBuilderContentPreviewActionGroup" stepKey="disablePageBuilderContentPreview">
40+
<actionGroup ref="AdminSetPageBuilderContentPreviewActionGroup" stepKey="disablePageBuilderContentPreview">
4141
<argument name="enablePageBuilderContentPreview" value="0"/>
4242
</actionGroup>
4343
<reloadPage stepKey="reloadPage"/>

0 commit comments

Comments
 (0)