From 3680dc5ea779c109a4f0e725d7a9faae80b185be Mon Sep 17 00:00:00 2001 From: trent Date: Wed, 12 Aug 2026 06:27:08 +0800 Subject: [PATCH] Fix issue with OCR fixture --- .../src/__tests__/components/WorkstationActionBar.test.ts | 2 ++ 1 file changed, 2 insertions(+) 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,