diff --git a/apps/spec/finder.md b/apps/spec/finder.md index 81d123bb7..9a0d26a35 100644 --- a/apps/spec/finder.md +++ b/apps/spec/finder.md @@ -79,8 +79,10 @@ refetch). Build from raw `rundown.entries` + `flatOrder`, memoised on **`rundown ### 1.6 Tests -None — no unit, no component, no e2e. `useSelectAndRevealEntry` is untested too. -`e2e/tests/features/209-rundown-shortcuts.spec.ts` never opens the Finder. +No unit or component tests, and `useSelectAndRevealEntry` is untested too. E2E coverage is a single +smoke test — `Find in rundown` in `e2e/tests/features/209-rundown-shortcuts.spec.ts` opens the modal +with `mod+F` and closes it with `Escape`. Nothing exercises searching, selecting, or navigating +results, so every behaviour described above is unguarded. ---