Fix build #1781
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
dispatch.yml
on: push
Lint
/
Broken Markdown links
1m 52s
Lint
/
Super Linter
4m 12s
Build & Test
/
Build Node.js
5m 3s
Build & Test
/
Build Docker image
8m 54s
Staging
/
Staging Deploy
Release
/
Release Docker image
Annotations
3 errors, 2 warnings, and 1 notice
[chromium] › did/create.negative.spec.ts:90:1 › [Negative] It cannot create DID with an invalid length of id in DIDDocument in request body (JSON based):
tests/did/create.negative.spec.ts#L109
1) [chromium] › did/create.negative.spec.ts:90:1 › [Negative] It cannot create DID with an invalid length of id in DIDDocument in request body (JSON based)
Error: expect(received).toBe(expected) // Object.is equality
Expected: 500
Received: 403
107 | headers: { 'Content-Type': 'application/json' },
108 | });
> 109 | expect(response.status()).toBe(StatusCodes.INTERNAL_SERVER_ERROR);
| ^
110 | expect(await response.text()).toEqual(
111 | expect.stringContaining('unique id should be one of: 16 bytes of decoded base58 string or UUID')
112 | );
at /home/runner/work/credential-service/credential-service/tests/did/create.negative.spec.ts:109:28
|
Build & Test / Build Docker image
Canceling since a higher priority waiting request for 'Workflow Dispatch-refs/heads/DEV-3400' exists
|
Build & Test / Build Docker image
The operation was canceled.
|
Slow Test:
[chromium] › did/create.positive.spec.ts#L1
[chromium] › did/create.positive.spec.ts took 52.0s
|
Slow Test:
[chromium] › did/create.negative.spec.ts#L1
[chromium] › did/create.negative.spec.ts took 18.9s
|
🎭 Playwright Run Summary
1 flaky
[chromium] › did/create.negative.spec.ts:90:1 › [Negative] It cannot create DID with an invalid length of id in DIDDocument in request body (JSON based)
24 passed (1.3m)
|