Skip to content

Commit

Permalink
Revert "Temp disable test for Classic Block Media issue (#65793)" (#6…
Browse files Browse the repository at this point in the history
…5809)

This reverts commit 8477a61.

Co-authored-by: peterwilsoncc <peterwilsoncc@git.wordpress.org>
Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
  • Loading branch information
3 people authored Oct 1, 2024
1 parent 58e7844 commit 2f0f6b8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/e2e/specs/editor/blocks/classic.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,7 @@ test.describe( 'Classic', () => {
await expect.poll( editor.getEditedPostContent ).toBe( 'test' );
} );

// Reinitiate once this ticket is fixed:
// https://core.trac.wordpress.org/ticket/60666
// eslint-disable-next-line playwright/no-skipped-test
test.skip( 'should insert media, convert to blocks, and undo in one step', async ( {
test( 'should insert media, convert to blocks, and undo in one step', async ( {
editor,
mediaUtils,
page,
Expand Down

0 comments on commit 2f0f6b8

Please sign in to comment.