reduce background network access #21364
Annotations
1 error, 1 warning, and 1 notice
Run GITHUB_REF=$BRANCH_NAME xvfb-run -a pnpm -C vscode run test:e2e --shard=4/5:
vscode/test/e2e/command-edit.test.ts#L149
1) command-edit.test.ts:133:1 › edit (fixup) input - model selection ─────────────────────────────
Error: expect(locator).toBeVisible()
Locator: getByLabel('$(anthropic-logo) Claude 3.5').locator('a')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('$(anthropic-logo) Claude 3.5').locator('a')
- locator resolved to <a class="label-name">…</a>
- unexpected value "hidden"
147 | const modelItem = page.getByLabel('$(anthropic-logo) Claude 3.5').locator('a')
148 | await nap()
> 149 | expect(modelItem).toBeVisible()
| ^
150 |
151 | // Open the model input and check it has the correct item selected
152 | await modelItem.click()
at /home/runner/work/cody/cody/vscode/test/e2e/command-edit.test.ts:149:23
|
Run GITHUB_REF=$BRANCH_NAME xvfb-run -a pnpm -C vscode run test:e2e --shard=4/5:
vscode/enterprise-cody-ignore.test.ts#L1
vscode/enterprise-cody-ignore.test.ts took 19.1s
|
Run GITHUB_REF=$BRANCH_NAME xvfb-run -a pnpm -C vscode run test:e2e --shard=4/5
1 flaky
command-edit.test.ts:133:1 › edit (fixup) input - model selection ──────────────────────────────
1 skipped
5 passed (1.5m)
|
Loading