fix(packaged): keep agent daemon-CLI invocations out of the single-instance gate #19963
Annotations
4 errors and 1 notice
|
Run UI P0 domain
Process completed with exit code 1.
|
|
Run UI P0 domain:
e2e/ui/app-restoration.test.ts#L1244
1) [chromium] βΊ ui/app-restoration.test.ts:1171:1 βΊ [P0] @critical daemon error details persist between failed sends
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toBeVisible() failed
Locator: locator('.msg.user').getByText('first failing prompt', { exact: true })
Expected: visible
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 10000ms
- waiting for locator('.msg.user').getByText('first failing prompt', { exact: true })
1242 | await expectWorkspaceReady(page);
1243 | await expect(runErrorCard(page)).toContainText('connection refused');
> 1244 | await expect(page.locator('.msg.user').getByText('first failing prompt', { exact: true })).toBeVisible();
| ^
1245 | await expect(page.getByTestId('chat-composer-input')).toBeVisible();
1246 |
1247 | await sendPrompt(page, 'second failing prompt');
at /home/runner/work/open-design/open-design/e2e/ui/app-restoration.test.ts:1244:94
|
|
Run UI P0 domain:
e2e/ui/app-restoration.test.ts#L0
1) [chromium] βΊ ui/app-restoration.test.ts:1171:1 βΊ [P0] @critical daemon error details persist between failed sends
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Test timeout of 90000ms exceeded.
|
|
Run UI P0 domain:
e2e/lib/playwright/workspace.ts#L16
1) [chromium] βΊ ui/app-restoration.test.ts:1171:1 βΊ [P0] @critical daemon error details persist between failed sends
Error: expect(locator).toHaveAttribute(expected) failed
Locator: getByTestId('design-files-tab')
Expected: "true"
Received: "false"
Timeout: 10000ms
Call log:
- Expect "toHaveAttribute" with timeout 10000ms
- waiting for getByTestId('design-files-tab')
23 Γ locator resolved to <button role="tab" tabindex="0" type="button" title="Design Files" aria-selected="false" aria-label="Design Files" data-testid="design-files-tab" class="ws-tab design-files-tab ">β¦</button>
- unexpected value "false"
at ../lib/playwright/workspace.ts:16
14 |
15 | export async function expectAllProjectFilesActive(page: Page): Promise<void> {
> 16 | await expect(page.getByTestId('design-files-tab')).toHaveAttribute('aria-selected', 'true');
| ^
17 | }
18 |
19 | export async function expectAllProjectFilesInactive(page: Page): Promise<void> {
at expectAllProjectFilesActive (/home/runner/work/open-design/open-design/e2e/lib/playwright/workspace.ts:16:54)
at openAllProjectFiles (/home/runner/work/open-design/open-design/e2e/lib/playwright/workspace.ts:12:9)
at /home/runner/work/open-design/open-design/e2e/ui/app-restoration.test.ts:1221:3
|
|
Run UI P0 domain
1 failed
[chromium] βΊ ui/app-restoration.test.ts:1171:1 βΊ [P0] @critical daemon error details persist between failed sends
28 passed (11.0m)
|
background
wait
wait-all
cancel
parallel
Loading