vscode-insiders-release #757
Annotations
1 error, 6 warnings, and 1 notice
chat-atFile.test.ts:364:3 › Add Selection to Cody Chat:
vscode/test/e2e/chat-atFile.test.ts#L375
1) chat-atFile.test.ts:364:3 › Add Selection to Cody Chat ────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: frameLocator('.simple-find-part-wrapper + iframe.webview').last().frameLocator('iframe').getByRole('textbox', { name: 'Chat message' }).last().locator('.context-item-mention-node')
- Expected - 2
+ Received + 0
Array [
- "buzz.ts",
- "buzz.ts:2-5",
"buzz.ts:7-10",
]
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for frameLocator('.simple-find-part-wrapper + iframe.webview').last().frameLocator('iframe').getByRole('textbox', { name: 'Chat message' }).last().locator('.context-item-mention-node')
- locator resolved to 1 element
- locator resolved to 1 element
- locator resolved to 1 element
- locator resolved to 1 element
- locator resolved to 1 element
- locator resolved to 1 element
- locator resolved to 1 element
- locator resolved to 1 element
373 | await selectLineRangeInEditorTab(page, 7, 10)
374 | await executeCommandInPalette(page, 'Cody: Add Selection to Cody Chat')
> 375 | await expect(chatInputMentions(lastChatInput)).toHaveText(['buzz.ts', 'buzz.ts:2-5', 'buzz.ts:7-10'])
| ^
376 | })
377 |
at /home/runner/work/cody/cody/vscode/test/e2e/chat-atFile.test.ts:375:52
|
release
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
vscode/command-custom.test.ts#L1
vscode/command-custom.test.ts took 1.0m
|
Slow Test:
vscode/chat-input.test.ts#L1
vscode/chat-input.test.ts took 48.2s
|
Slow Test:
vscode/initial-context.test.ts#L1
vscode/initial-context.test.ts took 42.5s
|
Slow Test:
vscode/command-core.test.ts#L1
vscode/command-core.test.ts took 35.7s
|
Slow Test:
vscode/command-edit.test.ts#L1
vscode/command-edit.test.ts took 35.7s
|
🎭 Playwright Run Summary
1 flaky
chat-atFile.test.ts:364:3 › Add Selection to Cody Chat ─────────────────────────────────────────
3 skipped
41 passed (8.7m)
|