Skip to content

e2e-flakiness-detector #308

e2e-flakiness-detector

e2e-flakiness-detector #308

Triggered via schedule January 11, 2025 14:04
Status Failure
Total duration 1h 59m 18s
Artifacts 1
Matrix: test-e2e
Fit to window
Zoom out
Zoom in

Annotations

11 errors, 2 warnings, and 1 notice
test-e2e (windows)
npm failed with exit code 1
test-e2e (windows)
Process completed with exit code 1.
chat-atFile.test.ts:34:3 › @-mention file in chat: vscode/test/e2e/chat-atFile.test.ts#L88
1) chat-atFile.test.ts:34:3 › @-mention file in chat ───────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: frameLocator('.simple-find-part-wrapper + iframe.webview').last().frameLocator('iframe').getByRole('option', { name: 'Main.java' }) Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for frameLocator('.simple-find-part-wrapper + iframe.webview').last().frameLocator('iframe').getByRole('option', { name: 'Main.java' }) 86 | await chatInput.fill('') 87 | await chatInput.pressSequentially('@mj', { delay: 350 }) > 88 | await expect(chatPanelFrame.getByRole('option', { name: 'Main.java' })).toBeVisible() | ^ 89 | await chatInput.fill('clear') 90 | 91 | // Searching and clicking at /home/runner/work/cody/cody/vscode/test/e2e/chat-atFile.test.ts:88:77
command-core.test.ts:111:3 › Explain Command from Prompts Tab: vscode/test/e2e/command-core.test.ts#L1
2) command-core.test.ts:111:3 › Explain Command from Prompts Tab ───────────────────────────────── Test timeout of 30000ms exceeded.
command-core.test.ts:111:3 › Explain Command from Prompts Tab: vscode/test/e2e/common.ts#L22
2) command-core.test.ts:111:3 › Explain Command from Prompts Tab ───────────────────────────────── Error: locator.click: Frame was detached Call log: - waiting for getByRole('button', { name: 'Sourcegraph logo Continue' }) at common.ts:22 20 | await focusSidebar(page) 21 | > 22 | await sidebar.getByRole('button', { name: 'Sourcegraph logo Continue' }).click() | ^ 23 | 24 | await sidebar.getByText('Sourcegraph Instance URL').click() 25 | await sidebar.getByPlaceholder('Example: https://instance.').click() at sidebarSignin (/home/runner/work/cody/cody/vscode/test/e2e/common.ts:22:78) at /home/runner/work/cody/cody/vscode/test/e2e/command-core.test.ts:117:5
command-edit.test.ts:143:1 › edit (fixup) input - model selection: vscode/test/e2e/command-edit.test.ts#L159
3) command-edit.test.ts:143:1 › edit (fixup) input - model selection ───────────────────────────── Error: expect(locator).toBeVisible() Locator: getByLabel('$(anthropic-logo) Claude 3.5 Sonnet').locator('a') Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByLabel('$(anthropic-logo) Claude 3.5 Sonnet').locator('a') - locator resolved to <a class="label-name">…</a> - unexpected value "hidden" - locator resolved to <a class="label-name">…</a> - unexpected value "hidden" - locator resolved to <a class="label-name">…</a> - unexpected value "hidden" - locator resolved to <a class="label-name">…</a> - unexpected value "hidden" 157 | const modelItem = page.getByLabel('$(anthropic-logo) Claude 3.5 Sonnet').locator('a') 158 | await nap() > 159 | expect(modelItem).toBeVisible() | ^ 160 | 161 | // Open the model input and check it has the correct item selected 162 | await modelItem.click() at /home/runner/work/cody/cody/vscode/test/e2e/command-edit.test.ts:159:23
uninstall.test.ts:7:5 › uninstall extension: vscode/test/e2e/common.ts#L62
4) 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
uninstall.test.ts:7:5 › uninstall extension: vscode/test/e2e/common.ts#L62
5) 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
uninstall.test.ts:7:5 › uninstall extension: vscode/test/e2e/common.ts#L62
6) 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
uninstall.test.ts:7:5 › uninstall extension: vscode/test/e2e/common.ts#L62
7) 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
test-e2e (ubuntu)
Process completed with exit code 1.
test-e2e (windows)
No files were found with the provided path: playwright/. No artifacts will be uploaded.
test-e2e (ubuntu)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
🎭 Playwright Run Summary
7 failed chat-atFile.test.ts:34:3 › @-mention file in chat ────────────────────────────────────────────── command-core.test.ts:111:3 › Explain Command from Prompts Tab ────────────────────────────────── command-edit.test.ts:143:1 › edit (fixup) input - model selection ────────────────────────────── uninstall.test.ts:7:5 › uninstall extension ──────────────────────────────────────────────────── uninstall.test.ts:7:5 › uninstall extension ──────────────────────────────────────────────────── uninstall.test.ts:7:5 › uninstall extension ──────────────────────────────────────────────────── uninstall.test.ts:7:5 › uninstall extension ──────────────────────────────────────────────────── 50 skipped 463 passed (1.9h)

Artifacts

Produced during runtime
Name Size
playwright-recordings ubuntu
1.54 MB