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.
This commit is contained in:
Chinesezjc
2026-07-31 15:10:19 +08:00
parent b155051d48
commit b140590451

View File

@@ -231,7 +231,7 @@ describe('DetailsPanel Output section (read)', () => {
phase: 'ready',
})
const workspaces = createSnapshotStore<WorkspaceListState>({
items: [], state: 'idle', phase: 'ready', error: null,
items: [], archivedSessionIds: [], state: 'idle', phase: 'ready', error: null,
baselinesReady: true, recentWorkspaceId: undefined,
})
return render(