Skip to content

Commit 7318941

Browse files
committed
MAGETWO-60470: [Import Custom options] An error occurs on attempt to save the product with imported options
1 parent 4e4039f commit 7318941

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

dev/tests/functional/tests/app/Magento/Catalog/Test/Repository/Product/CustomOptions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<item name="price" xsi:type="string">20</item>
5656
<item name="price_type" xsi:type="string">Percent</item>
5757
<item name="sku" xsi:type="string">sku_drop_down_row_2</item>
58-
<item name="sort_order" xsi:type="string">0</item>
58+
<item name="sort_order" xsi:type="string">1</item>
5959
</item>
6060
</item>
6161
</field>

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,6 @@
328328
<constraint name="Magento\Catalog\Test\Constraint\AssertProductTierPriceOnProductPage" />
329329
</variation>
330330
<variation name="CreateSimpleProductEntityTestVariation18">
331-
<data name="issue" xsi:type="string">MAGETWO-60470: [Import Custom options] An error occurs on attempt to save the product with imported options</data>
332331
<data name="description" xsi:type="string">Create product wit suite of custom options</data>
333332
<data name="product/data/url_key" xsi:type="string">simple-product-%isolation%</data>
334333
<data name="product/data/name" xsi:type="string">Simple Product %isolation%</data>
@@ -341,7 +340,6 @@
341340
<data name="product/data/custom_options/dataset" xsi:type="string">options_suite</data>
342341
<data name="product/data/checkout_data/dataset" xsi:type="string">simple_options_suite</data>
343342
<data name="product/data/custom_options/import_products" xsi:type="string">catalogProductSimple::with_two_custom_option,catalogProductSimple::with_all_custom_option</data>
344-
<data name="issue" xsi:type="string">MAGETWO-58181: All kind of Custom Options have dynamic view on Bamboo</data>
345343
<constraint name="Magento\Catalog\Test\Constraint\AssertProductSaveMessage" />
346344
<constraint name="Magento\Catalog\Test\Constraint\AssertProductInGrid" />
347345
<constraint name="Magento\Catalog\Test\Constraint\AssertProductForm" />

0 commit comments

Comments
 (0)