\n"
. '
A paragraph above the images for the cross-block click test.
' . "\n\n"; $content = $paragraph . $spacer . $imageBlock . $spacer . $imageBlock; $pageId = wp_insert_post([ 'post_type' => 'page', 'post_status' => 'publish', 'post_title' => 'QE Image Dropdown Orphan', 'post_content' => $content, ]); update_option('show_on_front', 'page'); update_option('page_on_front', $pageId);