remove before each
This commit is contained in:
Родитель
d62bd067e3
Коммит
58282f3475
|
@ -96,6 +96,7 @@ describe('markdown-toolbar-element', function () {
|
|||
|
||||
describe('focus management', function () {
|
||||
function focusFirstButton() {
|
||||
document.querySelector('markdown-toolbar').focus()
|
||||
const button = document.querySelector('md-bold')
|
||||
button.focus()
|
||||
}
|
||||
|
@ -111,10 +112,6 @@ describe('markdown-toolbar-element', function () {
|
|||
return [...document.querySelectorAll(`markdown-toolbar [tabindex="${index}"]`)]
|
||||
}
|
||||
|
||||
beforeEach(() => {
|
||||
document.querySelector('markdown-toolbar').focus()
|
||||
})
|
||||
|
||||
it('moves focus to next button when ArrowRight is pressed', function () {
|
||||
focusFirstButton()
|
||||
pushKeyOnFocussedButton('ArrowRight')
|
||||
|
|
Загрузка…
Ссылка в новой задаче