Skip to content

Commit 3b0b560

Browse files
cspruiellStanislav Idolov
authored andcommitted
MC-4259: Fix Skipped MTF Test CreateWidgetHierarchyNodeLinkTestVariation2_0
- remove page override and update selector to be compatible with core & PB pages
1 parent a451ce4 commit 3b0b560

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

dev/tests/functional/tests/app/Magento/Cms/Test/Page/CmsPage.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
-->
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/mtf/etc/pages.xsd">
99
<page name="CmsPage" mca="cms/page" module="Magento_Cms">
10-
<block name="cmsPageBlock" class="Magento\Cms\Test\Block\Page" locator=".page-main" strategy="css selector" />
10+
<block name="cmsPageBlock" class="Magento\Cms\Test\Block\Page" locator="#maincontent" strategy="css selector" />
1111
</page>
1212
</config>

0 commit comments

Comments
 (0)