Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Nov 22, 2023
1 parent ef79b57 commit 60a2bfc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,7 @@ describe( 'DropdownMenu', () => {
// The contents of the suffix are rendered after the item's children
expect(
screen.getByRole( 'menuitemradio', {
name: 'Radio item oneRadio suffix',
name: 'Radio item one Radio suffix',
} )
).toBeInTheDocument();
} );
Expand Down

0 comments on commit 60a2bfc

Please sign in to comment.