test(a11y): add /chronik to AUTHENTICATED_PAGES for axe-playwright sweep

Three free axe checks light up (light / system-dark / manual-dark) without
further code changes — they run the existing parameterized spec against
/chronik.

Part of #285.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-04-20 17:08:33 +02:00
committed by marcel
parent 93c80671e2
commit 089a1d063a

View File

@@ -10,6 +10,7 @@ import { test, expect } from '@playwright/test';
const AUTHENTICATED_PAGES = [
{ name: 'home', path: '/' },
{ name: 'persons', path: '/persons' },
{ name: 'chronik', path: '/chronik' },
{ name: 'admin', path: '/admin' }
];