Cody Web: Add high-level memoization for chat/transcript UI #19340
ci.yml
on: pull_request
fast_tests_matrix_prep
0s
slow_tests_matrix_prep
0s
build
2m 8s
Matrix: test-integration
Matrix: test-unit
Matrix: test-e2e
Annotations
1 error, 10 warnings, and 5 notices
command-edit.test.ts:129:1 › edit (fixup) input - model selection:
vscode/test/e2e/command-edit.test.ts#L145
1) command-edit.test.ts:129:1 › edit (fixup) input - model selection ─────────────────────────────
Error: expect(locator).toBeVisible()
Locator: getByLabel('$(anthropic-logo) Claude 3.5').locator('a')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('$(anthropic-logo) Claude 3.5').locator('a')
143 | const modelItem = page.getByLabel('$(anthropic-logo) Claude 3.5').locator('a')
144 | await nap()
> 145 | expect(modelItem).toBeVisible()
| ^
146 |
147 | // Open the model input and check it has the correct item selected
148 | await modelItem.click()
at /home/runner/work/cody/cody/vscode/test/e2e/command-edit.test.ts:145:23
|
Slow Test:
vscode/initial-context.test.ts#L1
vscode/initial-context.test.ts took 48.5s
|
Slow Test:
vscode/support-menu-items.test.ts#L1
vscode/support-menu-items.test.ts took 18.0s
|
Slow Test:
vscode/enterprise-cody-ignore.test.ts#L1
vscode/enterprise-cody-ignore.test.ts took 20.7s
|
Slow Test:
vscode/chat-atFile.test.ts#L1
vscode/chat-atFile.test.ts took 1.2m
|
Slow Test:
vscode/attribution.test.ts#L1
vscode/attribution.test.ts took 20.8s
|
Slow Test:
vscode/chat-input.test.ts#L1
vscode/chat-input.test.ts took 53.1s
|
Slow Test:
vscode/chat-rateLimit.test.ts#L1
vscode/chat-rateLimit.test.ts took 26.7s
|
Slow Test:
vscode/command-custom.test.ts#L1
vscode/command-custom.test.ts took 1.1m
|
Slow Test:
vscode/command-core.test.ts#L1
vscode/command-core.test.ts took 37.8s
|
Slow Test:
vscode/code-actions.test.ts#L1
vscode/code-actions.test.ts took 34.3s
|
🎭 Playwright Run Summary
2 skipped
7 passed (1.4m)
|
🎭 Playwright Run Summary
1 flaky
command-edit.test.ts:129:1 › edit (fixup) input - model selection ──────────────────────────────
1 skipped
5 passed (1.7m)
|
🎭 Playwright Run Summary
10 passed (2.2m)
|
🎭 Playwright Run Summary
9 passed (1.9m)
|
🎭 Playwright Run Summary
11 passed (2.8m)
|