File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed
dev/tests/functional/tests/app/Magento/Catalog/Test Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 66
66
</item >
67
67
</field >
68
68
</dataset >
69
+
70
+ <dataset name =" not_logged_in" >
71
+ <field name =" 0" xsi : type =" array" >
72
+ <item name =" price" xsi : type =" string" >90</item >
73
+ <item name =" website" xsi : type =" string" >All Websites [USD]</item >
74
+ <item name =" price_qty" xsi : type =" string" >2</item >
75
+ <item name =" customer_group" xsi : type =" array" >
76
+ <item name =" dataset" xsi : type =" string" >NOT_LOGGED_IN</item >
77
+ </item >
78
+ </field >
79
+ </dataset >
69
80
</repository >
70
81
</config >
Original file line number Diff line number Diff line change 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 =" CreateSimpleProductEntityTestVariation28" summary =" Create product with tier price for not logged in customer" >
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" >100</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" >667</data >
471
+ <data name =" product/data/tier_price/dataset" xsi : type =" string" >not_logged_in</data >
472
+ <constraint name =" Magento\Catalog\Test\Constraint\AssertProductSaveMessage" />
473
+ <constraint name =" Magento\Catalog\Test\Constraint\AssertProductTierPriceOnProductPage" />
474
+ </variation >
464
475
</testCase >
465
476
</config >
You can’t perform that action at this time.
0 commit comments