[JB] Release Omnibox: remove feature flag #26135
Annotations
1 error, 2 warnings, and 1 notice
Run GITHUB_REF=$BRANCH_NAME xvfb-run -a pnpm -C vscode run test:e2e --shard=2/5:
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
|
Run GITHUB_REF=$BRANCH_NAME xvfb-run -a pnpm -C vscode run test:e2e --shard=2/5:
vscode/chat-atFile.test.ts#L1
vscode/chat-atFile.test.ts took 1.6m
|
Run GITHUB_REF=$BRANCH_NAME xvfb-run -a pnpm -C vscode run test:e2e --shard=2/5:
vscode/chat-history.test.ts#L1
vscode/chat-history.test.ts took 25.2s
|
Run GITHUB_REF=$BRANCH_NAME xvfb-run -a pnpm -C vscode run test:e2e --shard=2/5
1 flaky
chat-input.test.ts:242:3 › editing follow-up messages in chat view ─────────────────────────────
3 skipped
8 passed (2.9m)
|
Loading