diff --git a/packages/e2e-tests/specs/editor/various/reusable-blocks.test.js b/packages/e2e-tests/specs/editor/various/reusable-blocks.test.js index 46d887e4376ef..6cd4b93e93c1d 100644 --- a/packages/e2e-tests/specs/editor/various/reusable-blocks.test.js +++ b/packages/e2e-tests/specs/editor/various/reusable-blocks.test.js @@ -292,7 +292,7 @@ describe( 'Reusable blocks', () => { ); paragraphBlock.focus(); await pressKeyWithModifier( 'primary', 'a' ); - await page.keyboard.press( 'ArrowRight' ); + await page.keyboard.press( 'End' ); await page.keyboard.type( ' modified' ); // Wait for async mode to dispatch the update.