test: update visual snapshots #9
Annotations
11 errors and 1 notice
|
Run e2e tests:
e2e/tests/app/metadata.test.ts#L131
1) [chromium] › tests/app/metadata.test.ts:113:1 › should serve an open-graph image ──────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "image/png"
Received: "text/html; charset=utf-8"
129 |
130 | expect(status).toBe(200);
> 131 | expect(contentType).toBe("image/png");
| ^
132 | }
133 | });
134 |
at /home/runner/work/clariah-at-platform/clariah-at-platform/e2e/tests/app/metadata.test.ts:131:23
|
Run e2e tests:
e2e/tests/app/metadata.test.ts#L131
1) [chromium] › tests/app/metadata.test.ts:113:1 › should serve an open-graph image ──────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "image/png"
Received: "text/html; charset=utf-8"
129 |
130 | expect(status).toBe(200);
> 131 | expect(contentType).toBe("image/png");
| ^
132 | }
133 | });
134 |
at /home/runner/work/clariah-at-platform/clariah-at-platform/e2e/tests/app/metadata.test.ts:131:23
|
Run e2e tests:
e2e/tests/app/metadata.test.ts#L131
1) [chromium] › tests/app/metadata.test.ts:113:1 › should serve an open-graph image ──────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "image/png"
Received: "text/html; charset=utf-8"
129 |
130 | expect(status).toBe(200);
> 131 | expect(contentType).toBe("image/png");
| ^
132 | }
133 | });
134 |
at /home/runner/work/clariah-at-platform/clariah-at-platform/e2e/tests/app/metadata.test.ts:131:23
|
Run e2e tests:
e2e/tests/app/metadata.test.ts#L131
2) [firefox] › tests/app/metadata.test.ts:113:1 › should serve an open-graph image ───────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "image/png"
Received: "text/html; charset=utf-8"
129 |
130 | expect(status).toBe(200);
> 131 | expect(contentType).toBe("image/png");
| ^
132 | }
133 | });
134 |
at /home/runner/work/clariah-at-platform/clariah-at-platform/e2e/tests/app/metadata.test.ts:131:23
|
Run e2e tests:
e2e/tests/app/metadata.test.ts#L131
2) [firefox] › tests/app/metadata.test.ts:113:1 › should serve an open-graph image ───────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "image/png"
Received: "text/html; charset=utf-8"
129 |
130 | expect(status).toBe(200);
> 131 | expect(contentType).toBe("image/png");
| ^
132 | }
133 | });
134 |
at /home/runner/work/clariah-at-platform/clariah-at-platform/e2e/tests/app/metadata.test.ts:131:23
|
Run e2e tests:
e2e/tests/app/metadata.test.ts#L131
2) [firefox] › tests/app/metadata.test.ts:113:1 › should serve an open-graph image ───────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "image/png"
Received: "text/html; charset=utf-8"
129 |
130 | expect(status).toBe(200);
> 131 | expect(contentType).toBe("image/png");
| ^
132 | }
133 | });
134 |
at /home/runner/work/clariah-at-platform/clariah-at-platform/e2e/tests/app/metadata.test.ts:131:23
|
Run e2e tests:
e2e/tests/app/metadata.test.ts#L131
3) [webkit] › tests/app/metadata.test.ts:113:1 › should serve an open-graph image ────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "image/png"
Received: "text/html; charset=utf-8"
129 |
130 | expect(status).toBe(200);
> 131 | expect(contentType).toBe("image/png");
| ^
132 | }
133 | });
134 |
at /home/runner/work/clariah-at-platform/clariah-at-platform/e2e/tests/app/metadata.test.ts:131:23
|
Run e2e tests:
e2e/tests/app/metadata.test.ts#L131
3) [webkit] › tests/app/metadata.test.ts:113:1 › should serve an open-graph image ────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "image/png"
Received: "text/html; charset=utf-8"
129 |
130 | expect(status).toBe(200);
> 131 | expect(contentType).toBe("image/png");
| ^
132 | }
133 | });
134 |
at /home/runner/work/clariah-at-platform/clariah-at-platform/e2e/tests/app/metadata.test.ts:131:23
|
Run e2e tests:
e2e/tests/app/metadata.test.ts#L131
3) [webkit] › tests/app/metadata.test.ts:113:1 › should serve an open-graph image ────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "image/png"
Received: "text/html; charset=utf-8"
129 |
130 | expect(status).toBe(200);
> 131 | expect(contentType).toBe("image/png");
| ^
132 | }
133 | });
134 |
at /home/runner/work/clariah-at-platform/clariah-at-platform/e2e/tests/app/metadata.test.ts:131:23
|
Run e2e tests
The operation was canceled.
|
Run e2e tests
3 failed
[chromium] › tests/app/metadata.test.ts:113:1 › should serve an open-graph image ───────────────
[firefox] › tests/app/metadata.test.ts:113:1 › should serve an open-graph image ────────────────
[webkit] › tests/app/metadata.test.ts:113:1 › should serve an open-graph image ─────────────────
15 skipped
90 passed (1.7m)
|
Loading