[ECO-2404] Add localStorage caching of events #376
Annotations
5 errors, 1 warning, and 1 notice
|
src/typescript/frontend/tests/e2e/example.spec.ts#L36
1) [firefox] › example.spec.ts:10:5 › api test route ─────────────────────────────────────────────
Error: expect(received).toMatch(expected)
Matcher error: received value must be a string
Received has value: undefined
34 |
35 | expect(res1text).toMatch(numericRegex);
> 36 | expect(res1headers[NEXTJS_CACHE_HEADER]).toMatch("HIT");
| ^
37 |
38 | // Query a second time after a second.
39 | //
at /home/runner/work/emojicoin-dot-fun/emojicoin-dot-fun/src/typescript/frontend/tests/e2e/example.spec.ts:36:44
|
src/typescript/frontend/tests/e2e/example.spec.ts#L36
1) [firefox] › example.spec.ts:10:5 › api test route ─────────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toMatch(expected)
Matcher error: received value must be a string
Received has value: undefined
34 |
35 | expect(res1text).toMatch(numericRegex);
> 36 | expect(res1headers[NEXTJS_CACHE_HEADER]).toMatch("HIT");
| ^
37 |
38 | // Query a second time after a second.
39 | //
at /home/runner/work/emojicoin-dot-fun/emojicoin-dot-fun/src/typescript/frontend/tests/e2e/example.spec.ts:36:44
|
src/typescript/frontend/tests/e2e/example.spec.ts#L36
1) [firefox] › example.spec.ts:10:5 › api test route ─────────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toMatch(expected)
Matcher error: received value must be a string
Received has value: undefined
34 |
35 | expect(res1text).toMatch(numericRegex);
> 36 | expect(res1headers[NEXTJS_CACHE_HEADER]).toMatch("HIT");
| ^
37 |
38 | // Query a second time after a second.
39 | //
at /home/runner/work/emojicoin-dot-fun/emojicoin-dot-fun/src/typescript/frontend/tests/e2e/example.spec.ts:36:44
|
|
src/typescript/frontend/[setup] › global.setup.ts#L1
src/typescript/frontend/[setup] › global.setup.ts took 3.1m
|
|
The logs for this run have expired and are no longer available.
Loading