import userEvent from '@testing-library/user-event'
import * as React from 'react'
import renderWithTheme from '../../tests/helpers/renderWithTheme'
import FocusLock from './FocusLock'
describe('component: FocusLock', () => {
test('prevents focus from leaving the focus lock when using the keyboard', () => {
const { getByText } = renderWithTheme(
<>