Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Jul 31, 2023
1 parent 4b7f827 commit 59eec4d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -655,7 +655,7 @@ describe( 'DimensionsTool', () => {
name: 'Width',
} );

const heightInput = screen.getByRole( 'spinbutton', {
const heightInput = screen.queryByRole( 'spinbutton', {
name: 'Height',
} );

Expand Down

0 comments on commit 59eec4d

Please sign in to comment.