fix(auto-edit): fix the false notification for auto-edit non eligibil… #26235
Annotations
4 errors, 5 warnings, and 1 notice
Run $env:GITHUB_REF=$env:BRANCH_NAME; pnpm -C vscode run test:e2e:
vscode\test\e2e\chat-input.test.ts#L256
1) chat-input.test.ts:242:3 › editing follow-up messages in chat view ────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: frameLocator('.simple-find-part-wrapper + iframe.webview').last().frameLocator('iframe').getByText(/Two/)
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').getByText(/Two/)
254 | await lastChatInput.press('Enter')
255 | await page.waitForTimeout(1000)
> 256 | await expect(chatFrame.getByText(/Two/)).toBeVisible()
| ^
257 | await lastChatInput.fill('Three')
258 | await lastChatInput.press('Enter')
259 | await page.waitForTimeout(1000)
at D:\a\cody\cody\vscode\test\e2e\chat-input.test.ts:256:46
|
Run $env:GITHUB_REF=$env:BRANCH_NAME; pnpm -C vscode run test:e2e:
vscode\test\e2e\chat-input.test.ts#L1
1) chat-input.test.ts:242:3 › editing follow-up messages in chat view ────────────────────────────
Error: EBUSY: resource busy or locked, rename 'D:\a\cody\cody\playwright\editing_follow_up_messages_in_chat_view\temp-videos\f92ab8f45b530785fe778f4afaabfbe7.webm' -> 'D:\a\cody\cody\playwright\editing_follow_up_messages_in_chat_view\videos\run_0_retry_0_failure.webm'
|
Run $env:GITHUB_REF=$env:BRANCH_NAME; pnpm -C vscode run test:e2e:
vscode\test\e2e\command-edit.test.ts#L123
2) command-edit.test.ts:105:1 › edit (fixup) input - range selection ─────────────────────────────
Error: Timed out 5000ms waiting for 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')
121 | // Check the correct range item is auto-selected
122 | const rangeItem = page.getByText('Nearest Code Block')
> 123 | expect(rangeItem).toBeVisible()
| ^
124 |
125 | // Open the range input and check it has the correct item selected
126 | await rangeItem.click()
at D:\a\cody\cody\vscode\test\e2e\command-edit.test.ts:123:23
|
Run $env:GITHUB_REF=$env:BRANCH_NAME; pnpm -C vscode run test:e2e:
vscode\test\e2e\command-edit.test.ts#L159
3) command-edit.test.ts:143:1 › edit (fixup) input - model selection ─────────────────────────────
Error: expect(locator).toBeVisible()
Locator: getByLabel('$(anthropic-logo) Claude 3.5 Sonnet').locator('a')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('$(anthropic-logo) Claude 3.5 Sonnet').locator('a')
- locator resolved to <a class="label-name">…</a>
- unexpected value "hidden"
- locator resolved to <a class="label-name">…</a>
- unexpected value "hidden"
- locator resolved to <a class="label-name">…</a>
- unexpected value "hidden"
157 | const modelItem = page.getByLabel('$(anthropic-logo) Claude 3.5 Sonnet').locator('a')
158 | await nap()
> 159 | expect(modelItem).toBeVisible()
| ^
160 |
161 | // Open the model input and check it has the correct item selected
162 | await modelItem.click()
at D:\a\cody\cody\vscode\test\e2e\command-edit.test.ts:159:23
|
Run $env:GITHUB_REF=$env:BRANCH_NAME; pnpm -C vscode run test:e2e:
vscode\chat-atFile.test.ts#L1
vscode\chat-atFile.test.ts took 1.7m
|
Run $env:GITHUB_REF=$env:BRANCH_NAME; pnpm -C vscode run test:e2e:
vscode\command-custom.test.ts#L1
vscode\command-custom.test.ts took 1.4m
|
Run $env:GITHUB_REF=$env:BRANCH_NAME; pnpm -C vscode run test:e2e:
vscode\initial-context.test.ts#L1
vscode\initial-context.test.ts took 1.0m
|
Run $env:GITHUB_REF=$env:BRANCH_NAME; pnpm -C vscode run test:e2e:
vscode\command-core.test.ts#L1
vscode\command-core.test.ts took 51.3s
|
Run $env:GITHUB_REF=$env:BRANCH_NAME; pnpm -C vscode run test:e2e:
vscode\chat-rateLimit.test.ts#L1
vscode\chat-rateLimit.test.ts took 43.9s
|
Run $env:GITHUB_REF=$env:BRANCH_NAME; pnpm -C vscode run test:e2e
3 flaky
chat-input.test.ts:242:3 › editing follow-up messages in chat view ─────────────────────────────
command-edit.test.ts:105:1 › edit (fixup) input - range selection ──────────────────────────────
command-edit.test.ts:143:1 › edit (fixup) input - model selection ──────────────────────────────
17 skipped
38 passed (13.1m)
|
Loading