mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
fix(test): refine e2e accessiblity rules
This commit is contained in:
@@ -8,6 +8,7 @@ test('should not have any automatically detectable accessibility issues', async
|
||||
await page.waitForTimeout(2000)
|
||||
const accessibilityScanResults = await new AxeBuilder({ page })
|
||||
.withTags(['wcag2a', 'wcag2aa', 'wcag21a', 'wcag21aa'])
|
||||
.disableRules(['meta-viewport'])
|
||||
.setLegacyMode()
|
||||
.analyze()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user