Skip to content

Commit 06f88ee

Browse files
committed
MAGETWO-57165: [Backport] - 'Add Products Manually' link is not available after removing all variations #2703 - for 2.0
1 parent eef4646 commit 06f88ee

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/TestCase/CreateConfigurableProductEntityTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@
131131
<constraint name="Magento\ConfigurableProduct\Test\Constraint\AssertConfigurableProductPage" />
132132
</variation>
133133
<variation name="CreateConfigurableProductEntityTestVariation10" summary="Add Products Manualy To Configurable Product" ticketId="MAGETWO-63563">
134+
<data name="tag" xsi:type="string">test_type:add_manually_products</data>
134135
<data name="description" xsi:type="string">Create product with assigned products to options</data>
135136
<data name="variationsAddType" xsi:type="string">manually</data>
136137
<data name="product/data/url_key" xsi:type="string">configurable-product-%isolation%</data>
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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\ConfigurableProduct\Test\TestCase\CreateConfigurableProductEntityTest" />
13+
</allow>
14+
</rule>
15+
<rule scope="variation">
16+
<allow>
17+
<tag group="test_type" value="add_manually_products" />
18+
</allow>
19+
</rule>
20+
</config>

0 commit comments

Comments
 (0)