fix(workspace): harden Vela billing proxy boundaries #17112
Annotations
2 errors and 1 notice
|
Run UI P0 domain:
e2e/ui/project-management-flows.test.ts#L1499
1) [chromium] › ui/project-management-flows.test.ts:1530:1 › [P0] Team project send keeps exact Team run scope while its first scope read is pending
Error: "route.fetch: Target page, context or browser has been closed" while running route callback.
Consider awaiting `await page.unrouteAll({ behavior: 'ignoreErrors' })`
before the end of the test to ignore remaining routes in flight.
1497 | return;
1498 | }
> 1499 | const responseFromDaemon = await route.fetch();
| ^
1500 | const body = (await responseFromDaemon.json()) as {
1501 | project?: Record<string, unknown>;
1502 | };
at /home/runner/work/open-design/open-design/e2e/ui/project-management-flows.test.ts:1499:44
|
|
Run UI P0 domain:
e2e/ui/project-management-flows.test.ts#L3971
1) [chromium] › ui/project-management-flows.test.ts:1530:1 › [P0] Team project send keeps exact Team run scope while its first scope read is pending
Error: expect(locator).toBeVisible() failed
Locator: getByTestId('project-title')
Expected: visible
Timeout: 10000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 10000ms
- waiting for getByTestId('project-title')
3969 | await page.getByText('Loading Open Design…').waitFor({ state: 'hidden', timeout: T.long }).catch(() => {});
3970 | await dismissPrivacyDialog(page);
> 3971 | await expect(page.getByTestId('project-title')).toBeVisible();
| ^
3972 | await expect(page.getByTestId('chat-composer')).toBeVisible();
3973 | await expect(page.getByTestId('chat-composer-input')).toBeVisible();
3974 | await expect(page.locator('.chat-loading-state')).toHaveCount(0, { timeout: T.medium });
at expectWorkspaceReady (/home/runner/work/open-design/open-design/e2e/ui/project-management-flows.test.ts:3971:51)
at /home/runner/work/open-design/open-design/e2e/ui/project-management-flows.test.ts:1585:5
|
|
Run UI P0 domain
1 flaky
[chromium] › ui/project-management-flows.test.ts:1530:1 › [P0] Team project send keeps exact Team run scope while its first scope read is pending
36 passed (13.2m)
|
background
wait
wait-all
cancel
parallel
Loading