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:
@@ -231,7 +231,7 @@ describe('DetailsPanel Output section (read)', () => {
|
|||||||
phase: 'ready',
|
phase: 'ready',
|
||||||
})
|
})
|
||||||
const workspaces = createSnapshotStore<WorkspaceListState>({
|
const workspaces = createSnapshotStore<WorkspaceListState>({
|
||||||
items: [], state: 'idle', phase: 'ready', error: null,
|
items: [], archivedSessionIds: [], state: 'idle', phase: 'ready', error: null,
|
||||||
baselinesReady: true, recentWorkspaceId: undefined,
|
baselinesReady: true, recentWorkspaceId: undefined,
|
||||||
})
|
})
|
||||||
return render(
|
return render(
|
||||||
|
|||||||
Reference in New Issue
Block a user