docs(audit): narrow J10 coverage claim to what the bell test actually exercises

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-05-05 19:09:34 +02:00
parent 5518122b69
commit 649c3f8f8a

View File

@@ -99,7 +99,7 @@
**Pre-existing coverage:** Deep-link scroll in `notification-deep-link.spec.ts`.
**Gap filled:** A test seeds a comment, then via the bell button opens the notification dropdown, verifies the unread count badge, clicks a notification to mark it as read, and confirms the badge disappears.
**Gap filled:** A test in `notification-deep-link.spec.ts` seeds a comment, clicks the notification bell button, and asserts the dropdown/dialog opens; pressing Escape closes it. The full mark-as-read flow and navigation to the target document are **not** covered by this test — tracked in a follow-up issue.
---