Skip to content

Commit 53cf58e

Browse files
danielroewojtekmaj
authored andcommitted
test: remove 2s timeout
1 parent 83c363a commit 53cf58e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/nuxt/a11y.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1978,7 +1978,6 @@ describe('background theme accessibility', () => {
19781978
it(`${colorMode}/${bgTheme}`, async () => {
19791979
applyTheme(colorMode, bgTheme)
19801980
const results = await runAxe(await mount())
1981-
await new Promise(resolve => setTimeout(resolve, 2000))
19821981
expect(results.violations).toEqual([])
19831982
})
19841983
}

0 commit comments

Comments
 (0)