hide "New Chat in Sidebar" command (#4837) #97
Annotations
1 error, 11 warnings, and 1 notice
command-core.test.ts:35:3 › Explain Command & Smell Command & Chat from Command Menu:
vscode/test/e2e/common.ts#L128
1) command-core.test.ts:35:3 › Explain Command & Smell Command & Chat from Command Menu ──────────
Error: locator.click: Application exited
Call log:
- waiting for frameLocator('iframe.webview').last().frameLocator('iframe').locator('[data-testid="context"]').filter({ hasText: 'Context' }).locator('button').filter({ hasText: 'Context' })
- locator resolved to <button type="button" id="radix-:r5:" title="2 items" da…>…</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <iframe class="webview " name="20da4b90-13bb-44c8-8b26-6…></iframe> from <div data-keybinding-context="35" id="20da4b90-13bb-4…>…</div> subtree intercepts pointer events
- retrying click action, attempt #1
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <iframe class="webview ready" name="20da4b90-13bb-44c8-8…></iframe> from <div data-keybinding-context="35" id="20da4b90-13bb-4…>…</div> subtree intercepts pointer events
- retrying click action, attempt #2
- waiting 20ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <iframe class="webview ready" name="20da4b90-13bb-44c8-8…></iframe> from <div data-keybinding-context="35" id="20da4b90-13bb-4…>…</div> subtree intercepts pointer events
- retrying click action, attempt #3
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
at common.ts:128
126 |
127 | export async function openContextCell(contextCell: Locator) {
> 128 | contextCell.locator('button', { hasText: 'Context' }).click()
| ^
129 | }
130 |
131 | export async function expectContextCellCounts(
at openContextCell (/home/runner/work/cody/cody/vscode/test/e2e/common.ts:128:59)
at /home/runner/work/cody/cody/vscode/test/e2e/command-core.test.ts:93:26
|
release
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/create-release@v1, actions/upload-release-asset@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
release
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@v3, actions/create-release@v1, actions/upload-release-asset@v1. 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.1m
|
Slow Test:
vscode/command-custom.test.ts#L1
vscode/command-custom.test.ts took 50.7s
|
Slow Test:
vscode/chat-input.test.ts#L1
vscode/chat-input.test.ts took 48.9s
|
Slow Test:
vscode/initial-context.test.ts#L1
vscode/initial-context.test.ts took 47.3s
|
Slow Test:
vscode/command-edit.test.ts#L1
vscode/command-edit.test.ts took 35.9s
|
release
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
release
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
release
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
release
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
🎭 Playwright Run Summary
1 flaky
command-core.test.ts:35:3 › Explain Command & Smell Command & Chat from Command Menu ───────────
4 skipped
42 passed (8.8m)
|