diff --git a/tests/phpunit/tests/admin/includesPost.php b/tests/phpunit/tests/admin/includesPost.php index b1262990cde57..920c1c43429ce 100644 --- a/tests/phpunit/tests/admin/includesPost.php +++ b/tests/phpunit/tests/admin/includesPost.php @@ -847,8 +847,8 @@ public function test_get_block_editor_server_block_settings() { 'lock' => array( 'type' => 'object' ), ), 'usesContext' => array(), - 'editorSelectors' => array( 'root' => '.editor-only.wp-block-test' ), 'selectors' => array( 'root' => '.wp-block-test' ), + 'editorSelectors' => array( 'root' => '.editor-only.wp-block-test' ), 'category' => 'common', 'styles' => array(), 'ancestor' => array( 'core/test-ancestor' ),