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.
2 parents 6aef4c7 + ca4b325 commit b10c379Copy full SHA for b10c379
dev/tests/integration/testsuite/Magento/Cms/Fixtures/page_list.php
@@ -27,10 +27,12 @@
27
[
28
'title' => 'Page with 1column layout',
29
'is_active' => 1,
30
+ 'content' => '<h1>Test Page Content</h1>',
31
'page_layout' => '1column',
32
],
33
34
'title' => 'Page with unavailable layout',
35
36
37
'page_layout' => 'unavailable-layout',
38
0 commit comments