diff --git a/superset-frontend/src/components/Select/Select.test.tsx b/superset-frontend/src/components/Select/Select.test.tsx index cf26babc4..b9deaf76f 100644 --- a/superset-frontend/src/components/Select/Select.test.tsx +++ b/superset-frontend/src/components/Select/Select.test.tsx @@ -151,6 +151,18 @@ test('searches for label or value', async () => { expect(options[0]).toHaveTextContent(option.label); }); +test('ignores case when searching', async () => { + render(); + await type('{shift}'); + expect(screen.queryByText(LOADING)).not.toBeInTheDocument(); +}); + test('searches for custom fields', async () => { render(