File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
app/code/Magento/PageBuilder/Test/Mftf
AdminCatalogCategoryDisablePageBuilderTest
AdminCatalogProductDisablePageBuilderTest Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
*/
7
7
-->
8
8
<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 " >
10
10
<annotations >
11
11
<description >Sets "Enable Page Builder Content Preview" flag value.</description >
12
12
</annotations >
Original file line number Diff line number Diff line change 26
26
<actionGroup ref =" ExpandAdminProductSectionActionGroup" stepKey =" expandAdminProductSection" />
27
27
</before >
28
28
<after >
29
- <actionGroup ref =" adminSetPageBuilderContentPreviewActionGroup " stepKey =" resetPageBuilderContentPreview" />
29
+ <actionGroup ref =" AdminSetPageBuilderContentPreviewActionGroup " stepKey =" resetPageBuilderContentPreview" />
30
30
<deleteData createDataKey =" createCategory" stepKey =" deleteCategory" />
31
31
<actionGroup ref =" AdminLogoutActionGroup" stepKey =" logout" />
32
32
</after >
33
33
<!-- Verify (Enabled) Content Preview -->
34
34
<actionGroup ref =" validatePageBuilderPreviewActionGroup" stepKey =" validatePageBuilderPreviewActionGroup" />
35
35
<!-- Verify (Disabled) Content Preview -->
36
- <actionGroup ref =" adminSetPageBuilderContentPreviewActionGroup " stepKey =" disablePageBuilderContentPreview" >
36
+ <actionGroup ref =" AdminSetPageBuilderContentPreviewActionGroup " stepKey =" disablePageBuilderContentPreview" >
37
37
<argument name =" enablePageBuilderContentPreview" value =" 0" />
38
38
</actionGroup >
39
39
<reloadPage stepKey =" reloadPage" />
Original file line number Diff line number Diff line change 29
29
<actionGroup ref =" ExpandAdminProductSectionActionGroup" stepKey =" expandAdminProductSection" />
30
30
</before >
31
31
<after >
32
- <actionGroup ref =" adminSetPageBuilderContentPreviewActionGroup " stepKey =" resetPageBuilderContentPreview" />
32
+ <actionGroup ref =" AdminSetPageBuilderContentPreviewActionGroup " stepKey =" resetPageBuilderContentPreview" />
33
33
<deleteData createDataKey =" createProduct" stepKey =" deleteProduct" />
34
34
<deleteData createDataKey =" createCategory" stepKey =" deleteCategory" />
35
35
<actionGroup ref =" AdminLogoutActionGroup" stepKey =" logout" />
36
36
</after >
37
37
<!-- Verify (Enabled) Content Preview -->
38
38
<actionGroup ref =" validatePageBuilderPreviewActionGroup" stepKey =" validatePageBuilderPreviewActionGroup" />
39
39
<!-- Verify (Disabled) Content Preview -->
40
- <actionGroup ref =" adminSetPageBuilderContentPreviewActionGroup " stepKey =" disablePageBuilderContentPreview" >
40
+ <actionGroup ref =" AdminSetPageBuilderContentPreviewActionGroup " stepKey =" disablePageBuilderContentPreview" >
41
41
<argument name =" enablePageBuilderContentPreview" value =" 0" />
42
42
</actionGroup >
43
43
<reloadPage stepKey =" reloadPage" />
You can’t perform that action at this time.
0 commit comments