chore/auto-edit: cleanup the logging with the context source for logging #26238
ci.yml
on: pull_request
fast_tests_matrix_prep
0s
slow_tests_matrix_prep
0s
build
2m 25s
Matrix: test-integration
Matrix: test-unit
Matrix: test-e2e
Annotations
1 error, 13 warnings, and 5 notices
command-edit.test.ts:105:1 › edit (fixup) input - range selection:
vscode/test/e2e/command-edit.test.ts#L128
1) command-edit.test.ts:105:1 › edit (fixup) input - range selection ─────────────────────────────
Error: expect(locator).toBeVisible()
Locator: getByLabel('check file-code Nearest Code Block')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('check file-code Nearest Code Block')
126 | await rangeItem.click()
127 | const selectedRangeItem = page.getByLabel('check file-code Nearest Code Block')
> 128 | expect(selectedRangeItem).toBeVisible()
| ^
129 |
130 | // Open the symbols input and check it has the correct item selected
131 | const symbolitem = page.getByText('Select a Symbol...')
at /home/runner/work/cody/cody/vscode/test/e2e/command-edit.test.ts:128:31
|
Slow Test:
vscode/auth.test.ts#L1
vscode/auth.test.ts took 33.9s
|
Slow Test:
vscode/attribution.test.ts#L1
vscode/attribution.test.ts took 24.1s
|
Slow Test:
vscode/initial-context.test.ts#L1
vscode/initial-context.test.ts took 56.2s
|
Slow Test:
vscode/support-menu-items.test.ts#L1
vscode/support-menu-items.test.ts took 22.0s
|
Slow Test:
vscode/chat-atFile.test.ts#L1
vscode/chat-atFile.test.ts took 1.5m
|
Slow Test:
vscode/chat-input.test.ts#L1
vscode/chat-input.test.ts took 31.2s
|
Slow Test:
vscode/chat-history.test.ts#L1
vscode/chat-history.test.ts took 23.8s
|
Slow Test:
vscode/command-core.test.ts#L1
vscode/command-core.test.ts took 45.0s
|
Slow Test:
vscode/code-actions.test.ts#L1
vscode/code-actions.test.ts took 36.5s
|
Slow Test:
vscode/chat-rateLimit.test.ts#L1
vscode/chat-rateLimit.test.ts took 35.2s
|
Slow Test:
vscode/chat-messages.test.ts#L1
vscode/chat-messages.test.ts took 22.7s
|
Slow Test:
vscode/command-custom.test.ts#L1
vscode/command-custom.test.ts took 1.3m
|
Slow Test:
vscode/enterprise-cody-ignore.test.ts#L1
vscode/enterprise-cody-ignore.test.ts took 19.0s
|
🎭 Playwright Run Summary
8 skipped
5 passed (1.0m)
|
🎭 Playwright Run Summary
4 skipped
7 passed (1.6m)
|
🎭 Playwright Run Summary
3 skipped
9 passed (2.4m)
|
🎭 Playwright Run Summary
2 skipped
10 passed (2.6m)
|
🎭 Playwright Run Summary
1 flaky
command-edit.test.ts:105:1 › edit (fixup) input - range selection ──────────────────────────────
9 passed (3.1m)
|