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 98ed87f commit abafcb6Copy full SHA for abafcb6
test/test.js
@@ -165,7 +165,6 @@ describe('markdown-toolbar-element', function() {
165
pushKeyOnFocussedButton('ArrowRight')
166
167
assert.equal(getElementsWithTabindex(-1).length, 14)
168
- console.log(getElementsWithTabindex(0))
169
assert.deepEqual(getElementsWithTabindex(0), [document.querySelector('div[data-md-button]')])
170
assert.deepEqual(getElementsWithTabindex(0), [document.activeElement])
171
})
0 commit comments