File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
app/code/Magento/PageBuilder/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +18
-0
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 =" ../../../../../../../dev/tests/acceptance/vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Test/etc/testSchema.xsd" >
10
+ <test name =" StorefrontBundleProductDetailsTest" >
11
+ <before >
12
+ <actionGroup ref =" disablePageBuilderSetting" stepKey =" turnOffPageBuilder" after =" loginToAdminPanel" />
13
+ </before >
14
+ <after >
15
+ <actionGroup ref =" enablePageBuilderSetting" stepKey =" turnOnPageBuilder" before =" logout" />
16
+ </after >
17
+ </test >
18
+ </tests >
You can’t perform that action at this time.
0 commit comments