Merge pull request #162 from secondorderai/feat/sandbox-execution #120
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)
|