diff --git a/docs/audits/e2e-coverage-report.md b/docs/audits/e2e-coverage-report.md index 0ffa8886..fa5a9a5d 100644 --- a/docs/audits/e2e-coverage-report.md +++ b/docs/audits/e2e-coverage-report.md @@ -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. ---