diff --git a/test/unit/list/index.test.tsx b/test/unit/list/index.test.tsx index 95c0348e9..ede98b575 100644 --- a/test/unit/list/index.test.tsx +++ b/test/unit/list/index.test.tsx @@ -416,7 +416,7 @@ test('renders 3 list items', () => { assert.equal(wrapper.childAt(0).children().length, 3); }); -test.only('renders list items with tabindex=-1 and first with tabindex=0', () => { +test('renders list items with tabindex=-1 and first with tabindex=0', () => { const wrapper = mount( {threeChildren()}