Skip to content

Merge pull request #162 from secondorderai/feat/sandbox-execution #120

Merge pull request #162 from secondorderai/feat/sandbox-execution

Merge pull request #162 from secondorderai/feat/sandbox-execution #120

Triggered via push June 10, 2026 08:01
Status Success
Total duration 7m 50s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 notice
[electron] › tests/e2e/renderer-contract.spec.ts:128:1 › Automation Browser CDP state is available to prompts immediately after launch: packages/desktop/tests/e2e/renderer-contract.spec.ts#L186
1) [electron] › tests/e2e/renderer-contract.spec.ts:128:1 › Automation Browser CDP state is available to prompts immediately after launch Error: expect(locator).toBeVisible() failed Locator: getByText(/Automation Browser is running on local port/) Expected: visible Timeout: 5000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText(/Automation Browser is running on local port/) 184 | await launched.page.getByRole('button', { name: 'Launch Automation Browser' }).click() 185 | await launched.page.getByRole('button', { name: /Separate automation profile/ }).click() > 186 | await expect(launched.page.getByText(/Automation Browser is running on local port/)).toBeVisible() | ^ 187 | 188 | const logAfterLaunch = await readFile(launched.paths.mockLogPath, 'utf8') 189 | const envLine = logAfterLaunch at /home/runner/work/ouroboros/ouroboros/packages/desktop/tests/e2e/renderer-contract.spec.ts:186:88
🎭 Playwright Run Summary
1 flaky [electron] › tests/e2e/renderer-contract.spec.ts:128:1 › Automation Browser CDP state is available to prompts immediately after launch 1 skipped 92 passed (1.6m)