Skip to content

Commit

Permalink
Fixes test description
Browse files Browse the repository at this point in the history
Co-authored-by: Geido <60598000+geido@users.noreply.github.com>
  • Loading branch information
michael-s-molina and geido committed Sep 1, 2022
1 parent e4bbfee commit 7075753
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ test('fires a new request if all values have not been fetched', async () => {
expect(mock).toHaveBeenCalledTimes(2);
});

test('does not renders a helper text by default', async () => {
test('does not render a helper text by default', async () => {
render(<AsyncSelect {...defaultProps} />);
await open();
expect(screen.queryByRole('note')).not.toBeInTheDocument();
Expand Down

0 comments on commit 7075753

Please sign in to comment.