Fix problem with race between auth and config causing issues with mod… #26224
Annotations
1 error, 5 warnings, and 1 notice
Run $env:GITHUB_REF=$env:BRANCH_NAME; pnpm -C vscode run test:e2e:
vscode\test\e2e\command-edit.test.ts#L159
1) command-edit.test.ts:143:1 › edit (fixup) input - model selection ─────────────────────────────
Error: 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"
157 | const modelItem = page.getByLabel('$(anthropic-logo) Claude 3.5 Sonnet').locator('a')
158 | await nap()
> 159 | expect(modelItem).toBeVisible()
| ^
160 |
161 | // Open the model input and check it has the correct item selected
162 | await modelItem.click()
at D:\a\cody\cody\vscode\test\e2e\command-edit.test.ts:159:23
|
Run $env:GITHUB_REF=$env:BRANCH_NAME; pnpm -C vscode run test:e2e:
vscode\chat-atFile.test.ts#L1
vscode\chat-atFile.test.ts took 1.5m
|
Run $env:GITHUB_REF=$env:BRANCH_NAME; pnpm -C vscode run test:e2e:
vscode\command-custom.test.ts#L1
vscode\command-custom.test.ts took 1.3m
|
Run $env:GITHUB_REF=$env:BRANCH_NAME; pnpm -C vscode run test:e2e:
vscode\initial-context.test.ts#L1
vscode\initial-context.test.ts took 1.0m
|
Run $env:GITHUB_REF=$env:BRANCH_NAME; pnpm -C vscode run test:e2e:
vscode\command-core.test.ts#L1
vscode\command-core.test.ts took 50.1s
|
Run $env:GITHUB_REF=$env:BRANCH_NAME; pnpm -C vscode run test:e2e:
vscode\code-actions.test.ts#L1
vscode\code-actions.test.ts took 40.9s
|
Run $env:GITHUB_REF=$env:BRANCH_NAME; pnpm -C vscode run test:e2e
1 flaky
command-edit.test.ts:143:1 › edit (fixup) input - model selection ──────────────────────────────
17 skipped
40 passed (11.6m)
|
Loading