Skip to content

Commit 26f30a4

Browse files
committed
MAGETWO-64240: Magento\Catalog\Test\TestCase\Product\AddCompareProductsTest.test with data set "AddCompareProductsTestVariation3"
1 parent c5ea1ba commit 26f30a4

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Repository/ConfigurableProduct.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,7 @@
6262
<item name="is_in_stock" xsi:type="string">In Stock</item>
6363
</field>
6464
<field name="website_ids" xsi:type="array">
65-
<item name="0" xsi:type="array">
66-
<item name="dataset" xsi:type="string">default</item>
67-
</item>
65+
<item name="0" xsi:type="string">Main Website</item>
6866
</field>
6967
<field name="attribute_set_id" xsi:type="array">
7068
<item name="dataset" xsi:type="string">default</item>
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 © 2013-2017 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"
9+
xsi:noNamespaceSchemaLocation="../../../../../vendor/magento/mtf/Magento/Mtf/TestRunner/etc/testRunner.xsd">
10+
<rule scope="testsuite">
11+
<allow>
12+
<class value="Magento\Catalog\Test\TestCase\Product\AddCompareProductsTest" />
13+
</allow>
14+
</rule>
15+
</config>

0 commit comments

Comments
 (0)