Skip to content

Commit

Permalink
Fix failing tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
nfmohit committed Sep 23, 2024
1 parent ad7ad60 commit 8d548c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ describe( 'ErrorNotice', () => {

expect( getByText( /request access/i ) ).toBeInTheDocument();
expect(
getByRole( 'link', { name: /request access/i } )
getByRole( 'button', { name: /request access/i } )
).toHaveAttribute(
'href',
registry
Expand Down

0 comments on commit 8d548c0

Please sign in to comment.