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 7075753 commit 69edd74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/src/components/Select/Select.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ test('triggers getPopupContainer if passed', async () => {
expect(getPopupContainer).toHaveBeenCalled();
});

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

0 comments on commit 69edd74

Please sign in to comment.