Skip to content

Commit

Permalink
Revert: Skip failing post preview e2e tests (#69429)
Browse files Browse the repository at this point in the history
This reverts commit 8a3ef35.
  • Loading branch information
Mamaduka committed Mar 6, 2025
1 parent b8bf49d commit e36687e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test/e2e/specs/editor/various/preview.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ test.use( {
},
} );

// Reason: https://core.trac.wordpress.org/ticket/56992#comment:22.
test.describe.skip( 'Preview', () => {
test.describe( 'Preview', () => {
test.beforeEach( async ( { admin } ) => {
await admin.createNewPost();
} );
Expand Down Expand Up @@ -215,8 +214,7 @@ test.describe.skip( 'Preview', () => {
} );
} );

// Reason: https://core.trac.wordpress.org/ticket/56992#comment:22.
test.describe.skip( 'Preview with Custom Fields enabled', () => {
test.describe( 'Preview with Custom Fields enabled', () => {
test.beforeEach( async ( { admin, previewUtils } ) => {
await admin.createNewPost();
await previewUtils.toggleCustomFieldsOption( true );
Expand Down

0 comments on commit e36687e

Please sign in to comment.