Playwright V2 E2E Framework #18174
Annotations
3 errors, 1 warning, and 1 notice
vscode/test/e2e/common.ts#L58
1) chat-atFile.test.ts:46:3 › @-mention file in chat ─────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByText('Chat alongside your code, attach files,')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('Chat alongside your code, attach files,')
at common.ts:58
56 | export async function expectAuthenticated(page: Page) {
57 | await focusSidebar(page)
> 58 | await expect(page.getByText('Chat alongside your code, attach files,')).toBeVisible()
| ^
59 | }
60 |
61 | // Selector for the Explorer button in the sidebar that would match on Mac and Linux
at expectAuthenticated (/home/runner/work/cody/cody/vscode/test/e2e/common.ts:58:77)
at sidebarSignin (/home/runner/work/cody/cody/vscode/test/e2e/common.ts:32:5)
at /home/runner/work/cody/cody/vscode/test/e2e/chat-atFile.test.ts:51:5
|
vscode/test/e2e/common.ts#L58
2) chat-atFile.test.ts:299:3 › @-mention file range ──────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByText('Chat alongside your code, attach files,')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('Chat alongside your code, attach files,')
at common.ts:58
56 | export async function expectAuthenticated(page: Page) {
57 | await focusSidebar(page)
> 58 | await expect(page.getByText('Chat alongside your code, attach files,')).toBeVisible()
| ^
59 | }
60 |
61 | // Selector for the Explorer button in the sidebar that would match on Mac and Linux
at expectAuthenticated (/home/runner/work/cody/cody/vscode/test/e2e/common.ts:58:77)
at sidebarSignin (/home/runner/work/cody/cody/vscode/test/e2e/common.ts:32:5)
at /home/runner/work/cody/cody/vscode/test/e2e/chat-atFile.test.ts:300:5
|
vscode/test/e2e/common.ts#L58
3) chat-history.test.ts:34:3 › shows chat history in sidebar and update chat panel correctly ─────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByText('Chat alongside your code, attach files,')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('Chat alongside your code, attach files,')
at common.ts:58
56 | export async function expectAuthenticated(page: Page) {
57 | await focusSidebar(page)
> 58 | await expect(page.getByText('Chat alongside your code, attach files,')).toBeVisible()
| ^
59 | }
60 |
61 | // Selector for the Explorer button in the sidebar that would match on Mac and Linux
at expectAuthenticated (/home/runner/work/cody/cody/vscode/test/e2e/common.ts:58:77)
at sidebarSignin (/home/runner/work/cody/cody/vscode/test/e2e/common.ts:32:5)
at /home/runner/work/cody/cody/vscode/test/e2e/chat-history.test.ts:36:5
|
vscode/attribution.test.ts#L1
vscode/attribution.test.ts took 23.5s
|
3 flaky
chat-atFile.test.ts:46:3 › @-mention file in chat ──────────────────────────────────────────────
chat-atFile.test.ts:299:3 › @-mention file range ───────────────────────────────────────────────
chat-history.test.ts:34:3 › shows chat history in sidebar and update chat panel correctly ──────
7 passed (2.9m)
|
This job succeeded
Loading