vscode-insiders-release #844
Annotations
1 error, 6 warnings, and 1 notice
Run xvfb-run -a pnpm -C vscode run test:e2e:
vscode/test/e2e/common.ts#L55
1) uninstall.test.ts:7:5 › uninstall extension ───────────────────────────────────────────────────
TimeoutError: page.click: Timeout 30000ms exceeded.
Call log:
- waiting for locator('[aria-label="Cody"]')
at common.ts:55
53 | // In case the cody sidebar isn't focused, select it.
54 | while (!(await isSidebarVisible(page))) {
> 55 | await page.click('[aria-label="Cody"]')
| ^
56 | }
57 | }
58 |
at focusSidebar (/home/runner/work/cody/cody/vscode/test/e2e/common.ts:55:20)
at signin (/home/runner/work/cody/cody/vscode/test/e2e/uninstall.test.ts:65:5)
at /home/runner/work/cody/cody/vscode/test/e2e/uninstall.test.ts:50:5
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run xvfb-run -a pnpm -C vscode run test:e2e:
vscode/chat-atFile.test.ts#L1
vscode/chat-atFile.test.ts took 1.4m
|
Run xvfb-run -a pnpm -C vscode run test:e2e:
vscode/command-custom.test.ts#L1
vscode/command-custom.test.ts took 1.2m
|
Run xvfb-run -a pnpm -C vscode run test:e2e:
vscode/chat-input.test.ts#L1
vscode/chat-input.test.ts took 1.0m
|
Run xvfb-run -a pnpm -C vscode run test:e2e:
vscode/initial-context.test.ts#L1
vscode/initial-context.test.ts took 52.3s
|
Run xvfb-run -a pnpm -C vscode run test:e2e:
vscode/command-edit.test.ts#L1
vscode/command-edit.test.ts took 46.7s
|
Run xvfb-run -a pnpm -C vscode run test:e2e
1 flaky
uninstall.test.ts:7:5 › uninstall extension ────────────────────────────────────────────────────
4 skipped
43 passed (12.0m)
|
Loading