File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 425
425
<data name =" product/data/name" xsi : type =" string" >Simple Product %isolation%</data >
426
426
<data name =" product/data/sku" xsi : type =" string" >simple_sku_%isolation%</data >
427
427
<data name =" product/data/tax_class_id/dataset" xsi : type =" string" >taxable_goods</data >
428
- <data name =" product/data/price/value" xsi : type =" string" >10</data >
428
+ <data name =" product/data/price/value" xsi : type =" string" >10.02 </data >
429
429
<data name =" product/data/weight" xsi : type =" string" >1</data >
430
430
<data name =" product/data/quantity_and_stock_status/qty" xsi : type =" string" >1000</data >
431
431
<data name =" product/data/quantity_and_stock_status/is_in_stock" xsi : type =" string" >In Stock</data >
461
461
<data name =" product/data/country_of_manufacture" xsi : type =" string" >Antarctica</data >
462
462
<constraint name =" Magento\Catalog\Test\Constraint\AssertProductSaveMessage" />
463
463
</variation >
464
+ <variation name =" CreateSimpleProductEntityTestVariation29" summary =" Create Simple Product and assign it to custom website" >
465
+ <data name =" product/data/url_key" xsi : type =" string" >simple-product-%isolation%</data >
466
+ <data name =" product/data/name" xsi : type =" string" >Simple Product %isolation%</data >
467
+ <data name =" product/data/sku" xsi : type =" string" >simple_sku_%isolation%</data >
468
+ <data name =" product/data/price/value" xsi : type =" string" >200.20</data >
469
+ <data name =" product/data/weight" xsi : type =" string" >50</data >
470
+ <data name =" product/data/quantity_and_stock_status/qty" xsi : type =" string" >668</data >
471
+ <data name =" product/data/website_ids/0/dataset" xsi : type =" string" >custom_store</data >
472
+ <constraint name =" Magento\Catalog\Test\Constraint\AssertProductSaveMessage" />
473
+ <constraint name =" Magento\Catalog\Test\Constraint\AssertProductOnCustomWebsite" />
474
+ </variation >
464
475
</testCase >
465
476
</config >
You can’t perform that action at this time.
0 commit comments