Skip to content

Commit

Permalink
fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Mar 17, 2020
1 parent 7610c3b commit c60ee27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/a11y.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ describe('<TabsComponent />', () => {
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,
Expand Down

0 comments on commit c60ee27

Please sign in to comment.