Skip to content

Commit

Permalink
Update image.spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor committed Oct 4, 2023
1 parent 82ad733 commit 723c0e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/specs/editor/blocks/image.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ test.describe( 'Image', () => {
await editor.clickBlockToolbarButton( 'Crop' );
await editor.clickBlockToolbarButton( 'Aspect Ratio' );
await page.click(
'role=menu[name="Aspect Ratio"i] >> role=menuitemradio[name="16:10"i]'
'role=menu[name="Aspect Ratio"i] >> role=menuitemradio[name="16:9"i]'
);
await editor.clickBlockToolbarButton( 'Apply' );

Expand Down

0 comments on commit 723c0e2

Please sign in to comment.