fix(context-agent): add status callbacks back #24919
Annotations
1 error, 3 warnings, and 1 notice
Run GITHUB_REF=$BRANCH_NAME xvfb-run -a pnpm -C vscode run test:e2e --shard=5/5:
vscode/test/e2e/common.ts#L62
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:62
60 | // In case the cody sidebar isn't focused, select it.
61 | while (!(await isSidebarVisible(page))) {
> 62 | await page.click('[aria-label="Cody"]')
| ^
63 | }
64 | }
65 |
at focusSidebar (/home/runner/work/cody/cody/vscode/test/e2e/common.ts:62: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 GITHUB_REF=$BRANCH_NAME xvfb-run -a pnpm -C vscode run test:e2e --shard=5/5:
vscode/initial-context.test.ts#L1
vscode/initial-context.test.ts took 52.6s
|
Run GITHUB_REF=$BRANCH_NAME xvfb-run -a pnpm -C vscode run test:e2e --shard=5/5:
vscode/support-menu-items.test.ts#L1
vscode/support-menu-items.test.ts took 21.6s
|
Run GITHUB_REF=$BRANCH_NAME xvfb-run -a pnpm -C vscode run test:e2e --shard=5/5
1 flaky
uninstall.test.ts:7:5 › uninstall extension ────────────────────────────────────────────────────
2 skipped
7 passed (2.8m)
|
Loading