Skip to content

Commit

Permalink
Work around e2e test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix authored and oandregal committed Aug 24, 2022
1 parent 64b8794 commit 30c6b5b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/e2e/specs/editor/blocks/list.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -680,6 +680,9 @@ test.describe( 'List', () => {
<!-- /wp: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(
Expand Down

0 comments on commit 30c6b5b

Please sign in to comment.