Skip to content

Commit

Permalink
Revert "Skip failing image block test (#62781)" (#62854)
Browse files Browse the repository at this point in the history
Co-authored-by: kevin940726 <[email protected]>
Co-authored-by: talldan <[email protected]>
Co-authored-by: andrewserong <[email protected]>

This reverts commit 7f40c68.
  • Loading branch information
kevin940726 committed Jul 2, 2024
1 parent 67d7413 commit 42adfaf
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 42adfaf

Please sign in to comment.