diff --git a/packages/react/src/components/Listbox/index.test.tsx b/packages/react/src/components/Listbox/index.test.tsx index 53a6f1b0d..6ff5eda97 100644 --- a/packages/react/src/components/Listbox/index.test.tsx +++ b/packages/react/src/components/Listbox/index.test.tsx @@ -3,7 +3,6 @@ import { render, screen, fireEvent, waitFor } from '@testing-library/react'; import Listbox from './'; import { ListboxGroup, ListboxOption } from './'; import axe from '../../axe'; -import userEvent from '@testing-library/user-event'; const assertListItemIsActive = (index: number) => { const activeOption = screen.getAllByRole('option')[index];