refactor(webviews): chat history tab with pagination #26757
Triggered via pull request
February 13, 2025 19:21
Status
Cancelled
Total duration
9m 32s
Artifacts
–
ci.yml
on: pull_request
fast_tests_matrix_prep
0s
slow_tests_matrix_prep
0s
build
2m 31s
Matrix: test-integration
Matrix: test-unit
Matrix: test-e2e
Annotations
4 errors, 14 warnings, and 5 notices
chat-input.test.ts:197:3 › chat model selector:
vscode/test/e2e/chat-input.test.ts#L220
1) chat-input.test.ts:197:3 › chat model selector ────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: frameLocator('iframe.webview:first-child:last-child').frameLocator('iframe').getByRole('combobox', { name: 'Select a model' }).last()
Expected pattern: /^Claude 3 Haiku/
Received string: "Claude 3.5 Sonnet"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for frameLocator('iframe.webview:first-child:last-child').frameLocator('iframe').getByRole('combobox', { name: 'Select a model' }).last()
- locator resolved to <button type="button" role="combobox" data-state="closed" aria-expanded="false" aria-haspopup="dialog" aria-controls="radix-:rt:" data-testid="chat-model-selector" aria-label="Select a model or an agent" class="tw-border-none tw-flex tw-items-center focus-visible:tw-outline-none tw-justify-between tw-mr-1 _button_1wufw_5 _button--secondary_1wufw_60 _button--no-icon-start_1wufw_51">…</button>
- unexpected value "Claude 3.5 Sonnet"
- locator resolved to <button type="button" role="combobox" data-state="closed" aria-expanded="false" aria-haspopup="dialog" aria-controls="radix-:rt:" data-testid="chat-model-selector" aria-label="Select a model or an agent" class="tw-border-none tw-flex tw-items-center focus-visible:tw-outline-none tw-justify-between tw-mr-1 _button_1wufw_5 _button--secondary_1wufw_60 _button--no-icon-start_1wufw_51">…</button>
- unexpected value "Claude 3.5 Sonnet"
- locator resolved to <button type="button" role="combobox" data-state="closed" aria-expanded="false" aria-haspopup="dialog" aria-controls="radix-:rt:" data-testid="chat-model-selector" aria-label="Select a model or an agent" class="tw-border-none tw-flex tw-items-center focus-visible:tw-outline-none tw-justify-between tw-mr-1 _button_1wufw_5 _button--secondary_1wufw_60 _button--no-icon-start_1wufw_51">…</button>
- unexpected value "Claude 3.5 Sonnet"
- locator resolved to <button type="button" role="combobox" data-state="closed" aria-expanded="false" aria-haspopup="dialog" aria-controls="radix-:rt:" data-testid="chat-model-selector" aria-label="Select a model or an agent" class="tw-border-none tw-flex tw-items-center focus-visible:tw-outline-none tw-justify-between tw-mr-1 _button_1wufw_5 _button--secondary_1wufw_60 _button--no-icon-start_1wufw_51">…</button>
- unexpected value "Claude 3.5 Sonnet"
- locator resolved to <button type="button" role="combobox" data-state="closed" aria-expanded="false" aria-haspopup="dialog" aria-controls="radix-:rt:" data-testid="chat-model-selector" aria-label="Select a model or an agent" class="tw-border-none tw-flex tw-items-center focus-visible:tw-outline-none tw-justify-between tw-mr-1 _button_1wufw_5 _button--secondary_1wufw_60 _button--no-icon-start_1wufw_51">…</button>
- unexpected value "Claude 3.5 Sonnet"
- locator resolved to <button type="button" role="combobox" data-state="closed" aria-expanded="false" aria-haspopup="dialog" aria-controls="radix-:rt:" data-testid="chat-model-selector" aria-label="Select a model or an agent" class="tw-border-none tw-flex tw-items-center focus-visible:tw-outline-none tw-justify-between tw-mr-1 _button_1wufw_5 _button--secondary_1wufw_60 _button--no-icon-start_1wufw_51">…</button>
- unexpected value "Claude 3.5 Sonnet"
- locator resolved to <button type="button" role="combobox" data-state="closed" aria-expanded="false" aria-haspopup="dialog" aria-controls="radix-:rt:" data-testid="chat-model-selector" aria-label="Select a model or an agent" class="tw-border-none tw-flex tw-items-center focus-visible:tw-outline-none tw-justify-between tw-mr-1 _button_1wufw_5 _button--secondary_1wufw_60 _button--no-icon-start_1wufw_51">…</button>
- unexpected value "Claude 3.5 Sonnet"
- locator resolved to <button type="button" role="combobox" data-state="closed" aria-expanded="false" aria-haspopup="dialog" aria-controls="radix-:rt:" data-testi
|
enterprise-cody-ignore.test.ts:44:7 › using actively invoked commands and autocomplete shows a error:
vscode/test/e2e/enterprise-cody-ignore.test.ts#L78
1) enterprise-cody-ignore.test.ts:44:7 › using actively invoked commands and autocomplete shows a error
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByText('Cody is disabled in this file')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('Cody is disabled in this file')
- locator resolved to <span class="monaco-highlighted-label">…</span>
- unexpected value "hidden"
- locator resolved to <span class="monaco-highlighted-label">…</span>
- unexpected value "hidden"
- locator resolved to <span class="monaco-highlighted-label">…</span>
- unexpected value "hidden"
- locator resolved to <span class="monaco-highlighted-label">…</span>
- unexpected value "hidden"
- locator resolved to <span class="monaco-highlighted-label">…</span>
- unexpected value "hidden"
- locator resolved to <span class="monaco-highlighted-label">…</span>
- unexpected value "hidden"
76 | // Clicking on the Cody icon shows a message
77 | await statusBarButton.click()
> 78 | await expect(page.getByText('Cody is disabled in this file')).toBeVisible()
| ^
79 | await page.keyboard.press('Escape')
80 |
81 | // Manually invoking autocomplete should show an error
at /home/runner/work/cody/cody/vscode/test/e2e/enterprise-cody-ignore.test.ts:78:71
|
test-unit (windows, 20)
Canceling since a higher priority waiting request for 'ci-7020' exists
|
test-unit (windows, 20)
The operation was canceled.
|
Slow Test:
vscode/auth.test.ts#L1
vscode/auth.test.ts took 34.3s
|
Slow Test:
vscode/attribution.test.ts#L1
vscode/attribution.test.ts took 24.9s
|
Slow Test:
vscode/initial-context.test.ts#L1
vscode/initial-context.test.ts took 41.0s
|
Slow Test:
vscode/support-menu-items.test.ts#L1
vscode/support-menu-items.test.ts took 22.6s
|
Slow Test:
vscode/enterprise-server-sent-models.test.ts#L1
vscode/enterprise-server-sent-models.test.ts took 15.3s
|
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 37.9s
|
Slow Test:
vscode/chat-rateLimit.test.ts#L1
vscode/chat-rateLimit.test.ts took 35.9s
|
Slow Test:
vscode/chat-messages.test.ts#L1
vscode/chat-messages.test.ts took 24.4s
|
Slow Test:
vscode/command-commit.test.ts#L1
vscode/command-commit.test.ts took 15.7s
|
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.3m
|
Slow Test:
vscode/command-edit.test.ts#L1
vscode/command-edit.test.ts took 46.3s
|
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.0m)
|
🎭 Playwright Run Summary
4 skipped
7 passed (1.6m)
|
🎭 Playwright Run Summary
2 skipped
10 passed (2.8m)
|
🎭 Playwright Run Summary
1 flaky
chat-input.test.ts:197:3 › chat model selector ─────────────────────────────────────────────────
1 skipped
9 passed (2.9m)
|
🎭 Playwright Run Summary
1 flaky
enterprise-cody-ignore.test.ts:44:7 › using actively invoked commands and autocomplete shows a error
8 passed (2.9m)
|