From 92c072ad9cbb179b5f3b3652ab19af9013b8a29b Mon Sep 17 00:00:00 2001 From: Kai Hao Date: Wed, 26 Jun 2024 10:48:16 +0800 Subject: [PATCH] Revert "Skip failing image block test (#62781)" 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,