fix: ci
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
- treeitem "workspace 1 session" [expanded]:
|
- treeitem "workspace 1 session" [expanded]:
|
||||||
- img
|
- img
|
||||||
- text: workspace 1 session
|
- text: workspace 1 session
|
||||||
- treeitem "New Session now" [selected]
|
- treeitem "New Session" [selected]
|
||||||
- button "Settings":
|
- button "Settings":
|
||||||
- img
|
- img
|
||||||
- text: Settings
|
- text: Settings
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
- treeitem "workspace 1 session" [expanded]:
|
- treeitem "workspace 1 session" [expanded]:
|
||||||
- img
|
- img
|
||||||
- text: workspace 1 session
|
- text: workspace 1 session
|
||||||
- treeitem "New Session now" [selected]
|
- treeitem "New Session" [selected]
|
||||||
- button "Settings":
|
- button "Settings":
|
||||||
- img
|
- img
|
||||||
- text: Settings
|
- text: Settings
|
||||||
|
|||||||
@@ -31,6 +31,7 @@
|
|||||||
"test:snapshot:refresh": "DSH_SNAPSHOT=refresh vitest run --config vitest.snapshot.config.ts",
|
"test:snapshot:refresh": "DSH_SNAPSHOT=refresh vitest run --config vitest.snapshot.config.ts",
|
||||||
"migrate:packed-session-fixtures": "tsx scripts/migrate-packed-session-fixtures.ts",
|
"migrate:packed-session-fixtures": "tsx scripts/migrate-packed-session-fixtures.ts",
|
||||||
"test:web": "npm run build && npm run test:web:built",
|
"test:web": "npm run build && npm run test:web:built",
|
||||||
|
"test:web:refresh": "npm run build && DSH_SNAPSHOT=refresh vitest run --config vitest.web.config.ts",
|
||||||
"test:web:built": "vitest run --config vitest.web.config.ts",
|
"test:web:built": "vitest run --config vitest.web.config.ts",
|
||||||
"test:gui": "vitest run packages/client packages/host",
|
"test:gui": "vitest run packages/client packages/host",
|
||||||
"check:all": "tsx scripts/run-gates.ts check-all",
|
"check:all": "tsx scripts/run-gates.ts check-all",
|
||||||
|
|||||||
@@ -190,7 +190,7 @@ describe('DetailsPanel web Output section', () => {
|
|||||||
if (selection !== null) chat.actions.select(selection)
|
if (selection !== null) chat.actions.select(selection)
|
||||||
const sessions = createSnapshotStore<SessionListState>({ ids: [], byId: {}, current: undefined, phase: 'ready' })
|
const sessions = createSnapshotStore<SessionListState>({ ids: [], byId: {}, current: undefined, 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