feat(provider/google & provider/anthropic): support for custom provider name for anthropic and google #24616
Annotations
2 errors and 1 notice
|
Run tests:
tests/e2e/spec/streamable.e2e.test.ts#L5
1) [chromium] › tests/e2e/spec/streamable.e2e.test.ts:3:5 › createStreamableValue and readStreamableValue
Error: page.click: Test timeout of 20000ms exceeded.
Call log:
- waiting for locator('#test-streamable-value')
- locator resolved to <button id="test-streamable-value">Test Streamable Value</button>
- attempting click action
- waiting for element to be visible, enabled and stable
3 | test('createStreamableValue and readStreamableValue', async ({ page }) => {
4 | await page.goto('/rsc');
> 5 | await page.click('#test-streamable-value');
| ^
6 |
7 | const logs = page.locator('#log');
8 | await expect(logs).toHaveText(
at /home/runner/work/ai/ai/packages/rsc/tests/e2e/spec/streamable.e2e.test.ts:5:14
|
|
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 (51.1s)
|
Loading