File tree Expand file tree Collapse file tree 3 files changed +36
-3
lines changed
app/code/Magento/PageBuilder Expand file tree Collapse file tree 3 files changed +36
-3
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!--
3
+ /**
4
+ * Copyright © Magento, Inc. All rights reserved.
5
+ * See COPYING.txt for license details.
6
+ */
7
+ -->
8
+ <tests xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
+ xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/testSchema.xsd" >
10
+ <test name =" CheckStaticBlocksTest" >
11
+ <before >
12
+ <magentoCLI command =" config:set cms/pagebuilder/enabled 0" stepKey =" disablePageBuilder" />
13
+ </before >
14
+ <after >
15
+ <magentoCLI command =" config:set cms/pagebuilder/enabled 1" stepKey =" enablePageBuilder" />
16
+ </after >
17
+ </test >
18
+ </tests >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!--
3
+ /**
4
+ * Copyright © Magento, Inc. All rights reserved.
5
+ * See COPYING.txt for license details.
6
+ */
7
+ -->
8
+ <tests xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
+ xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/testSchema.xsd" >
10
+ <test name =" StorefrontSwatchAttributesDisplayInWidgetCMSTest" >
11
+ <before >
12
+ <magentoCLI command =" config:set cms/pagebuilder/enabled 0" stepKey =" disablePageBuilder" />
13
+ </before >
14
+ <after >
15
+ <magentoCLI command =" config:set cms/pagebuilder/enabled 1" stepKey =" enablePageBuilder" />
16
+ </after >
17
+ </test >
18
+ </tests >
Original file line number Diff line number Diff line change 17
17
"magento/module-directory" : " *" ,
18
18
"php" : " ~7.1.3||~7.2.0"
19
19
},
20
- "suggest" : {
21
- "magento/module-page-builder-data-migration" : " *"
22
- },
23
20
"conflict" : {
24
21
"gene/bluefoot" : " *"
25
22
},
You can’t perform that action at this time.
0 commit comments