feat(client): fix dropped streaming repaints and rebuild the chat surface #15
client-playwright.yml
on: pull_request
Playwright web tests
3m 21s
Annotations
2 errors and 1 notice
|
[chromium] › client-web.spec.ts:133:7 › Interactions › app stays functional after error:
client/e2e/client-web.spec.ts#L16
1) [chromium] › client-web.spec.ts:133:7 › Interactions › app stays functional after error ───────
Error: page.waitForFunction: Test timeout of 30000ms exceeded.
14 | // Helper: wait for Flutter WASM to boot and enable the accessibility/semantics tree.
15 | async function waitForFlutter(page: Page) {
> 16 | await page.waitForFunction(
| ^
17 | () => document.querySelector('flt-glass-pane') !== null,
18 | { timeout: 20_000 },
19 | );
at waitForFlutter (/home/runner/work/agent-code/agent-code/client/e2e/client-web.spec.ts:16:14)
at /home/runner/work/agent-code/agent-code/client/e2e/client-web.spec.ts:111:11
|
|
[chromium] › client-web.spec.ts:133:7 › Interactions › app stays functional after error:
client/e2e/client-web.spec.ts#L109
1) [chromium] › client-web.spec.ts:133:7 › Interactions › app stays functional after error ───────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
107 |
108 | test.describe('Interactions', () => {
> 109 | test.beforeEach(async ({ page }) => {
| ^
110 | await page.goto('/');
111 | await waitForFlutter(page);
112 | });
at /home/runner/work/agent-code/agent-code/client/e2e/client-web.spec.ts:109:8
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › client-web.spec.ts:133:7 › Interactions › app stays functional after error ────────
19 passed (45.3s)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
screenshots
Expired
|
12.6 KB |
sha256:f0a9a6480d739b740a86fd625c5ff7ddb46168cbc295e12743f363556f46448c
|
|