Skip to content

Commit

Permalink
Update image-size.spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor committed Mar 23, 2023
1 parent 75705b0 commit 1c63528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/specs/editor/plugins/image-size.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ test.describe( 'changing image size', () => {

// Select the new size updated with the plugin.
await editor.openDocumentSettingsSidebar();
await page.selectOption( 'role=combobox[name="Image size"i]', {
await page.selectOption( 'role=combobox[name="Resolution"i]', {
label: 'Custom Size One',
} );

Expand Down

0 comments on commit 1c63528

Please sign in to comment.