diff --git a/packages/e2e-tests/specs/editor/blocks/__snapshots__/buttons.test.js.snap b/packages/e2e-tests/specs/editor/blocks/__snapshots__/buttons.test.js.snap index bd06c7dbae3ade..d7ec73d815055c 100644 --- a/packages/e2e-tests/specs/editor/blocks/__snapshots__/buttons.test.js.snap +++ b/packages/e2e-tests/specs/editor/blocks/__snapshots__/buttons.test.js.snap @@ -3,7 +3,7 @@ exports[`Buttons can jump to the link editor using the keyboard shortcut 1`] = ` "
-
WordPress
+
WordPress
" `; diff --git a/packages/e2e-tests/specs/editor/blocks/buttons.test.js b/packages/e2e-tests/specs/editor/blocks/buttons.test.js index f0bba197cc9117..a723f308029488 100644 --- a/packages/e2e-tests/specs/editor/blocks/buttons.test.js +++ b/packages/e2e-tests/specs/editor/blocks/buttons.test.js @@ -20,9 +20,7 @@ describe( 'Buttons', () => { expect( await getEditedPostContent() ).toMatchSnapshot(); } ); - // Todo: Fix this intermittent test. - // eslint-disable-next-line jest/no-disabled-tests - it.skip( 'can jump to the link editor using the keyboard shortcut', async () => { + it( 'can jump to the link editor using the keyboard shortcut', async () => { await insertBlock( 'Buttons' ); await page.keyboard.type( 'WordPress' ); await pressKeyWithModifier( 'primary', 'k' );