From 8b17d021c1310ea1bfc3d82ba5ecc1626c4b53af Mon Sep 17 00:00:00 2001 From: Andrew Duthie Date: Wed, 15 Jan 2020 18:32:10 -0500 Subject: [PATCH] E2E Tests: Unskip intermittent buttons test failure --- packages/e2e-tests/specs/editor/blocks/buttons.test.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/e2e-tests/specs/editor/blocks/buttons.test.js b/packages/e2e-tests/specs/editor/blocks/buttons.test.js index f0bba197cc911..a723f30802948 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' );