chore/auto-edit: cleanup the logging with the context source for logging #26238
Annotations
1 error, 2 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#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
|
Run GITHUB_REF=$BRANCH_NAME xvfb-run -a pnpm -C vscode run test:e2e --shard=4/5:
vscode/command-custom.test.ts#L1
vscode/command-custom.test.ts took 1.3m
|
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 GITHUB_REF=$BRANCH_NAME xvfb-run -a pnpm -C vscode run test:e2e --shard=4/5
1 flaky
command-edit.test.ts:105:1 › edit (fixup) input - range selection ──────────────────────────────
9 passed (3.1m)
|
Loading