Skip to content

Commit b10c379

Browse files
committed
Merge remote-tracking branch 'origin/MC-34254' into 2.4-develop-pr75
2 parents 6aef4c7 + ca4b325 commit b10c379

File tree

1 file changed

+2
-0
lines changed
  • dev/tests/integration/testsuite/Magento/Cms/Fixtures

1 file changed

+2
-0
lines changed

dev/tests/integration/testsuite/Magento/Cms/Fixtures/page_list.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,12 @@
2727
[
2828
'title' => 'Page with 1column layout',
2929
'is_active' => 1,
30+
'content' => '<h1>Test Page Content</h1>',
3031
'page_layout' => '1column',
3132
],
3233
[
3334
'title' => 'Page with unavailable layout',
35+
'content' => '<h1>Test Page Content</h1>',
3436
'is_active' => 1,
3537
'page_layout' => 'unavailable-layout',
3638
],

0 commit comments

Comments
 (0)