Skip to content

Commit 0d6a392

Browse files
committed
Merge remote-tracking branch 'pangolin/MC-230' into cms-team-2-sprint-13
2 parents 914fa68 + d9c30ca commit 0d6a392

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
<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>

0 commit comments

Comments
 (0)