vscode-insiders-release #835
vscode-insiders-release.yml
on: workflow_dispatch
release
18m 6s
Annotations
1 error, 5 warnings, and 1 notice
command-edit.test.ts:106:1 › edit (fixup) input - range selection:
vscode/test/e2e/command-edit.test.ts#L124
1) command-edit.test.ts:106:1 › edit (fixup) input - range selection ─────────────────────────────
Error: expect.toBeVisible: Error: strict mode violation: getByText('Nearest Code Block') resolved to 2 elements:
1) <span class="monaco-highlighted-label">…</span> aka getByLabel('$(file-code) Nearest Code').getByText('Nearest Code Block')
2) <span class="monaco-highlighted-label">…</span> aka getByLabel('check file-code Nearest Code').locator('a').filter({ hasText: 'Nearest Code Block' })
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('Nearest Code Block')
122 | // Check the correct range item is auto-selected
123 | const rangeItem = page.getByText('Nearest Code Block')
> 124 | expect(rangeItem).toBeVisible()
| ^
125 |
126 | // Open the range input and check it has the correct item selected
127 | await rangeItem.click()
at /home/runner/work/cody/cody/vscode/test/e2e/command-edit.test.ts:124:23
|
Slow Test:
vscode/chat-atFile.test.ts#L1
vscode/chat-atFile.test.ts took 1.4m
|
Slow Test:
vscode/command-custom.test.ts#L1
vscode/command-custom.test.ts took 1.2m
|
Slow Test:
vscode/chat-input.test.ts#L1
vscode/chat-input.test.ts took 58.4s
|
Slow Test:
vscode/initial-context.test.ts#L1
vscode/initial-context.test.ts took 52.4s
|
Slow Test:
vscode/command-core.test.ts#L1
vscode/command-core.test.ts took 43.9s
|
🎭 Playwright Run Summary
1 flaky
command-edit.test.ts:106:1 › edit (fixup) input - range selection ──────────────────────────────
3 skipped
43 passed (11.2m)
|