fix(mistral): convert messages with PDF file parts from Uint8Array to base64 #24755
Annotations
2 errors and 1 notice
|
Run tests:
tests/e2e/spec/streamable.e2e.test.ts#L8
1) [chromium] › tests/e2e/spec/streamable.e2e.test.ts:3:5 › createStreamableValue and readStreamableValue
Error: expect(locator).toHaveText(expected)
Locator: locator('#log')
Expected string: "[\"hello\",\"hello, world\",\"hello, world!\",{\"value\":\"I am a JSON\"},[\"Finished\"]]"
Received string: "[\"hello\"]"
Call log:
- expect.toHaveText with timeout 10000ms
- waiting for locator('#log')
2 × locator resolved to <pre id="log">["hello"]</pre>
- unexpected value "["hello"]"
6 |
7 | const logs = page.locator('#log');
> 8 | await expect(logs).toHaveText(
| ^
9 | '["hello","hello, world","hello, world!",{"value":"I am a JSON"},["Finished"]]',
10 | );
11 | });
at /home/runner/work/ai/ai/packages/rsc/tests/e2e/spec/streamable.e2e.test.ts:8:22
|
|
Run tests:
tests/e2e/spec/streamable.e2e.test.ts#L0
1) [chromium] › tests/e2e/spec/streamable.e2e.test.ts:3:5 › createStreamableValue and readStreamableValue
Test timeout of 20000ms exceeded.
|
|
Run tests
1 flaky
[chromium] › tests/e2e/spec/streamable.e2e.test.ts:3:5 › createStreamableValue and readStreamableValue
1 passed (53.1s)
|
Loading