Skip to content

Commit 3c1d220

Browse files
oserediukduhon
authored andcommitted
MAGETWO-61222: [FT] CreateSimpleProductEntityTest fails on 2.0.11
1 parent ff9e35a commit 3c1d220

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,8 @@
401401
<data name="product/data/name" xsi:type="string">simple%isolation%</data>
402402
<data name="product/data/sku" xsi:type="string">simple%isolation%</data>
403403
<data name="product/data/price/value" xsi:type="string">10</data>
404+
<data name="product/data/quantity_and_stock_status/qty" xsi:type="string">1000</data>
405+
<data name="product/data/quantity_and_stock_status/is_in_stock" xsi:type="string">In Stock</data>
404406
<constraint name="Magento\Catalog\Test\Constraint\AssertProductSaveMessage" />
405407
<constraint name="Magento\Catalog\Test\Constraint\AssertProductInCategory" />
406408
<constraint name="Magento\Catalog\Test\Constraint\AssertProductPage" />

0 commit comments

Comments
 (0)