Feat: fix Claude 3 and mistral support (#137) #6
Annotations
4 errors and 1 notice
[chromium] › templates.spec.ts:15:5 › create new template and test basic playground:
e2e/templates.spec.ts#L20
1) [chromium] › templates.spec.ts:15:5 › create new template and test basic playground ───────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByTestId('empty-action')
18 | await page.waitForLoadState("networkidle")
19 |
> 20 | await page.getByTestId("empty-action").click()
| ^
21 |
22 | await page.getByTestId("rename-template-input").fill("first-template")
23 | await page.getByTestId("rename-template-input").press("Enter")
at /home/runner/work/lunary/lunary/e2e/templates.spec.ts:20:42
|
[chromium] › templates.spec.ts:15:5 › create new template and test basic playground:
e2e/templates.spec.ts#L20
1) [chromium] › templates.spec.ts:15:5 › create new template and test basic playground ───────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByTestId('empty-action')
18 | await page.waitForLoadState("networkidle")
19 |
> 20 | await page.getByTestId("empty-action").click()
| ^
21 |
22 | await page.getByTestId("rename-template-input").fill("first-template")
23 | await page.getByTestId("rename-template-input").press("Enter")
at /home/runner/work/lunary/lunary/e2e/templates.spec.ts:20:42
|
[chromium] › templates.spec.ts:15:5 › create new template and test basic playground:
e2e/templates.spec.ts#L20
1) [chromium] › templates.spec.ts:15:5 › create new template and test basic playground ───────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByTestId('empty-action')
18 | await page.waitForLoadState("networkidle")
19 |
> 20 | await page.getByTestId("empty-action").click()
| ^
21 |
22 | await page.getByTestId("rename-template-input").fill("first-template")
23 | await page.getByTestId("rename-template-input").press("Enter")
at /home/runner/work/lunary/lunary/e2e/templates.spec.ts:20:42
|
run-tests
Process completed with exit code 1.
|
🎭 Playwright Run Summary
1 failed
[chromium] › templates.spec.ts:15:5 › create new template and test basic playground ────────────
1 skipped
4 passed (1.2m)
|