This repository was archived by the owner on Aug 1, 2025. It is now read-only.
Remove dotcom refs from completions, agent.ts, chat-question.ts, context-filters-provider.ts #30382
Annotations
1 error, 4 warnings, and 1 notice
|
vscode/test/e2e/command-edit.test.ts#L49
1) command-edit.test.ts:29:3 › edit (fixup) task ─────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel('$(anthropic-logo) Claude 3.5 Sonnet').locator('a')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('$(anthropic-logo) Claude 3.5 Sonnet').locator('a')
- locator resolved to <a class="label-name">…</a>
- unexpected value "hidden"
- locator resolved to <a class="label-name">…</a>
- unexpected value "hidden"
- locator resolved to <a class="label-name">…</a>
- unexpected value "hidden"
- locator resolved to <a class="label-name">…</a>
- unexpected value "hidden"
- locator resolved to <a class="label-name">…</a>
- unexpected value "hidden"
- locator resolved to <a class="label-name">…</a>
- unexpected value "hidden"
47 | const modelItem = page.getByLabel('$(anthropic-logo) Claude 3.5 Sonnet').locator('a')
48 | await nap()
> 49 | expect(modelItem).toBeVisible()
| ^
50 |
51 | // Open the model input and check it has the correct item selected
52 | await modelItem.click()
at /home/runner/work/cody/cody/vscode/test/e2e/command-edit.test.ts:49:23
|
|
|
|
vscode/command-commit.test.ts#L0
vscode/command-commit.test.ts took 16.9s
|
|
vscode/command-core.test.ts#L0
vscode/command-core.test.ts took 33.8s
|
|
vscode/command-custom.test.ts#L0
vscode/command-custom.test.ts took 1.3m
|
|
|
The logs for this run have expired and are no longer available.
Loading