[ECO-2438] Finish payment solution implementation #440
Annotations
5 errors, 1 warning, and 1 notice
Run Playwright tests
@econia-labs/emojicoin-frontend#test: command (/home/runner/work/emojicoin-dot-fun/emojicoin-dot-fun/src/typescript/frontend) /opt/hostedtoolcache/node/20.12.2/x64/bin/pnpm run test exited (1)
|
Run Playwright tests:
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
|
Run Playwright tests:
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
|
Run Playwright tests:
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
|
Run Playwright tests
Process completed with exit code 1.
|
Run Playwright tests:
src/typescript/frontend/[setup] › global.setup.ts#L1
src/typescript/frontend/[setup] › global.setup.ts took 2.9m
|
Run Playwright tests
1 failed
[firefox] › example.spec.ts:10:5 › api test route ──────────────────────────────────────────────
3 passed (3.3m)
|
Loading