Skip to content

Commit 8cb8b8a

Browse files
committed
Merge remote-tracking branch 'origin/MAGETWO-60470' into 2.2-develop-pr9
2 parents c44dc61 + 8f0ff8e commit 8cb8b8a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
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/CreateSimpleProductEntityPartOneTest.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,7 @@
115115
<constraint name="Magento\Catalog\Test\Constraint\AssertProductPage" />
116116
<constraint name="Magento\Catalog\Test\Constraint\AssertProductTierPriceOnProductPage" />
117117
</variation>
118-
<variation name="CreateSimpleProductEntityTestVariation18">
119-
<data name="issue" xsi:type="string">MAGETWO-60470: [Import Custom options] An error occurs on attempt to save the product with imported options</data>
118+
<variation name="CreateSimpleProductEntityTestVariation18" summary="Create simple product with imported options" ticketId="MAGETWO-71386">
120119
<data name="description" xsi:type="string">Create product wit suite of custom options</data>
121120
<data name="product/data/url_key" xsi:type="string">simple-product-%isolation%</data>
122121
<data name="product/data/name" xsi:type="string">Simple Product %isolation%</data>
@@ -129,7 +128,6 @@
129128
<data name="product/data/custom_options/dataset" xsi:type="string">options_suite</data>
130129
<data name="product/data/checkout_data/dataset" xsi:type="string">simple_options_suite</data>
131130
<data name="product/data/custom_options/import_products" xsi:type="string">catalogProductSimple::with_two_custom_option,catalogProductSimple::with_all_custom_option</data>
132-
<data name="issue" xsi:type="string">MAGETWO-58181: All kind of Custom Options have dynamic view on Bamboo</data>
133131
<constraint name="Magento\Catalog\Test\Constraint\AssertProductSaveMessage" />
134132
<constraint name="Magento\Catalog\Test\Constraint\AssertProductInGrid" />
135133
<constraint name="Magento\Catalog\Test\Constraint\AssertProductForm" />

0 commit comments

Comments
 (0)