feat: temp disable feedback cache #1319
Annotations
1 error, 3 warnings, and 1 notice
Run tests:
packages/e2e/logs.spec.ts#L63
1) [chromium] › logs.spec.ts:56:5 › thread side panel is visible ─────────────────────────────────
TimeoutError: page.waitForSelector: Timeout 10000ms exceeded.
Call log:
- waiting for locator('#chat-replay') to be visible
61 | await row.click();
62 | await page.waitForLoadState("networkidle");
> 63 | await page.waitForSelector("#chat-replay");
| ^
64 | await expect(page.locator("#chat-replay")).toBeVisible();
65 | });
66 |
at /home/runner/work/lunary/lunary/packages/e2e/logs.spec.ts:63:14
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run tests:
packages/e2e/[chromium] › templates.spec.ts#L1
packages/e2e/[chromium] › templates.spec.ts took 20.6s
|
Run actions/upload-artifact@v4
No files were found with the provided path: packages/e2e/playwright-report/. No artifacts will be uploaded.
|
Run tests
1 flaky
[chromium] › logs.spec.ts:56:5 › thread side panel is visible ──────────────────────────────────
19 passed (1.2m)
|
Loading