test(web): notification bell source assertion is stale #427

Open
opened 2026-06-04 14:56:16 +00:00 by simon · 0 comments
Owner

While validating a CT-Automation run-history change, pnpm --filter web test:unit failed in apps/web/lib/notifications/notification-bell.test.mjs at the test named notification bell awaits mark-as-read before navigating to a resource.

Evidence from the task worktree:

not ok 410 - notification bell awaits mark-as-read before navigating to a resource
location: apps/web/lib/notifications/notification-bell.test.mjs:9:1
failureType: testCodeFailure

The focused CT-Automation tests, web type-check, and CT-Automation e2e spec all passed, so this appears to be an existing static-contract issue outside the current task.

Suggested fix: inspect the current notification bell implementation and update either the code or the stale source assertion so the test reflects the intended navigation/mark-as-read contract.

While validating a CT-Automation run-history change, `pnpm --filter web test:unit` failed in `apps/web/lib/notifications/notification-bell.test.mjs` at the test named `notification bell awaits mark-as-read before navigating to a resource`. Evidence from the task worktree: ```text not ok 410 - notification bell awaits mark-as-read before navigating to a resource location: apps/web/lib/notifications/notification-bell.test.mjs:9:1 failureType: testCodeFailure ``` The focused CT-Automation tests, web type-check, and CT-Automation e2e spec all passed, so this appears to be an existing static-contract issue outside the current task. Suggested fix: inspect the current notification bell implementation and update either the code or the stale source assertion so the test reflects the intended navigation/mark-as-read contract.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
carrtech/ct-ops#427
No description provided.