Adds searching chat history to the history tab #26227
Annotations
5 errors, 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-history.test.ts#L34
1) chat-history.test.ts:17:3 › restore chat from sidebar history view ────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: frameLocator('iframe.webview:first-child:last-child').frameLocator('iframe').getByRole('button', { name: 'Hey' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for frameLocator('iframe.webview:first-child:last-child').frameLocator('iframe').getByRole('button', { name: 'Hey' })
32 |
33 | const newHistoryItem = sidebarChat.getByRole('button', { name: 'Hey' })
> 34 | await expect(newHistoryItem).toBeVisible()
| ^
35 | await newHistoryItem.click()
36 | })
37 |
at /home/runner/work/cody/cody/vscode/test/e2e/chat-history.test.ts:34:34
|
Run GITHUB_REF=$BRANCH_NAME xvfb-run -a pnpm -C vscode run test:e2e --shard=2/5:
vscode/test/e2e/chat-history.test.ts#L34
1) chat-history.test.ts:17:3 › restore chat from sidebar history view ────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: frameLocator('iframe.webview:first-child:last-child').frameLocator('iframe').getByRole('button', { name: 'Hey' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for frameLocator('iframe.webview:first-child:last-child').frameLocator('iframe').getByRole('button', { name: 'Hey' })
32 |
33 | const newHistoryItem = sidebarChat.getByRole('button', { name: 'Hey' })
> 34 | await expect(newHistoryItem).toBeVisible()
| ^
35 | await newHistoryItem.click()
36 | })
37 |
at /home/runner/work/cody/cody/vscode/test/e2e/chat-history.test.ts:34:34
|
Run GITHUB_REF=$BRANCH_NAME xvfb-run -a pnpm -C vscode run test:e2e --shard=2/5:
vscode/test/e2e/chat-history.test.ts#L67
2) chat-history.test.ts:50:3 › delete chat from sidebar history view ─────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: frameLocator('iframe.webview:first-child:last-child').frameLocator('iframe').getByRole('button', { name: 'Hey' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for frameLocator('iframe.webview:first-child:last-child').frameLocator('iframe').getByRole('button', { name: 'Hey' })
65 |
66 | const newHistoryItem = sidebarChat.getByRole('button', { name: 'Hey' })
> 67 | await expect(newHistoryItem).toBeVisible()
| ^
68 |
69 | const deleteButton = sidebarChat.getByRole('button', { name: 'Delete chat' })
70 | await expect(deleteButton).toBeVisible()
at /home/runner/work/cody/cody/vscode/test/e2e/chat-history.test.ts:67:34
|
Run GITHUB_REF=$BRANCH_NAME xvfb-run -a pnpm -C vscode run test:e2e --shard=2/5:
vscode/test/e2e/chat-history.test.ts#L67
2) chat-history.test.ts:50:3 › delete chat from sidebar history view ─────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: frameLocator('iframe.webview:first-child:last-child').frameLocator('iframe').getByRole('button', { name: 'Hey' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for frameLocator('iframe.webview:first-child:last-child').frameLocator('iframe').getByRole('button', { name: 'Hey' })
65 |
66 | const newHistoryItem = sidebarChat.getByRole('button', { name: 'Hey' })
> 67 | await expect(newHistoryItem).toBeVisible()
| ^
68 |
69 | const deleteButton = sidebarChat.getByRole('button', { name: 'Delete chat' })
70 | await expect(deleteButton).toBeVisible()
at /home/runner/work/cody/cody/vscode/test/e2e/chat-history.test.ts:67:34
|
Run GITHUB_REF=$BRANCH_NAME xvfb-run -a pnpm -C vscode run test:e2e --shard=2/5
Process completed with exit code 1.
|
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.5m
|
Run GITHUB_REF=$BRANCH_NAME xvfb-run -a pnpm -C vscode run test:e2e --shard=2/5:
vscode/chat-input.test.ts#L1
vscode/chat-input.test.ts took 31.7s
|
Run GITHUB_REF=$BRANCH_NAME xvfb-run -a pnpm -C vscode run test:e2e --shard=2/5
2 failed
chat-history.test.ts:17:3 › restore chat from sidebar history view ─────────────────────────────
chat-history.test.ts:50:3 › delete chat from sidebar history view ──────────────────────────────
3 skipped
7 passed (3.1m)
|
Loading