mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
fix a11y e2e test timeout
This commit is contained in:
@@ -4,6 +4,7 @@ import { expect } from '@playwright/test'
|
||||
import AxeBuilder from '@axe-core/playwright'
|
||||
|
||||
test('should not have any automatically detectable accessibility issues', async ({ page }) => {
|
||||
test.slow()
|
||||
await createRandomPage(page)
|
||||
await page.waitForTimeout(2000)
|
||||
const accessibilityScanResults = await new AxeBuilder({ page })
|
||||
|
||||
Reference in New Issue
Block a user