Skip to content

Commit

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

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 and huubl committed Oct 2, 2024
1 parent 3829579 commit 421eda0
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 421eda0

Please sign in to comment.