Skip to content

Commit

Permalink
Re-enable skipped image e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin940726 committed Jun 26, 2024
1 parent 7bca2fa commit 5df5b9c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/e2e/specs/editor/blocks/image.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5df5b9c

Please sign in to comment.