File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed
testsuites/Magento/Mtf/TestSuite/InjectableTests
tests/app/Magento/ConfigurableProduct/Test/Repository Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 62
62
<item name =" is_in_stock" xsi : type =" string" >In Stock</item >
63
63
</field >
64
64
<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 >
68
66
</field >
69
67
<field name =" attribute_set_id" xsi : type =" array" >
70
68
<item name =" dataset" xsi : type =" string" >default</item >
Original file line number Diff line number Diff line change
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 >
You can’t perform that action at this time.
0 commit comments