Skip to content

Commit

Permalink
Update test/integration/virtual-rules/aria-text.js
Browse files Browse the repository at this point in the history
Co-authored-by: Wilco Fiers <[email protected]>
  • Loading branch information
dbowling and WilcoFiers authored Aug 9, 2022
1 parent bc940b0 commit 7c75a6e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/integration/virtual-rules/aria-text.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ describe('aria-text virtual-rule', function () {
}
});
var child = new axe.SerialVirtualNode({
nodeName: 'button',
nodeName: 'div',
attributes: {
role: 'widget'
role: 'button',
tabindex: 0
}
});
node.children = [child];
Expand Down

0 comments on commit 7c75a6e

Please sign in to comment.