always use @fs in DEV for client entry #62
Annotations
2 errors and 1 notice
e2e/examples-smoke.spec.ts#L1
1) examples-smoke.spec.ts:144:9 › smoke test on 02_async: dev --with-ssr › check title ───────────
Test timeout of 60000ms exceeded.
|
e2e/examples-smoke.spec.ts#L145
1) examples-smoke.spec.ts:144:9 › smoke test on 02_async: dev --with-ssr › check title ───────────
Error: page.goto: Page closed
=========================== logs ===========================
navigating to "http://localhost:33561/", waiting until "load"
============================================================
143 |
144 | test('check title', async ({ page }) => {
> 145 | await page.goto(`http://localhost:${port}/`);
| ^
146 | const title = await page.title();
147 | expect(title).toBe('Waku example');
148 | });
at /home/runner/work/waku/waku/e2e/examples-smoke.spec.ts:145:22
|
|
The logs for this run have expired and are no longer available.
Loading