|
@@ -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()
|
|
|
|