too many updates #51
Annotations
10 errors, 1 warning, and 1 notice
e2e/examples-smoke.spec.ts#L147
1) examples-smoke.spec.ts:144:9 › smoke test on 01_counter: dev --with-ssr › check title ─────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "Waku example"
Received: ""
145 | await page.goto(`http://localhost:${port}/`);
146 | const title = await page.title();
> 147 | expect(title).toBe('Waku example');
| ^
148 | });
149 | });
150 | }
at /home/runner/work/waku/waku/e2e/examples-smoke.spec.ts:147:25
|
e2e/examples-smoke.spec.ts#L147
1) examples-smoke.spec.ts:144:9 › smoke test on 01_counter: dev --with-ssr › check title ─────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "Waku example"
Received: ""
145 | await page.goto(`http://localhost:${port}/`);
146 | const title = await page.title();
> 147 | expect(title).toBe('Waku example');
| ^
148 | });
149 | });
150 | }
at /home/runner/work/waku/waku/e2e/examples-smoke.spec.ts:147:25
|
e2e/examples-smoke.spec.ts#L147
1) examples-smoke.spec.ts:144:9 › smoke test on 01_counter: dev --with-ssr › check title ─────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "Waku example"
Received: ""
145 | await page.goto(`http://localhost:${port}/`);
146 | const title = await page.title();
> 147 | expect(title).toBe('Waku example');
| ^
148 | });
149 | });
150 | }
at /home/runner/work/waku/waku/e2e/examples-smoke.spec.ts:147:25
|
e2e/examples-smoke.spec.ts#L147
1) examples-smoke.spec.ts:144:9 › smoke test on 01_counter: dev --with-ssr › check title ─────────
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "Waku example"
Received: ""
145 | await page.goto(`http://localhost:${port}/`);
146 | const title = await page.title();
> 147 | expect(title).toBe('Waku example');
| ^
148 | });
149 | });
150 | }
at /home/runner/work/waku/waku/e2e/examples-smoke.spec.ts:147:25
|
e2e/examples-smoke.spec.ts#L147
2) examples-smoke.spec.ts:144:9 › smoke test on 02_async: dev --with-ssr › check title ───────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "Waku example"
Received: ""
145 | await page.goto(`http://localhost:${port}/`);
146 | const title = await page.title();
> 147 | expect(title).toBe('Waku example');
| ^
148 | });
149 | });
150 | }
at /home/runner/work/waku/waku/e2e/examples-smoke.spec.ts:147:25
|
e2e/examples-smoke.spec.ts#L147
2) examples-smoke.spec.ts:144:9 › smoke test on 02_async: dev --with-ssr › check title ───────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "Waku example"
Received: ""
145 | await page.goto(`http://localhost:${port}/`);
146 | const title = await page.title();
> 147 | expect(title).toBe('Waku example');
| ^
148 | });
149 | });
150 | }
at /home/runner/work/waku/waku/e2e/examples-smoke.spec.ts:147:25
|
e2e/examples-smoke.spec.ts#L147
2) examples-smoke.spec.ts:144:9 › smoke test on 02_async: dev --with-ssr › check title ───────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "Waku example"
Received: ""
145 | await page.goto(`http://localhost:${port}/`);
146 | const title = await page.title();
> 147 | expect(title).toBe('Waku example');
| ^
148 | });
149 | });
150 | }
at /home/runner/work/waku/waku/e2e/examples-smoke.spec.ts:147:25
|
e2e/examples-smoke.spec.ts#L147
2) examples-smoke.spec.ts:144:9 › smoke test on 02_async: dev --with-ssr › check title ───────────
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "Waku example"
Received: ""
145 | await page.goto(`http://localhost:${port}/`);
146 | const title = await page.title();
> 147 | expect(title).toBe('Waku example');
| ^
148 | });
149 | });
150 | }
at /home/runner/work/waku/waku/e2e/examples-smoke.spec.ts:147:25
|
e2e/examples-smoke.spec.ts#L147
3) examples-smoke.spec.ts:144:9 › smoke test on 03_promise: dev --with-ssr › check title ─────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "Waku example"
Received: ""
145 | await page.goto(`http://localhost:${port}/`);
146 | const title = await page.title();
> 147 | expect(title).toBe('Waku example');
| ^
148 | });
149 | });
150 | }
at /home/runner/work/waku/waku/e2e/examples-smoke.spec.ts:147:25
|
e2e/examples-smoke.spec.ts#L147
3) examples-smoke.spec.ts:144:9 › smoke test on 03_promise: dev --with-ssr › check title ─────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "Waku example"
Received: ""
145 | await page.goto(`http://localhost:${port}/`);
146 | const title = await page.title();
> 147 | expect(title).toBe('Waku example');
| ^
148 | });
149 | });
150 | }
at /home/runner/work/waku/waku/e2e/examples-smoke.spec.ts:147:25
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
13 failed
examples-smoke.spec.ts:144:9 › smoke test on 01_counter: dev --with-ssr › check title ──────────
examples-smoke.spec.ts:144:9 › smoke test on 02_async: dev --with-ssr › check title ────────────
examples-smoke.spec.ts:144:9 › smoke test on 03_promise: dev --with-ssr › check title ──────────
examples-smoke.spec.ts:144:9 › smoke test on 04_callserver: dev --with-ssr › check title ───────
examples-smoke.spec.ts:144:9 › smoke test on 05_mutation: dev --with-ssr › check title ─────────
examples-smoke.spec.ts:144:9 › smoke test on 06_nesting: dev --with-ssr › check title ──────────
examples-smoke.spec.ts:144:9 › smoke test on 07_router: dev --with-ssr › check title ───────────
examples-smoke.spec.ts:103:9 › smoke test on 08_cookies: node dev.js --with-ssr › check title ──
examples-smoke.spec.ts:144:9 › smoke test on 09_cssmodules: dev --with-ssr › check title ───────
examples-smoke.spec.ts:144:9 › smoke test on 10_dynamicroute: dev --with-ssr › check title ─────
examples-smoke.spec.ts:144:9 › smoke test on 11_form: dev --with-ssr › check title ─────────────
ssr-basic.spec.ts:56:5 › ssr-basic: dev --with-ssr › increase counter ──────────────────────────
ssr-basic.spec.ts:68:5 › ssr-basic: dev --with-ssr › no js environment should have first screen
37 passed (3.9m)
|
The logs for this run have expired and are no longer available.
Loading