[JB] Release Omnibox: remove feature flag #26135
ci.yml
on: pull_request
fast_tests_matrix_prep
0s
slow_tests_matrix_prep
0s
build
2m 32s
Matrix: test-integration
Matrix: test-unit
Matrix: test-e2e
Annotations
2 errors, 13 warnings, and 5 notices
uninstall.test.ts:7:5 › uninstall extension:
vscode/test/e2e/common.ts#L62
1) uninstall.test.ts:7:5 › uninstall extension ───────────────────────────────────────────────────
TimeoutError: page.click: Timeout 30000ms exceeded.
Call log:
- waiting for locator('[aria-label="Cody"]')
at common.ts:62
60 | // In case the cody sidebar isn't focused, select it.
61 | while (!(await isSidebarVisible(page))) {
> 62 | await page.click('[aria-label="Cody"]')
| ^
63 | }
64 | }
65 |
at focusSidebar (/home/runner/work/cody/cody/vscode/test/e2e/common.ts:62:20)
at signin (/home/runner/work/cody/cody/vscode/test/e2e/uninstall.test.ts:65:5)
at /home/runner/work/cody/cody/vscode/test/e2e/uninstall.test.ts:50:5
|
chat-input.test.ts:242:3 › editing follow-up messages in chat view:
vscode/test/e2e/chat-input.test.ts#L248
1) chat-input.test.ts:242:3 › editing follow-up messages in chat view ────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected)
Locator: frameLocator('.simple-find-part-wrapper + iframe.webview').last().frameLocator('iframe').getByRole('textbox', { name: 'Chat message' })
Expected: 1
Received: 0
Call log:
- expect.toHaveCount with timeout 5000ms
- waiting for frameLocator('.simple-find-part-wrapper + iframe.webview').last().frameLocator('iframe').getByRole('textbox', { name: 'Chat message' })
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
246 |
247 | // Submit three new messages
> 248 | await expect(chatInputs).toHaveCount(1)
| ^
249 | await lastChatInput.fill('One')
250 | await lastChatInput.press('Enter')
251 | await page.waitForTimeout(1000)
at /home/runner/work/cody/cody/vscode/test/e2e/chat-input.test.ts:248:30
|
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 25.1s
|
Slow Test:
vscode/command-core.test.ts#L1
vscode/command-core.test.ts took 45.4s
|
Slow Test:
vscode/code-actions.test.ts#L1
vscode/code-actions.test.ts took 36.8s
|
Slow Test:
vscode/chat-rateLimit.test.ts#L1
vscode/chat-rateLimit.test.ts took 35.0s
|
Slow Test:
vscode/chat-messages.test.ts#L1
vscode/chat-messages.test.ts took 21.7s
|
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 45.3s
|
Slow Test:
vscode/enterprise-cody-ignore.test.ts#L1
vscode/enterprise-cody-ignore.test.ts took 19.0s
|
Slow Test:
vscode/initial-context.test.ts#L1
vscode/initial-context.test.ts took 57.0s
|
Slow Test:
vscode/support-menu-items.test.ts#L1
vscode/support-menu-items.test.ts took 22.2s
|
Slow Test:
vscode/chat-atFile.test.ts#L1
vscode/chat-atFile.test.ts took 1.6m
|
Slow Test:
vscode/chat-history.test.ts#L1
vscode/chat-history.test.ts took 25.2s
|
🎭 Playwright Run Summary
8 skipped
5 passed (1.1m)
|
🎭 Playwright Run Summary
2 skipped
10 passed (2.6m)
|
🎭 Playwright Run Summary
10 passed (2.8m)
|
🎭 Playwright Run Summary
1 flaky
uninstall.test.ts:7:5 › uninstall extension ────────────────────────────────────────────────────
3 skipped
7 passed (3.0m)
|
🎭 Playwright Run Summary
1 flaky
chat-input.test.ts:242:3 › editing follow-up messages in chat view ─────────────────────────────
3 skipped
8 passed (2.9m)
|