[Backport vscode-v1.48.x] chore/release: Update CHANGELOG for VSCode … #142
Annotations
3 errors, 6 warnings, and 1 notice
chat-atFile.test.ts:35:3 › @-mention file in chat:
vscode/test/e2e/chat-atFile.test.ts#L89
1) chat-atFile.test.ts:35:3 › @-mention file in chat ─────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: frameLocator('.simple-find-part-wrapper + iframe.webview').last().frameLocator('iframe').getByRole('option', { name: 'Main.java' })
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').getByRole('option', { name: 'Main.java' })
87 | await chatInput.fill('')
88 | await chatInput.pressSequentially('@mj', { delay: 350 })
> 89 | await expect(chatPanelFrame.getByRole('option', { name: 'Main.java' })).toBeVisible()
| ^
90 | await chatInput.fill('clear')
91 |
92 | // Searching and clicking
at /home/runner/work/cody/cody/vscode/test/e2e/chat-atFile.test.ts:89:77
|
release
Failed request: (401)
|
release
Process completed with exit code 1.
|
release
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Slow Test:
vscode/command-custom.test.ts#L1
vscode/command-custom.test.ts took 1.2m
|
Slow Test:
vscode/chat-input.test.ts#L1
vscode/chat-input.test.ts took 57.3s
|
Slow Test:
vscode/initial-context.test.ts#L1
vscode/initial-context.test.ts took 52.4s
|
Slow Test:
vscode/command-edit.test.ts#L1
vscode/command-edit.test.ts took 44.8s
|
Slow Test:
vscode/command-core.test.ts#L1
vscode/command-core.test.ts took 43.1s
|
🎭 Playwright Run Summary
1 flaky
chat-atFile.test.ts:35:3 › @-mention file in chat ──────────────────────────────────────────────
3 skipped
43 passed (11.2m)
|