External Authentication Providers Support for Cody #25295
Annotations
1 error, 3 warnings, and 1 notice
Run GITHUB_REF=$BRANCH_NAME xvfb-run -a pnpm -C vscode run test:e2e --shard=1/5:
vscode/test/e2e/chat-atFile.test.ts#L88
1) chat-atFile.test.ts:34:3 › @-mention file in chat ─────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: frameLocator('.simple-find-part-wrapper + iframe.webview').last().frameLocator('iframe').getByRole('option', { name: 'Main.java' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for frameLocator('.simple-find-part-wrapper + iframe.webview').last().frameLocator('iframe').getByRole('option', { name: 'Main.java' })
86 | await chatInput.fill('')
87 | await chatInput.pressSequentially('@mj', { delay: 350 })
> 88 | await expect(chatPanelFrame.getByRole('option', { name: 'Main.java' })).toBeVisible()
| ^
89 | await chatInput.fill('clear')
90 |
91 | // Searching and clicking
at /home/runner/work/cody/cody/vscode/test/e2e/chat-atFile.test.ts:88:77
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run GITHUB_REF=$BRANCH_NAME xvfb-run -a pnpm -C vscode run test:e2e --shard=1/5:
vscode/auth.test.ts#L1
vscode/auth.test.ts took 33.3s
|
Run GITHUB_REF=$BRANCH_NAME xvfb-run -a pnpm -C vscode run test:e2e --shard=1/5:
vscode/attribution.test.ts#L1
vscode/attribution.test.ts took 23.6s
|
Run GITHUB_REF=$BRANCH_NAME xvfb-run -a pnpm -C vscode run test:e2e --shard=1/5
1 flaky
chat-atFile.test.ts:34:3 › @-mention file in chat ──────────────────────────────────────────────
2 skipped
9 passed (2.7m)
|
Loading