Skip to content

Commit

Permalink
Add a testcase for tablist to interactive supports focus
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebeach committed Jun 22, 2020
1 parent d4dfccb commit 4ecaf35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions __tests__/src/rules/interactive-supports-focus-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ const alwaysValid = [
{ code: '<div role="radio" tabIndex="0" onClick={() => void 0} />' },
{ code: '<div role="spinbutton" tabIndex="0" onClick={() => void 0} />' },
{ code: '<div role="switch" tabIndex="0" onClick={() => void 0} />' },
{ code: '<div role="tablist" tabIndex="0" onClick={() => void 0} />' },
{ code: '<div role="tab" tabIndex="0" onClick={() => void 0} />' },
{ code: '<div role="textbox" tabIndex="0" onClick={() => void 0} />' },
{ code: '<div role="textbox" aria-disabled="true" onClick={() => void 0} />' },
Expand Down

0 comments on commit 4ecaf35

Please sign in to comment.