From b140590451b9890d037a5486e70e2fc9695860d2 Mon Sep 17 00:00:00 2001 From: Chinesezjc Date: Fri, 31 Jul 2026 15:10:19 +0800 Subject: [PATCH] fix(web-read-card): add archivedSessionIds to read-card.spec workspace state The master merge added a required archivedSessionIds field to WorkspaceListState; the read-card spec's DetailsPanel fixture state needs it to typecheck. --- packages/client/ui-conversation/tests/read-card.spec.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client/ui-conversation/tests/read-card.spec.tsx b/packages/client/ui-conversation/tests/read-card.spec.tsx index c09bd65133..ae458303e8 100644 --- a/packages/client/ui-conversation/tests/read-card.spec.tsx +++ b/packages/client/ui-conversation/tests/read-card.spec.tsx @@ -231,7 +231,7 @@ describe('DetailsPanel Output section (read)', () => { phase: 'ready', }) const workspaces = createSnapshotStore({ - items: [], state: 'idle', phase: 'ready', error: null, + items: [], archivedSessionIds: [], state: 'idle', phase: 'ready', error: null, baselinesReady: true, recentWorkspaceId: undefined, }) return render(