Skip to content

Commit a7f8248

Browse files
author
Cari Spruiell
committed
MC-2374: Create MFTF Tests
- fix MTF test
1 parent f551f67 commit a7f8248

File tree

1 file changed

+12
-0
lines changed
  • dev/tests/functional/tests/app/Magento/Cms/Test/Page

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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+
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/mtf/etc/pages.xsd">
9+
<page name="CmsPage" mca="cms/page" module="Magento_Cms">
10+
<block name="cmsPageBlock" class="Magento\Cms\Test\Block\Page" locator=".page-main-full-width" strategy="css selector" />
11+
</page>
12+
</config>

0 commit comments

Comments
 (0)