vscode-insiders-release #743
Annotations
1 error, 6 warnings, and 1 notice
chat-input.test.ts:26:3 › chat input focus:
vscode/test/e2e/chat-input.test.ts#L61
1) chat-input.test.ts:26:3 › chat input focus ────────────────────────────────────────────────────
Error: locator.click: Error: strict mode violation: getByLabel(/Commands \(/) resolved to 3 elements:
1) <a tabindex="0" role="button" aria-label="Cody Comm…></a> aka getByLabel('Cody: Chat actions').getByLabel('Cody Commands (Alt+C)')
2) <a tabindex="0" role="button" aria-label="Cody Comm…></a> aka getByLabel('Chat Section').getByLabel('Cody Commands (Alt+C)')
3) <a tabindex="0" role="button" aria-label="Cody Comm…></a> aka locator('[id="workbench\\.parts\\.editor"]').getByLabel('Cody Commands (Alt+C)')
Call log:
- waiting for getByLabel(/Commands \(/)
59 |
60 | // Submit a new chat question from the command menu.
> 61 | await page.getByLabel(/Commands \(/).click()
| ^
62 | await page.waitForTimeout(100)
63 |
64 | // HACK: The 'delay' command is used to make sure the response is streamed 400ms after
at /home/runner/work/cody/cody/vscode/test/e2e/chat-input.test.ts:61:42
|
release
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
vscode/chat-atFile.test.ts#L1
vscode/chat-atFile.test.ts took 1.2m
|
Slow Test:
vscode/command-custom.test.ts#L1
vscode/command-custom.test.ts took 1.1m
|
Slow Test:
vscode/initial-context.test.ts#L1
vscode/initial-context.test.ts took 46.6s
|
Slow Test:
vscode/command-core.test.ts#L1
vscode/command-core.test.ts took 41.9s
|
Slow Test:
vscode/command-edit.test.ts#L1
vscode/command-edit.test.ts took 40.3s
|
🎭 Playwright Run Summary
1 flaky
chat-input.test.ts:26:3 › chat input focus ─────────────────────────────────────────────────────
3 skipped
41 passed (9.4m)
|