e2e-flakiness-detector #241
Annotations
10 errors and 1 notice
Run xvfb-run -a pnpm -C vscode run test:e2e --repeat-each 10 --retries 0:
vscode/test/e2e/chat-atFile.test.ts#L89
1) chat-atFile.test.ts:35: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' })
87 | await chatInput.fill('')
88 | await chatInput.pressSequentially('@mj', { delay: 350 })
> 89 | await expect(chatPanelFrame.getByRole('option', { name: 'Main.java' })).toBeVisible()
| ^
90 | await chatInput.fill('clear')
91 |
92 | // Searching and clicking
at /home/runner/work/cody/cody/vscode/test/e2e/chat-atFile.test.ts:89:77
|
Run xvfb-run -a pnpm -C vscode run test:e2e --repeat-each 10 --retries 0:
vscode/test/e2e/chat-atFile.test.ts#L1
2) chat-atFile.test.ts:35:3 › @-mention file in chat ─────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run xvfb-run -a pnpm -C vscode run test:e2e --repeat-each 10 --retries 0:
vscode/test/e2e/common.ts#L16
2) chat-atFile.test.ts:35:3 › @-mention file in chat ─────────────────────────────────────────────
TimeoutError: locator.click: Timeout 30000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Sign In to Your Enterprise Instance' })
at common.ts:16
14 | }
15 | await focusSidebar(page)
> 16 | await sidebar.getByRole('button', { name: 'Sign In to Your Enterprise Instance' }).click()
| ^
17 | await page.getByRole('option', { name: 'Sign In with URL and Access Token' }).click()
18 | // Ensure the correct input box has showed up before we start filling in the forms.
19 | await expect(page.getByText('Enter the URL of the')).toBeVisible()
at sidebarSignin (/home/runner/work/cody/cody/vscode/test/e2e/common.ts:16:88)
at /home/runner/work/cody/cody/vscode/test/e2e/chat-atFile.test.ts:40:5
|
Run xvfb-run -a pnpm -C vscode run test:e2e --repeat-each 10 --retries 0:
vscode/test/e2e/chat-atFile.test.ts#L1
2) chat-atFile.test.ts:35:3 › @-mention file in chat ─────────────────────────────────────────────
Tearing down "page" exceeded the test timeout of 30000ms.
|
Run xvfb-run -a pnpm -C vscode run test:e2e --repeat-each 10 --retries 0:
vscode/test/e2e/helpers.ts#L345
2) chat-atFile.test.ts:35:3 › @-mention file in chat ─────────────────────────────────────────────
TimeoutError: page.screenshot: Timeout 30000ms exceeded.
Call log:
- taking page screenshot
at helpers.ts:345
343 | const testSlug = `run_${testInfo.repeatEachIndex}_retry_${testInfo.retry}_failure`
344 | // Take a screenshot before closing the app if we failed
> 345 | const screenshot = await page.screenshot({
| ^
346 | path: path.join(assetsDirectory, 'screenshots', `${testSlug}.png`),
347 | })
348 | await testInfo.attach('screenshot', { body: screenshot, contentType: 'image/png' })
at attachArtifacts (/home/runner/work/cody/cody/vscode/test/e2e/helpers.ts:345:35)
at Object.page (/home/runner/work/cody/cody/vscode/test/e2e/helpers.ts:312:23)
|
Run xvfb-run -a pnpm -C vscode run test:e2e --repeat-each 10 --retries 0:
vscode/test/e2e/chat-atFile.test.ts#L89
3) chat-atFile.test.ts:35: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' })
87 | await chatInput.fill('')
88 | await chatInput.pressSequentially('@mj', { delay: 350 })
> 89 | await expect(chatPanelFrame.getByRole('option', { name: 'Main.java' })).toBeVisible()
| ^
90 | await chatInput.fill('clear')
91 |
92 | // Searching and clicking
at /home/runner/work/cody/cody/vscode/test/e2e/chat-atFile.test.ts:89:77
|
Run xvfb-run -a pnpm -C vscode run test:e2e --repeat-each 10 --retries 0:
vscode/test/e2e/chat-atFile.test.ts#L89
4) chat-atFile.test.ts:35: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' })
87 | await chatInput.fill('')
88 | await chatInput.pressSequentially('@mj', { delay: 350 })
> 89 | await expect(chatPanelFrame.getByRole('option', { name: 'Main.java' })).toBeVisible()
| ^
90 | await chatInput.fill('clear')
91 |
92 | // Searching and clicking
at /home/runner/work/cody/cody/vscode/test/e2e/chat-atFile.test.ts:89:77
|
Run xvfb-run -a pnpm -C vscode run test:e2e --repeat-each 10 --retries 0:
vscode/test/e2e/chat-keyboard-shortcuts.test.ts#L1
5) chat-keyboard-shortcuts.test.ts:35:5 › re-opening chat adds selection ─────────────────────────
Test timeout of 30000ms exceeded.
|
Run xvfb-run -a pnpm -C vscode run test:e2e --repeat-each 10 --retries 0:
vscode/test/e2e/common.ts#L179
5) chat-keyboard-shortcuts.test.ts:35:5 › re-opening chat adds selection ─────────────────────────
Error: locator.fill: Target page, context or browser has been closed
Call log:
- waiting for getByPlaceholder('Type the name of a command to run.')
- locator resolved to <input wrap="off" type="text" class="input" role="combobox" autocorrect="off" spellcheck="false" aria-label="input" custom-hover="true" autocapitalize="off" aria-haspopup="menu" aria-expanded="true" aria-autocomplete="list" aria-controls="quickInput_list" aria-activedescendant="list_id_4_0" aria-describedby="quickInput_message" placeholder="Type the name of a command to run."/>
- fill("buzz.ts")
- attempting fill action
- waiting for element to be visible, enabled and editable
- element is not visible
- retrying fill action, attempt #1
- waiting for element to be visible, enabled and editable
- element is not visible
- retrying fill action, attempt #2
- waiting 20ms
- waiting for element to be visible, enabled and editable
- element is not visible
- retrying fill action, attempt #3
- waiting 100ms
- waiting for element to be visible, enabled and editable
- element is not visible
- retrying fill action, attempt #4
- waiting 100ms
- waiting for element to be visible, enabled and editable
- element is not visible
- retrying fill action, attempt #5
- waiting 500ms
- waiting for element to be visible, enabled and editable
- element is not visible
- retrying fill action, attempt #6
- waiting 500ms
- waiting for element to be visible, enabled and editable
- element is not visible
- retrying fill action, attempt #7
- waiting 500ms
- waiting for element to be visible, enabled and editable
- element is not visible
- retrying fill action, attempt #8
- waiting 500ms
- waiting for element to be visible, enabled and editable
- element is not visible
- retrying fill action, attempt #9
- waiting 500ms
- waiting for element to be visible, enabled and editable
- element is not visible
- retrying fill action, attempt #10
- waiting 500ms
- waiting for element to be visible, enabled and editable
- element is not visible
- retrying fill action, attempt #11
- waiting 500ms
- waiting for element to be visible, enabled and editable
- element is not visible
- retrying fill action, attempt #12
- waiting 500ms
- waiting for element to be visible, enabled and editable
- element is not visible
- retrying fill action, attempt #13
- waiting 500ms
- waiting for element to be visible, enabled and editable
- element is not visible
- retrying fill action, attempt #14
- waiting 500ms
- waiting for element to be visible, enabled and editable
- element is not visible
- retrying fill action, attempt #15
- waiting 500ms
- waiting for element to be visible, enabled and editable
- element is not visible
- retrying fill action, attempt #16
- waiting 500ms
- waiting for element to be visible, enabled and editable
- element is not visible
- retrying fill action, attempt #17
- waiting 500ms
- waiting for element to be visible, enabled and editable
- element is not visible
- retrying fill action, attempt #18
- waiting 500ms
- waiting for element to be visible, enabled and editable
- element is not visible
- retrying fill action, attempt #19
- waiting 500ms
- waiting for element to be visible, enabled and editable
- element is not visible
- retrying fill action, attempt #20
- waiting 500ms
- waiting for element to be visible, enabled and editable
- element is not visible
|
Run xvfb-run -a pnpm -C vscode run test:e2e --repeat-each 10 --retries 0:
vscode/test/e2e/chat-keyboard-shortcuts.test.ts#L1
6) chat-keyboard-shortcuts.test.ts:35:5 › re-opening chat adds selection ─────────────────────────
Test timeout of 30000ms exceeded.
|
Run xvfb-run -a pnpm -C vscode run test:e2e --repeat-each 10 --retries 0
11 failed
chat-atFile.test.ts:35:3 › @-mention file in chat ──────────────────────────────────────────────
chat-atFile.test.ts:35:3 › @-mention file in chat ──────────────────────────────────────────────
chat-atFile.test.ts:35:3 › @-mention file in chat ──────────────────────────────────────────────
chat-atFile.test.ts:35:3 › @-mention file in chat ──────────────────────────────────────────────
chat-keyboard-shortcuts.test.ts:35:5 › re-opening chat adds selection ──────────────────────────
chat-keyboard-shortcuts.test.ts:35:5 › re-opening chat adds selection ──────────────────────────
chat-keyboard-shortcuts.test.ts:35:5 › re-opening chat adds selection ──────────────────────────
chat-keyboard-shortcuts.test.ts:35:5 › re-opening chat adds selection ──────────────────────────
command-core.test.ts:106:3 › Explain Command from Prompts Tab ──────────────────────────────────
command-edit.test.ts:100:1 › edit (fixup) input - range selection ──────────────────────────────
command-edit.test.ts:138:1 › edit (fixup) input - model selection ──────────────────────────────
30 skipped
429 passed (1.8h)
|
Loading