vikunja/frontend/tests/e2e/user
kolaente 6f85a7fb6b feat(a11y): fix heading hierarchy across pages
- Home: greeting H2 → H1 (page needs a top-level heading)
- Task detail: task ID H1 → span (only title should be H1)
- Task detail: H6 breadcrumb → nav element
- App header: project title H1 → span (avoids duplicate H1)

Fixes WCAG 1.3.1 (Info and Relationships) and 2.4.6 (Headings).
2026-04-21 11:44:36 +00:00
..
settings test(e2e): await DELETE in caldav token revoke test to avoid race 2026-04-21 10:50:09 +00:00
api-tokens.spec.ts feat(api-tokens): support title and scopes query parameters (#2143) 2026-01-24 18:08:23 +00:00
email-confirmation.spec.ts test(e2e): assert wrong password blocks email change 2026-04-21 10:50:09 +00:00
login.spec.ts feat(a11y): fix heading hierarchy across pages 2026-04-21 11:44:36 +00:00
logout.spec.ts chore: remove redundant truncate calls now that all tables are wiped before each test 2026-04-05 09:48:09 +00:00
oauth-authorize.spec.ts test: add tests for OAuth 2.0 authorization flow 2026-03-27 23:05:04 +00:00
openid-login.spec.ts feat(a11y): fix heading hierarchy across pages 2026-04-21 11:44:36 +00:00
password-reset.spec.ts chore: remove redundant truncate calls now that all tables are wiped before each test 2026-04-05 09:48:09 +00:00
registration.spec.ts feat(a11y): fix heading hierarchy across pages 2026-04-21 11:44:36 +00:00
session-refresh.spec.ts feat(a11y): fix heading hierarchy across pages 2026-04-21 11:44:36 +00:00
settings.spec.ts test(e2e): add Playwright test for avatar cache invalidation 2026-02-13 09:31:28 +01:00