chore/release: Bump package version and update changelog for 1.56 #147
Annotations
2 errors, 10 warnings, and 1 notice
chat-input.test.ts:25:3 › chat input focus:
vscode/test/e2e/chat-input.test.ts#L43
1) chat-input.test.ts:25:3 › chat input focus ────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: frameLocator('.simple-find-part-wrapper + iframe.webview').last().frameLocator('iframe').getByRole('textbox', { name: 'Chat message' }).first()
Expected: focused
Received: <element(s) not found>
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for frameLocator('.simple-find-part-wrapper + iframe.webview').last().frameLocator('iframe').getByRole('textbox', { name: 'Chat message' }).first()
41 | await page.getByRole('tab', { name: 'Cody', exact: true }).locator('a').click()
42 | const [chatPanel, lastChatInput, firstChatInput, chatInputs] = await createEmptyChatPanel(page)
> 43 | await expect(firstChatInput).toBeFocused() // Chat should be focused initially.
| ^
44 | await page.getByRole('tab', { name: 'Cody', exact: true }).locator('a').click()
45 | await page.getByRole('tab', { name: 'buzz.ts' }).dblclick()
46 |
at /home/runner/work/cody/cody/vscode/test/e2e/chat-input.test.ts:43:34
|
release
Process completed with exit code 6.
|
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/chat-atFile.test.ts#L1
vscode/chat-atFile.test.ts took 1.4m
|
Slow Test:
vscode/command-custom.test.ts#L1
vscode/command-custom.test.ts took 1.2m
|
Slow Test:
vscode/initial-context.test.ts#L1
vscode/initial-context.test.ts took 52.2s
|
Slow Test:
vscode/command-edit.test.ts#L1
vscode/command-edit.test.ts took 47.2s
|
Slow Test:
vscode/command-core.test.ts#L1
vscode/command-core.test.ts took 45.7s
|
release
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/
|
release
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/
|
release
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/
|
release
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/
|
🎭 Playwright Run Summary
1 flaky
chat-input.test.ts:25:3 › chat input focus ─────────────────────────────────────────────────────
5 skipped
46 passed (12.1m)
|