We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4daf992 commit 8073fd0Copy full SHA for 8073fd0
packages/e2e-test-utils-playwright/src/page/insert-block.js
@@ -26,7 +26,7 @@ async function insertBlock( blockRepresentation ) {
26
}
27
const block = recursiveCreateBlock( _blockRepresentation );
28
29
- window.wp.data.dispatch( 'core/editor' ).insertBlock( block );
+ window.wp.data.dispatch( 'core/block-editor' ).insertBlock( block );
30
}, blockRepresentation );
31
32
0 commit comments