diff --git a/tests/a11y.spec.js b/tests/a11y.spec.js index faa8fc1b..8839f7d9 100644 --- a/tests/a11y.spec.js +++ b/tests/a11y.spec.js @@ -78,7 +78,7 @@ describe('', () => { expect(document.activeElement).toBe(thirdTab.getDOMNode()); }); - fit('xxxx', () => { + it('extraContent not listen keyboard naviagtion', () => { wrapper.find('#input').simulate('keyDown', { keyCode: KeyCode.RIGHT, which: KeyCode.RIGHT,