Update dependency axios to v1.7.4 [SECURITY] #19943
Annotations
1 error, 1 warning, and 1 notice
Run xvfb-run -a pnpm -C vscode run test:e2e --shard=2/5:
vscode/test/e2e/chat-input.test.ts#L62
1) chat-input.test.ts:27: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 \(/)
60 |
61 | // Submit a new chat question from the command menu.
> 62 | await page.getByLabel(/Commands \(/).click()
| ^
63 | await page.waitForTimeout(100)
64 |
65 | // 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:62:42
|
Run xvfb-run -a pnpm -C vscode run test:e2e --shard=2/5:
vscode/chat-rateLimit.test.ts#L1
vscode/chat-rateLimit.test.ts took 24.3s
|
Run xvfb-run -a pnpm -C vscode run test:e2e --shard=2/5
1 flaky
chat-input.test.ts:27:3 › chat input focus ─────────────────────────────────────────────────────
8 passed (2.0m)
|
Loading