Skip to content

Commit f57c6b8

Browse files
author
lestare
committed
MAGETWO-61564: [Backport] - [Github] Can't modify product link widget conditions #6616 - for 2.0
1 parent 7f76633 commit f57c6b8

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/CreateCmsPageEntityTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<constraint name="Magento\Cms\Test\Constraint\AssertCmsPageSuccessSaveMessage" />
2828
<constraint name="Magento\Cms\Test\Constraint\AssertCmsPageForm" />
2929
</variation>
30-
<variation name="CreateCmsPageEntityTestVariation3">
30+
<variation name="CreateCmsPageEntityTestVariation3">
3131
<data name="description" xsi:type="string">Create page with widget and system variable</data>
3232
<data name="fixtureType" xsi:type="string">cmsPage</data>
3333
<data name="data/title" xsi:type="string">NewCmsPage%isolation%</data>
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0"?>
2+
<!--
3+
/**
4+
* Copyright © 2016 Magento. All rights reserved.
5+
* See COPYING.txt for license details.
6+
*/
7+
-->
8+
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9+
xsi:noNamespaceSchemaLocation="../../../../../vendor/magento/mtf/Magento/Mtf/TestRunner/etc/testRunner.xsd">
10+
<rule scope="testsuite">
11+
<allow>
12+
<class value="Magento\Cms\Test\TestCase\CreateCmsPageEntityTest" />
13+
</allow>
14+
</rule>
15+
</config>

0 commit comments

Comments
 (0)