We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0e2b77 commit e11b223Copy full SHA for e11b223
dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/ProductTest.php
@@ -432,6 +432,7 @@ public function testSaveDesign(): void
432
'store' => '0',
433
'set' => '4',
434
'back' => 'edit',
435
+ 'type_id' => \Magento\Catalog\Model\Product\Type::TYPE_SIMPLE,
436
'product' => [],
437
'is_downloadable' => '0',
438
'affect_configurable_product_attributes' => '1',
@@ -493,6 +494,7 @@ public function testSaveDesignWithDefaults(): void
493
494
495
496
497
498
499
500
'new_variation_attribute_set_id' => '4',
0 commit comments