VS Code: Release v1.26.5 (#4937) #102
Annotations
1 error, 11 warnings, and 1 notice
vscode/test/e2e/chat-input.test.ts#L220
1) chat-input.test.ts:187:3 › chat model selector ────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: frameLocator('.simple-find-part-wrapper + iframe.webview').last().frameLocator('iframe').locator('[data-testid="message"]').getByText('GPT-4o by OpenAI')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for frameLocator('.simple-find-part-wrapper + iframe.webview').last().frameLocator('iframe').locator('[data-testid="message"]').getByText('GPT-4o by OpenAI')
218 | await expect(
219 | chatFrame.locator('[data-testid="message"]').getByText('GPT-4o by OpenAI')
> 220 | ).toBeVisible()
| ^
221 | })
222 |
223 | test.extend<ExpectedV2Events>({
at /home/runner/work/cody/cody/vscode/test/e2e/chat-input.test.ts:220:7
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/create-release@v1, actions/upload-release-asset@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@v3, actions/create-release@v1, actions/upload-release-asset@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
vscode/chat-atFile.test.ts#L1
vscode/chat-atFile.test.ts took 1.1m
|
vscode/command-custom.test.ts#L1
vscode/command-custom.test.ts took 52.5s
|
vscode/initial-context.test.ts#L1
vscode/initial-context.test.ts took 48.8s
|
vscode/command-core.test.ts#L1
vscode/command-core.test.ts took 39.5s
|
vscode/command-edit.test.ts#L1
vscode/command-edit.test.ts took 37.0s
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
This job succeeded
Loading