Chat: ensure ScrollDown button only takes it's width #23519
Annotations
1 error, 3 warnings, and 1 notice
Run GITHUB_REF=$BRANCH_NAME xvfb-run -a pnpm -C vscode run test:e2e --shard=4/5:
vscode/test/e2e/command-edit.test.ts#L124
1) command-edit.test.ts:106:1 › edit (fixup) input - range selection ─────────────────────────────
Error: expect(locator).toBeVisible()
Locator: getByText('Nearest Code Block')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('Nearest Code Block')
122 | // Check the correct range item is auto-selected
123 | const rangeItem = page.getByText('Nearest Code Block')
> 124 | expect(rangeItem).toBeVisible()
| ^
125 |
126 | // Open the range input and check it has the correct item selected
127 | await rangeItem.click()
at /home/runner/work/cody/cody/vscode/test/e2e/command-edit.test.ts:124:23
|
Run GITHUB_REF=$BRANCH_NAME xvfb-run -a pnpm -C vscode run test:e2e --shard=4/5:
vscode/initial-context.test.ts#L1
vscode/initial-context.test.ts took 52.0s
|
Run GITHUB_REF=$BRANCH_NAME xvfb-run -a pnpm -C vscode run test:e2e --shard=4/5:
vscode/enterprise-cody-ignore.test.ts#L1
vscode/enterprise-cody-ignore.test.ts took 19.0s
|
Run google-github-actions/setup-gcloud@v2
The gcloud CLI is not authenticated (or it is not installed). Authenticate by adding the "google-github-actions/auth" step prior this one.
|
Run GITHUB_REF=$BRANCH_NAME xvfb-run -a pnpm -C vscode run test:e2e --shard=4/5
1 flaky
command-edit.test.ts:106:1 › edit (fixup) input - range selection ──────────────────────────────
1 skipped
9 passed (2.7m)
|
Loading