Skip to content

Commit

Permalink
Cover block: fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewserong committed Mar 29, 2023
1 parent 6ed8593 commit a613956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/cover/test/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ describe( 'Cover block', () => {

await selectBlock( 'Block: Cover' );
await userEvent.type(
screen.getByLabelText( 'Alt text (alternative text)' ),
screen.getByLabelText( 'Alternative text' ),
'Me'
);
expect( screen.getByAltText( 'Me' ) ).toBeInTheDocument();
Expand Down

0 comments on commit a613956

Please sign in to comment.