Skip to content

Commit 332a7f1

Browse files
author
Cari Spruiell
committed
MC-3148: Create & Update MFTF Tests
- update tests and selectors
1 parent af2ec60 commit 332a7f1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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+
9+
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10+
xsi:noNamespaceSchemaLocation="../../../../../../../dev/tests/acceptance/vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/DataGenerator/etc/dataProfileSchema.xsd">
11+
<entity name="Layout" type="pagebuilder_layout">
12+
<data key="1column">1 column</data>
13+
</entity>
14+
</entities>

0 commit comments

Comments
 (0)