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.
1 parent f551f67 commit a7f8248Copy full SHA for a7f8248
dev/tests/functional/tests/app/Magento/Cms/Test/Page/CmsPage.xml
@@ -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