Skip to content

Commit

Permalink
List e2e: run all tests with iframe (#54181)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix authored Sep 5, 2023
1 parent 5149ab5 commit 679e23c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/e2e/specs/editor/blocks/list.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -735,13 +735,6 @@ test.describe( 'List (@firefox)', () => {
} );

test( 'should indent and outdent level 2', async ( { editor, page } ) => {
// To do: run with iframe.
await page.evaluate( () => {
window.wp.blocks.registerBlockType( 'test/v2', {
apiVersion: '2',
title: 'test',
} );
} );
await editor.insertBlock( { name: 'core/list' } );
await page.keyboard.type( 'a' );
await page.keyboard.press( 'Enter' );
Expand Down

1 comment on commit 679e23c

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in 679e23c.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/6083347470
📝 Reported issues:

Please sign in to comment.