diff --git a/vigilcare-records-web/src/__tests__/components/WorkstationActionBar.test.ts b/vigilcare-records-web/src/__tests__/components/WorkstationActionBar.test.ts index 52ad80d..3fc28eb 100644 --- a/vigilcare-records-web/src/__tests__/components/WorkstationActionBar.test.ts +++ b/vigilcare-records-web/src/__tests__/components/WorkstationActionBar.test.ts @@ -53,6 +53,8 @@ describe('OCR confidence thresholds (design-doc ยง14)', () => { it('exposes confidence, label, level, and border class from composable', () => { const map = ref({ provider: 'test', + processedAt: '2026-06-27T10:00:00Z', + durationMs: 1200, fieldConfidences: { 'patient.fullName': 0.98, 'patient.sex': 0.85,