File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
dev/tests/functional/tests/app/Magento/Catalog/Test
Handler/CatalogProductSimple Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,6 @@ protected function prepareData()
141
141
protected function convertData ()
142
142
{
143
143
$ fields = [];
144
- $ this ->websiteIds = $ this ->fields ['product ' ]['website_ids ' ];
145
144
146
145
unset($ this ->fields ['product ' ]['website_ids ' ]);
147
146
unset($ this ->fields ['product ' ]['checkout_data ' ]);
Original file line number Diff line number Diff line change 1215
1215
<item name =" dataset" xsi : type =" string" >taxable_goods</item >
1216
1216
</field >
1217
1217
<field name =" website_ids" xsi : type =" array" >
1218
- <item name =" 0" xsi : type =" string" >Main Website</item >
1218
+ <item name =" 0" xsi : type =" array" >
1219
+ <item name =" dataset" xsi : type =" string" >default</item >
1220
+ </item >
1219
1221
</field >
1220
1222
<field name =" visibility" xsi : type =" string" >Catalog, Search</field >
1221
1223
<field name =" url_key" xsi : type =" string" >simple-product-%isolation%</field >
You can’t perform that action at this time.
0 commit comments