fix(web-ui): stabilize FlowChat history paging - #1925
Merged
Annotations
10 errors
|
Run web UI tests
Process completed with exit code 1.
|
|
Run web UI tests:
src/web-ui/src/features/dispatch/DispatchJobObserver.test.ts#L796
AssertionError: expected 'processing' to be 'completed' // Object.is equality
Expected: "completed"
Received: "processing"
❯ src/features/dispatch/DispatchJobObserver.test.ts:796:30
|
|
Run web UI tests:
src/web-ui/src/features/dispatch/DispatchJobObserver.test.ts#L796
AssertionError: expected 'processing' to be 'error' // Object.is equality
Expected: "error"
Received: "processing"
❯ src/features/dispatch/DispatchJobObserver.test.ts:796:30
|
|
Run web UI tests:
src/web-ui/src/features/dispatch/DispatchJobObserver.test.ts#L711
AssertionError: expected 'running' to be 'cancelled' // Object.is equality
Expected: "cancelled"
Received: "running"
❯ src/features/dispatch/DispatchJobObserver.test.ts:711:46
|
|
Run web UI tests:
src/web-ui/src/features/dispatch/DispatchJobObserver.test.ts#L681
AssertionError: expected 1 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 1
❯ src/features/dispatch/DispatchJobObserver.test.ts:681:46
|
|
Run web UI tests:
src/web-ui/src/features/dispatch/DispatchJobObserver.test.ts#L635
AssertionError: expected { id: 'turn-1', …(5) } to match object { status: 'cancelled', …(1) }
(21 matching properties omitted from actual)
- Expected
+ Received
{
"modelRounds": [
{
- "isComplete": true,
- "isStreaming": false,
+ "isComplete": false,
+ "isStreaming": true,
"items": [
{
"id": "text-1",
- "isStreaming": false,
- "status": "cancelled",
+ "isStreaming": true,
+ "status": "streaming",
},
{
"id": "tool-1",
- "isParamsStreaming": false,
- "status": "cancelled",
+ "isParamsStreaming": true,
+ "status": "running",
},
],
- "status": "cancelled",
+ "status": "streaming",
},
],
- "status": "cancelled",
+ "status": "processing",
}
❯ src/features/dispatch/DispatchJobObserver.test.ts:635:18
|
|
Run web UI tests:
src/web-ui/src/features/dispatch/DispatchJobObserver.test.ts#L584
TypeError: Cannot read properties of undefined (reading 'state')
❯ src/features/dispatch/DispatchJobObserver.test.ts:584:52
|
|
Run web UI tests:
src/web-ui/src/features/dispatch/DispatchJobObserver.test.ts#L550
AssertionError: expected "vi.fn()" to be called 1 times, but got 0 times
❯ src/features/dispatch/DispatchJobObserver.test.ts:550:26
|
|
Run web UI tests:
src/web-ui/src/features/dispatch/DispatchJobObserver.test.ts#L388
AssertionError: expected undefined to match object { Object (state, cursor, ...) }
- Expected:
{
"cursor": 12,
"state": "succeeded",
"terminalDrained": false,
}
+ Received:
undefined
❯ src/features/dispatch/DispatchJobObserver.test.ts:388:55
|
|
Run web UI tests:
src/web-ui/src/features/dispatch/DispatchJobObserver.test.ts#L353
TypeError: Cannot read properties of undefined (reading 'cursor')
❯ src/features/dispatch/DispatchJobObserver.test.ts:353:52
|
background
wait
wait-all
cancel
parallel
Loading