We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8d2df5 + e15005c commit 7cf64f0Copy full SHA for 7cf64f0
app/code/Magento/PageBuilder/Test/Mftf/Suite/WYSIWYGDisabledSuite.xml
@@ -0,0 +1,18 @@
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
+<suites xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:mftf:Suite/etc/suiteSchema.xsd">
9
+ <suite name="WYSIWYGDisabledSuite">
10
+ <before>
11
+ <actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/>
12
+ <actionGroup ref="disablePageBuilderSetting" stepKey="turnOffPageBuilder"/>
13
+ </before>
14
+ <after>
15
+ <actionGroup ref="enablePageBuilderSetting" stepKey="turnOnPageBuilder"/>
16
+ </after>
17
+ </suite>
18
+</suites>
0 commit comments