From 42adfafb4c7bfa3d5656b4f0b3cac15da711ad3c Mon Sep 17 00:00:00 2001 From: Kai Hao Date: Tue, 2 Jul 2024 08:11:59 +0800 Subject: [PATCH] Revert "Skip failing image block test (#62781)" (#62854) Co-authored-by: kevin940726 Co-authored-by: talldan Co-authored-by: andrewserong This reverts commit 7f40c68d4dbf4e7b81d55109d73ca749fe217714. --- test/e2e/specs/editor/blocks/image.spec.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/test/e2e/specs/editor/blocks/image.spec.js b/test/e2e/specs/editor/blocks/image.spec.js index edbd05f90c808..3cb1565c8d416 100644 --- a/test/e2e/specs/editor/blocks/image.spec.js +++ b/test/e2e/specs/editor/blocks/image.spec.js @@ -293,10 +293,7 @@ test.describe( 'Image', () => { ).toMatchSnapshot(); } ); - // Reason - skipped temporarily until this issue is fixed: - // https://github.com/WordPress/wordpress-develop/pull/6875#issuecomment-2185694119 - // eslint-disable-next-line playwright/no-skipped-test - test.skip( 'allows changing aspect ratio using the crop tools', async ( { + test( 'allows changing aspect ratio using the crop tools', async ( { editor, page, imageBlockUtils,