diff --git a/src/internal/single-tab-stop/__tests__/context.test.tsx b/src/internal/single-tab-stop/__tests__/context.test.tsx index abacf2b..0ba4eb6 100644 --- a/src/internal/single-tab-stop/__tests__/context.test.tsx +++ b/src/internal/single-tab-stop/__tests__/context.test.tsx @@ -64,15 +64,6 @@ test('does not override tab index when keyboard navigation is not active', () => expect(document.querySelector('#button')).not.toHaveAttribute('tabIndex'); }); -test('(legacy coverage) does not override tab index when keyboard navigation is not active', () => { - render( - -