Prepare one box UI for Cody Web usage (#5552) #21266
Annotations
1 error, 5 warnings, and 1 notice
Run GITHUB_REF=$BRANCH_NAME xvfb-run -a pnpm -C vscode run test:e2e --shard=:
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
|
Run GITHUB_REF=$BRANCH_NAME xvfb-run -a pnpm -C vscode run test:e2e --shard=:
vscode/chat-atFile.test.ts#L1
vscode/chat-atFile.test.ts took 1.1m
|
Run GITHUB_REF=$BRANCH_NAME xvfb-run -a pnpm -C vscode run test:e2e --shard=:
vscode/command-custom.test.ts#L1
vscode/command-custom.test.ts took 58.9s
|
Run GITHUB_REF=$BRANCH_NAME xvfb-run -a pnpm -C vscode run test:e2e --shard=:
vscode/initial-context.test.ts#L1
vscode/initial-context.test.ts took 40.0s
|
Run GITHUB_REF=$BRANCH_NAME xvfb-run -a pnpm -C vscode run test:e2e --shard=:
vscode/command-edit.test.ts#L1
vscode/command-edit.test.ts took 33.9s
|
Run GITHUB_REF=$BRANCH_NAME xvfb-run -a pnpm -C vscode run test:e2e --shard=:
vscode/command-core.test.ts#L1
vscode/command-core.test.ts took 33.9s
|
Run GITHUB_REF=$BRANCH_NAME xvfb-run -a pnpm -C vscode run test:e2e --shard=
1 flaky
chat-input.test.ts:26:3 › chat input focus ─────────────────────────────────────────────────────
3 skipped
41 passed (8.3m)
|
Loading