Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List: use nested blocks #42711

Merged
merged 17 commits into from
Aug 24, 2022
Prev Previous commit
Work around e2e test issue
  • Loading branch information
ellatrix authored and oandregal committed Aug 24, 2022
commit 30c6b5b8183c7f0a26f22eba1a62f690206d1da6
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