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 8bcad3d commit fb0296eCopy full SHA for fb0296e
test/test.js
@@ -135,8 +135,7 @@ describe('markdown-toolbar-element', function () {
135
document.querySelector('markdown-toolbar').setAttribute('data-no-focus', '')
136
focusFirstButton()
137
pushKeyOnFocussedButton('ArrowRight')
138
- assert.deepEqual(getElementsWithTabindex(0), [document.querySelector('md-bold')])
139
- assert.deepEqual(getElementsWithTabindex(0), [document.activeElement])
+ assert.lengthOf(getElementsWithTabindex(0), 0)
140
})
141
142
it('cycles focus round to last element from first when ArrowLeft is pressed', function () {
0 commit comments