We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfad19f commit 3e2f971Copy full SHA for 3e2f971
test/test.js
@@ -46,7 +46,8 @@ describe('combobox-nav', function() {
46
47
combobox.stop()
48
press(input, 'ArrowDown')
49
- assert.equal(list.children[2].getAttribute('aria-selected'), 'true')
+ assert(!input.hasAttribute('aria-activedescendant'), 'Nothing should be selected')
50
+ assert(!list.querySelector('[aria-selected=true]'), 'Nothing should be selected')
51
52
combobox.destroy()
53
assert.equal(list.children[2].getAttribute('aria-selected'), 'false')
0 commit comments