e2e-flakiness-detector #224
Annotations
6 errors and 1 notice
Run xvfb-run -a pnpm -C vscode run test:e2e --repeat-each 10 --retries 0:
vscode/test/e2e/command-core.test.ts#L1
1) command-core.test.ts:106:3 › Explain Command from Prompts Tab ─────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run xvfb-run -a pnpm -C vscode run test:e2e --repeat-each 10 --retries 0:
vscode/test/e2e/command-core.test.ts#L127
1) command-core.test.ts:106:3 › Explain Command from Prompts Tab ─────────────────────────────────
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for frameLocator('iframe.webview:first-child:last-child').frameLocator('iframe').getByRole('option', { name: 'Explain Code' })
125 | const sidebarTab = sidebarChat.getByTestId('tab-prompts')
126 | await sidebarTab.click()
> 127 | await sidebarChat.getByRole('option', { name: 'Explain Code' }).click()
| ^
128 |
129 | // Click on a command from the sidebar should not start a new Editor window when sidebar is empty.
130 | await expect(sidebarChat.getByText('hello from the assistant')).toBeVisible()
at /home/runner/work/cody/cody/vscode/test/e2e/command-core.test.ts:127:69
|
Run xvfb-run -a pnpm -C vscode run test:e2e --repeat-each 10 --retries 0:
vscode/test/e2e/command-custom.test.ts#L93
2) command-custom.test.ts:46:3 › create a new user command via the custom commands menu ──────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByText('New Custom Cody Command: Prompt')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('New Custom Cody Command: Prompt')
91 | // Enter prompt
92 | const promptInputTitle = page.getByText('New Custom Cody Command: Prompt')
> 93 | await expect(promptInputTitle).toBeVisible()
| ^
94 | const promptInputBox = page.getByPlaceholder(
95 | 'e.g. Create five different test cases for the selected code'
96 | )
at /home/runner/work/cody/cody/vscode/test/e2e/command-custom.test.ts:93:36
|
Run xvfb-run -a pnpm -C vscode run test:e2e --repeat-each 10 --retries 0:
vscode/test/e2e/command-edit.test.ts#L149
3) command-edit.test.ts:133: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"
147 | const modelItem = page.getByLabel('$(anthropic-logo) Claude 3.5 Sonnet').locator('a')
148 | await nap()
> 149 | expect(modelItem).toBeVisible()
| ^
150 |
151 | // Open the model input and check it has the correct item selected
152 | await modelItem.click()
at /home/runner/work/cody/cody/vscode/test/e2e/command-edit.test.ts:149:23
|
Run xvfb-run -a pnpm -C vscode run test:e2e --repeat-each 10 --retries 0:
vscode/test/e2e/command-edit.test.ts#L113
4) command-edit.test.ts:95:1 › edit (fixup) input - range selection ──────────────────────────────
Error: expect(locator).toBeVisible()
Locator: getByText('Nearest Code Block')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('Nearest Code Block')
111 | // Check the correct range item is auto-selected
112 | const rangeItem = page.getByText('Nearest Code Block')
> 113 | expect(rangeItem).toBeVisible()
| ^
114 |
115 | // Open the range input and check it has the correct item selected
116 | await rangeItem.click()
at /home/runner/work/cody/cody/vscode/test/e2e/command-edit.test.ts:113:23
|
Run xvfb-run -a pnpm -C vscode run test:e2e --repeat-each 10 --retries 0
Process completed with exit code 1.
|
Run xvfb-run -a pnpm -C vscode run test:e2e --repeat-each 10 --retries 0
4 failed
command-core.test.ts:106:3 › Explain Command from Prompts Tab ──────────────────────────────────
command-custom.test.ts:46:3 › create a new user command via the custom commands menu ───────────
command-edit.test.ts:133:1 › edit (fixup) input - model selection ──────────────────────────────
command-edit.test.ts:95:1 › edit (fixup) input - range selection ───────────────────────────────
30 skipped
436 passed (1.4h)
|
Loading