Fix review comments #1783
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
2m 24s
Lint
/
Super Linter
3m 21s
Build & Test
/
Build Node.js
3m 4s
Build & Test
/
Build Docker image
8m 21s
Staging
/
Staging Deploy
Release
/
Release Docker image
Annotations
1 error, 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
|
Slow Test:
[chromium] › did/create.positive.spec.ts#L1
[chromium] › did/create.positive.spec.ts took 1.0m
|
Slow Test:
[chromium] › did/create.negative.spec.ts#L1
[chromium] › did/create.negative.spec.ts took 23.1s
|
🎭 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.5m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
credential-service-staging
Expired
|
593 MB |
|