Skip to content

Commit

Permalink
Fix editor selectors position in expected block settings
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw committed Mar 16, 2023
1 parent 59033a6 commit 635ffee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpunit/tests/admin/includesPost.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' ),
Expand Down

0 comments on commit 635ffee

Please sign in to comment.