Move the printing of recordings directly to testing/requestErrors #19763
Annotations
1 error, 1 warning, and 1 notice
vscode/test/e2e/command-edit.test.ts#L145
1) command-edit.test.ts:129:1 › edit (fixup) input - model selection ─────────────────────────────
Error: expect(locator).toBeVisible()
Locator: getByLabel('$(anthropic-logo) Claude 3.5').locator('a')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('$(anthropic-logo) Claude 3.5').locator('a')
- locator resolved to <a class="label-name">…</a>
- unexpected value "hidden"
143 | const modelItem = page.getByLabel('$(anthropic-logo) Claude 3.5').locator('a')
144 | await nap()
> 145 | expect(modelItem).toBeVisible()
| ^
146 |
147 | // Open the model input and check it has the correct item selected
148 | await modelItem.click()
at /home/runner/work/cody/cody/vscode/test/e2e/command-edit.test.ts:145:23
|
vscode/enterprise-cody-ignore.test.ts#L1
vscode/enterprise-cody-ignore.test.ts took 20.2s
|
|
This job succeeded
Loading