From 39bdd899ab2ece67a838fb2a8f4a1aa1d7f2d7dd Mon Sep 17 00:00:00 2001 From: Aaron Robertshaw <60436221+aaronrobertshaw@users.noreply.github.com> Date: Thu, 16 Mar 2023 16:55:21 +1000 Subject: [PATCH] Fix editor selectors position in expected block settings --- tests/phpunit/tests/admin/includesPost.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ),