refactor(webviews): chat history tab with pagination #26758
ci.yml
on: pull_request
fast_tests_matrix_prep
0s
slow_tests_matrix_prep
0s
build
2m 35s
Matrix: test-integration
Matrix: test-unit
Matrix: test-e2e
Annotations
3 errors, 14 warnings, and 5 notices
chat-atFile.test.ts:49:7 › @-mention file in chat:
vscode/test/e2e/chat-atFile.test.ts#L104
1) chat-atFile.test.ts:49:7 › @-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' })
102 | await chatInput.fill('')
103 | await chatInput.pressSequentially('@mj', { delay: 350 })
> 104 | await expect(chatPanelFrame.getByRole('option', { name: 'Main.java' })).toBeVisible()
| ^
105 | await chatInput.fill('clear')
106 |
107 | // Searching and clicking
at /home/runner/work/cody/cody/vscode/test/e2e/chat-atFile.test.ts:104:77
|
src/chat/chat-view/prompt.test.ts > DefaultPrompter > prefers latest context:
vscode/src/chat/chat-view/prompt.test.ts#L280
AssertionError: Message mismatch: expected "Codebase context from file \\enhanced1.ts:\n```typescript:\\enhanced1.ts\nimport vscode```" to include "Codebase context from file enhanced1.ts"
❯ checkPrompt src/chat/chat-view/prompt.test.ts:280:24
❯ src/chat/chat-view/prompt.test.ts:225:9
|
test-unit (windows, 20)
Process completed with exit code 1.
|
Slow Test:
vscode/auth.test.ts#L1
vscode/auth.test.ts took 34.6s
|
Slow Test:
vscode/attribution.test.ts#L1
vscode/attribution.test.ts took 25.4s
|
Slow Test:
vscode/initial-context.test.ts#L1
vscode/initial-context.test.ts took 40.3s
|
Slow Test:
vscode/support-menu-items.test.ts#L1
vscode/support-menu-items.test.ts took 22.3s
|
Slow Test:
vscode/command-custom.test.ts#L1
vscode/command-custom.test.ts took 1.2m
|
Slow Test:
vscode/command-edit.test.ts#L1
vscode/command-edit.test.ts took 46.2s
|
Slow Test:
vscode/enterprise-cody-ignore.test.ts#L1
vscode/enterprise-cody-ignore.test.ts took 19.2s
|
Slow Test:
vscode/command-core.test.ts#L1
vscode/command-core.test.ts took 46.9s
|
Slow Test:
vscode/code-actions.test.ts#L1
vscode/code-actions.test.ts took 36.7s
|
Slow Test:
vscode/chat-rateLimit.test.ts#L1
vscode/chat-rateLimit.test.ts took 34.8s
|
Slow Test:
vscode/chat-messages.test.ts#L1
vscode/chat-messages.test.ts took 24.3s
|
Slow Test:
vscode/command-commit.test.ts#L1
vscode/command-commit.test.ts took 15.2s
|
Slow Test:
vscode/chat-input.test.ts#L1
vscode/chat-input.test.ts took 48.7s
|
test-unit (windows, 20)
Cache not found for keys: Windows-20-pnpm-store-709268c05d73bd07949fe149da2aed5756b0c271256730cb2dd82c66280683d8, Windows-20-pnpm-store-
|
🎭 Playwright Run Summary
9 skipped
5 passed (1.1m)
|
🎭 Playwright Run Summary
4 skipped
7 passed (1.6m)
|
🎭 Playwright Run Summary
9 passed (2.6m)
|
🎭 Playwright Run Summary
2 skipped
10 passed (2.7m)
|
🎭 Playwright Run Summary
1 flaky
chat-atFile.test.ts:49:7 › @-mention file in chat ──────────────────────────────────────────────
1 skipped
9 passed (3.0m)
|