Merge pull request #212 from lidofinance/dependabot/npm_and_yarn/foll… #104
Annotations
4 errors, 1 warning, and 1 notice
Run tests on testnet/staging:
test/smoke.spec.ts#L20
1) [api] › smoke.spec.ts:16:5 › Smoke GET › /api/oneinch-rate ────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 200
Received: 500
18 |
19 | const resp = await request.get(element.uri);
> 20 | expect(resp.status()).toBe(200);
| ^
21 | const validationResult = validator.validate(
22 | await resp.json(),
23 | element.schema,
at /home/runner/work/ethereum-staking-widget/ethereum-staking-widget/test/smoke.spec.ts:20:29
|
Run tests on testnet/staging:
test/smoke.spec.ts#L20
1) [api] › smoke.spec.ts:16:5 › Smoke GET › /api/oneinch-rate ────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 200
Received: 500
18 |
19 | const resp = await request.get(element.uri);
> 20 | expect(resp.status()).toBe(200);
| ^
21 | const validationResult = validator.validate(
22 | await resp.json(),
23 | element.schema,
at /home/runner/work/ethereum-staking-widget/ethereum-staking-widget/test/smoke.spec.ts:20:29
|
Run tests on testnet/staging:
test/smoke.spec.ts#L20
1) [api] › smoke.spec.ts:16:5 › Smoke GET › /api/oneinch-rate ────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 200
Received: 500
18 |
19 | const resp = await request.get(element.uri);
> 20 | expect(resp.status()).toBe(200);
| ^
21 | const validationResult = validator.validate(
22 | await resp.json(),
23 | element.schema,
at /home/runner/work/ethereum-staking-widget/ethereum-staking-widget/test/smoke.spec.ts:20:29
|
Run tests on testnet/staging
Process completed with exit code 1.
|
Run actions/upload-artifact@v4
No files were found with the provided path: test/playwright-report/. No artifacts will be uploaded.
|
Run tests on testnet/staging
1 failed
[api] › smoke.spec.ts:16:5 › Smoke GET › /api/oneinch-rate ─────────────────────────────────────
3 skipped
43 passed (41.8s)
|
The logs for this run have expired and are no longer available.
Loading