From 30c6b5b8183c7f0a26f22eba1a62f690206d1da6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ella=20van=C2=A0Durpe?= Date: Wed, 24 Aug 2022 12:42:43 +0200 Subject: [PATCH] Work around e2e test issue --- test/e2e/specs/editor/blocks/list.spec.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/e2e/specs/editor/blocks/list.spec.js b/test/e2e/specs/editor/blocks/list.spec.js index ddd9156c46a88..7545056812614 100644 --- a/test/e2e/specs/editor/blocks/list.spec.js +++ b/test/e2e/specs/editor/blocks/list.spec.js @@ -680,6 +680,9 @@ test.describe( 'List', () => { ` ); + // To do: investigate why the toolbar is not showing up right after + // outdenting. + await page.keyboard.press( 'ArrowUp' ); await editor.clickBlockToolbarButton( 'Outdent' ); await expect.poll( editor.getEditedPostContent ).toBe(