We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cfcdc0 commit 0c21e19Copy full SHA for 0c21e19
dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/CategoryTest.php
@@ -233,7 +233,7 @@ public function saveActionDataProvider()
233
'display_mode' => true,
234
'meta_title' => true,
235
'custom_design' => true,
236
- 'page_layout' => true,
+ 'page_layout' => false,
237
'is_active' => true,
238
'include_in_menu' => true,
239
'landing_page' => true,
@@ -242,7 +242,7 @@ public function saveActionDataProvider()
242
'description' => true,
243
'meta_keywords' => true,
244
'meta_description' => true,
245
- 'custom_layout_update' => true,
+ 'custom_layout_update' => false,
246
'custom_design_from' => true,
247
'custom_design_to' => true,
248
'filter_price_range' => false
0 commit comments