Skip to content

Commit d0ca45c

Browse files
committed
MC-5279: Create product without tax class and tier price
1 parent ae611f6 commit d0ca45c

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/CreateSimpleProductEntityPartOneTest.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
<constraint name="Magento\Catalog\Test\Constraint\AssertProductInventoryMaxAllowedQty" />
2626
</variation>
2727
<variation name="CreateSimpleProductEntityTestVariation13">
28+
<data name="tag" xsi:type="string">mftf_migrated:yes</data>
29+
<data name="issue" xsi:type="string">MAGETWO-48850: Filtering Category Products using scope selector</data>
2830
<data name="description" xsi:type="string">Create simple product and check search by sku</data>
2931
<data name="product/data/url_key" xsi:type="string">simple-product-%isolation%</data>
3032
<data name="product/data/name" xsi:type="string">Simple Product %isolation%</data>
@@ -42,6 +44,8 @@
4244
<constraint name="Magento\Catalog\Test\Constraint\AssertProductPage" />
4345
</variation>
4446
<variation name="CreateSimpleProductEntityTestVariation14">
47+
<data name="tag" xsi:type="string">mftf_migrated:yes</data>
48+
<data name="issue" xsi:type="string">MC-6220: Add products to wishlist from Category page with multiple wishlist enabled</data>
4549
<data name="description" xsi:type="string">Create simple product and check visibility in category</data>
4650
<data name="product/data/url_key" xsi:type="string">simple-product-%isolation%</data>
4751
<data name="product/data/name" xsi:type="string">Simple Product %isolation%</data>

dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/CreateSimpleProductEntityPartTwoTest.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../../vendor/magento/mtf/etc/variations.xsd">
99
<testCase name="Magento\Catalog\Test\TestCase\Product\CreateSimpleProductEntityPartTwoTest" summary="Create Simple Product" ticketId="MAGETWO-23414">
1010
<variation name="CreateSimpleProductEntityTestVariation23" summary="Create Simple Product with Creating New Category (Required Fields Only)" ticketId="MAGETWO-27293">
11+
<data name="tag" xsi:type="string">mftf_migrated:yes</data>
12+
<data name="issue" xsi:type="string">MC-234: Admin should be able to create category from the product page</data>
1113
<data name="product/data/category_ids/new_category" xsi:type="string">yes</data>
1214
<data name="product/data/category_ids/dataset" xsi:type="string">default_subcategory_without_url_key</data>
1315
<data name="product/data/website_ids/0/dataset" xsi:type="string">default</data>
@@ -23,6 +25,8 @@
2325
<constraint name="Magento\UrlRewrite\Test\Constraint\AssertUrlRewriteProductInGrid" />
2426
</variation>
2527
<variation name="CreateSimpleProductEntityTestVariation24" summary="Create Simple Product and Assigning It to Category" ticketId="MAGETWO-12514">
28+
<data name="tag" xsi:type="string">mftf_migrated:yes</data>
29+
<data name="issue" xsi:type="string">MAGETWO-23414: Create Simple Product</data>
2630
<data name="product/data/url_key" xsi:type="string">simple-product-%isolation%</data>
2731
<data name="product/data/name" xsi:type="string">Simple Product %isolation%</data>
2832
<data name="product/data/sku" xsi:type="string">simple_sku_%isolation%</data>
@@ -79,6 +83,8 @@
7983
<constraint name="Magento\Catalog\Test\Constraint\AssertProductSaveMessage" />
8084
</variation>
8185
<variation name="CreateSimpleProductEntityTestVariation28" summary="Create product with tier price for not logged in customer">
86+
<data name="tag" xsi:type="string">mftf_migrated:yes</data>
87+
<data name="issue" xsi:type="string">MAGETWO-68921: Apply Tier Price to a product</data>
8288
<data name="product/data/url_key" xsi:type="string">simple-product-%isolation%</data>
8389
<data name="product/data/name" xsi:type="string">Simple Product %isolation%</data>
8490
<data name="product/data/sku" xsi:type="string">simple_sku_%isolation%</data>
@@ -118,6 +124,8 @@
118124
<constraint name="Magento\Catalog\Test\Constraint\AssertProductInCart" />
119125
</variation>
120126
<variation name="CreateSimpleProductEntityWithTierPriceTestVariation1" summary="Create Simple Product with fixed tier price.">
127+
<data name="tag" xsi:type="string">mftf_migrated:yes</data>
128+
<data name="issue" xsi:type="string">MAGETWO-68921: Apply Tier Price to a product</data>
121129
<data name="product/data/url_key" xsi:type="string">simple-product-%isolation%</data>
122130
<data name="product/data/name" xsi:type="string">Simple Product %isolation%</data>
123131
<data name="product/data/sku" xsi:type="string">simple_sku_%isolation%</data>
@@ -127,6 +135,8 @@
127135
<constraint name="Magento\Catalog\Test\Constraint\AssertProductTierPriceInCart" />
128136
</variation>
129137
<variation name="CreateSimpleProductEntityWithTierPriceTestVariation2" summary="Create Simple Product with percentage tier price.">
138+
<data name="tag" xsi:type="string">mftf_migrated:yes</data>
139+
<data name="issue" xsi:type="string">MAGETWO-68921: Apply Tier Price to a product</data>
130140
<data name="product/data/url_key" xsi:type="string">simple-product-%isolation%</data>
131141
<data name="product/data/name" xsi:type="string">Simple Product %isolation%</data>
132142
<data name="product/data/sku" xsi:type="string">simple_sku_%isolation%</data>

dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/CreateSimpleProductEntityTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ public function testCreate(
7979
$flushCache = false,
8080
$configData = null
8181
) {
82-
$this->markTestIncomplete('https://github.com/magento-engcom/msi/issues/1620');
8382

8483
$this->configData = $configData;
8584
$this->flushCache = $flushCache;

dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/CreateSimpleProductEntityTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@
182182
<constraint name="Magento\Catalog\Test\Constraint\AssertProductPage" />
183183
</variation>
184184
<variation name="CreateSimpleProductEntityTestVariation10" summary="Create in stock product and check threshold" ticketId="MAGETWO-43345">
185+
<data name="issue" xsi:type="string">https://github.com/magento-engcom/msi/issues/1620</data>
185186
<data name="configData" xsi:type="string">inventory_threshold_5</data>
186187
<data name="product/data/url_key" xsi:type="string">simple-product-%isolation%</data>
187188
<data name="product/data/name" xsi:type="string">Simple Product %isolation%</data>

0 commit comments

Comments
 (0)