test: fix flaky test (#2060)

deps-deps-up
Nolan Lawson 2021-07-03 18:07:54 -07:00 zatwierdzone przez GitHub
rodzic f13e5be3a0
commit 7bc9c3f263
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -1,6 +1,5 @@
import {
getActiveElementTagName,
getNthStatus,
getUrl,
searchButton, searchInput, searchNavButton
} from '../utils'
@ -13,7 +12,6 @@ fixture`040-shortcuts-search.js`
test('Pressing / goes to search and focuses input but does not prevent left/right hotkeys afterwards', async t => {
await loginAsFoobar(t)
await t
.expect(getNthStatus(1).exists).ok()
.pressKey('/')
.expect(getUrl()).contains('/search')
.expect(getActiveElementTagName()).match(/input/i)