Skip to content

Commit e11b223

Browse files
author
Stanislav Idolov
committed
MC-22853: [Integration Test]\Magento\Catalog\Controller\Adminhtml\ProductTest::testSaveDesignWithDefaults
1 parent d0e2b77 commit e11b223

File tree

1 file changed

+2
-0
lines changed
  • dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml

1 file changed

+2
-0
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/ProductTest.php

+2
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,7 @@ public function testSaveDesign(): void
432432
'store' => '0',
433433
'set' => '4',
434434
'back' => 'edit',
435+
'type_id' => \Magento\Catalog\Model\Product\Type::TYPE_SIMPLE,
435436
'product' => [],
436437
'is_downloadable' => '0',
437438
'affect_configurable_product_attributes' => '1',
@@ -493,6 +494,7 @@ public function testSaveDesignWithDefaults(): void
493494
'set' => '4',
494495
'back' => 'edit',
495496
'product' => [],
497+
'type_id' => \Magento\Catalog\Model\Product\Type::TYPE_SIMPLE,
496498
'is_downloadable' => '0',
497499
'affect_configurable_product_attributes' => '1',
498500
'new_variation_attribute_set_id' => '4',

0 commit comments

Comments
 (0)