Update dependency axios to v1.7.4 [SECURITY] #19943
ci.yml
on: pull_request
fast_tests_matrix_prep
0s
slow_tests_matrix_prep
0s
build
2m 32s
Matrix: test-integration
Matrix: test-unit
Matrix: test-e2e
Annotations
4 errors, 10 warnings, and 5 notices
chat-input.test.ts:27:3 › chat input focus:
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
|
test-unit (ubuntu, 20)
Process completed with exit code 1.
|
test-unit (ubuntu, 18)
Process completed with exit code 1.
|
test-unit (windows, 20)
Process completed with exit code 1.
|
Slow Test:
vscode/initial-context.test.ts#L1
vscode/initial-context.test.ts took 44.8s
|
Slow Test:
vscode/support-menu-items.test.ts#L1
vscode/support-menu-items.test.ts took 16.0s
|
Slow Test:
vscode/command-edit.test.ts#L1
vscode/command-edit.test.ts took 38.1s
|
Slow Test:
vscode/enterprise-cody-ignore.test.ts#L1
vscode/enterprise-cody-ignore.test.ts took 19.3s
|
Slow Test:
vscode/chat-rateLimit.test.ts#L1
vscode/chat-rateLimit.test.ts took 24.3s
|
Slow Test:
vscode/chat-atFile.test.ts#L1
vscode/chat-atFile.test.ts took 1.2m
|
Slow Test:
vscode/attribution.test.ts#L1
vscode/attribution.test.ts took 19.6s
|
Slow Test:
vscode/command-custom.test.ts#L1
vscode/command-custom.test.ts took 1.0m
|
Slow Test:
vscode/command-core.test.ts#L1
vscode/command-core.test.ts took 34.2s
|
Slow Test:
vscode/code-actions.test.ts#L1
vscode/code-actions.test.ts took 32.1s
|
🎭 Playwright Run Summary
2 skipped
7 passed (1.3m)
|
🎭 Playwright Run Summary
1 skipped
6 passed (1.4m)
|
🎭 Playwright Run Summary
1 flaky
chat-input.test.ts:27:3 › chat input focus ─────────────────────────────────────────────────────
8 passed (2.0m)
|
🎭 Playwright Run Summary
10 passed (2.1m)
|
🎭 Playwright Run Summary
11 passed (2.6m)
|