Skip to content

Commit

Permalink
Try to fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Mar 2, 2024
1 parent 7d818fa commit ae3f479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/list/test/edit.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ describe( 'List block', () => {
await triggerBlockListLayout( listBlock );

// Get List item
const listItemBlock = await getBlock( screen, 'List item' );
const listItemBlock = await getBlock( screen, 'List Item' );
fireEvent.press( listItemBlock );

expect( listItemBlock ).toBeVisible();
Expand Down

0 comments on commit ae3f479

Please sign in to comment.