Merge remote-tracking branch 'origin/develop' into DEV-3217 #1751
Annotations
7 errors, 1 warning, and 1 notice
tests/did/create.negative.spec.ts#L27
1) [chromium] › did/create.negative.spec.ts:20:1 › [Negative] It cannot create DID with missed verificationMethodType field in request body (Form based)
Error: expect(received).toBe(expected) // Object.is equality
Expected: 400
Received: 500
25 | headers: { 'Content-Type': 'application/x-www-form-urlencoded' },
26 | });
> 27 | expect(response.status()).toBe(StatusCodes.BAD_REQUEST);
| ^
28 | expect(await response.text()).toEqual(
29 | expect.stringContaining('Provide a DID Document or the VerificationMethodType to create a DID')
30 | );
at /home/runner/work/credential-service/credential-service/tests/did/create.negative.spec.ts:27:28
|
tests/did/create.negative.spec.ts#L27
1) [chromium] › did/create.negative.spec.ts:20:1 › [Negative] It cannot create DID with missed verificationMethodType field in request body (Form based)
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 400
Received: 500
25 | headers: { 'Content-Type': 'application/x-www-form-urlencoded' },
26 | });
> 27 | expect(response.status()).toBe(StatusCodes.BAD_REQUEST);
| ^
28 | expect(await response.text()).toEqual(
29 | expect.stringContaining('Provide a DID Document or the VerificationMethodType to create a DID')
30 | );
at /home/runner/work/credential-service/credential-service/tests/did/create.negative.spec.ts:27:28
|
tests/did/create.negative.spec.ts#L27
1) [chromium] › did/create.negative.spec.ts:20:1 › [Negative] It cannot create DID with missed verificationMethodType field in request body (Form based)
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 400
Received: 500
25 | headers: { 'Content-Type': 'application/x-www-form-urlencoded' },
26 | });
> 27 | expect(response.status()).toBe(StatusCodes.BAD_REQUEST);
| ^
28 | expect(await response.text()).toEqual(
29 | expect.stringContaining('Provide a DID Document or the VerificationMethodType to create a DID')
30 | );
at /home/runner/work/credential-service/credential-service/tests/did/create.negative.spec.ts:27:28
|
tests/did/create.positive.spec.ts#L19
2) [chromium] › did/create.positive.spec.ts:10:1 › [Positive] It can create DID with mandatory properties (Form based + Indy style)
Error: expect(received).toBe(expected) // Object.is equality
Expected: 200
Received: 500
17 | });
18 | expect(response).toBeOK();
> 19 | expect(response.status()).toBe(StatusCodes.OK);
| ^
20 |
21 | // resolve a created DID
22 | response = await request.get(`/did/search/${(await response.json()).did}`, {
at /home/runner/work/credential-service/credential-service/tests/did/create.positive.spec.ts:19:28
|
tests/did/create.positive.spec.ts#L19
2) [chromium] › did/create.positive.spec.ts:10:1 › [Positive] It can create DID with mandatory properties (Form based + Indy style)
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 200
Received: 500
17 | });
18 | expect(response).toBeOK();
> 19 | expect(response.status()).toBe(StatusCodes.OK);
| ^
20 |
21 | // resolve a created DID
22 | response = await request.get(`/did/search/${(await response.json()).did}`, {
at /home/runner/work/credential-service/credential-service/tests/did/create.positive.spec.ts:19:28
|
tests/did/create.positive.spec.ts#L1
2) [chromium] › did/create.positive.spec.ts:10:1 › [Positive] It can create DID with mandatory properties (Form based + Indy style)
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test was interrupted.
|
|
[setup] › auth.setup.ts#L1
[setup] › auth.setup.ts took 16.9s
|
1 failed
[chromium] › did/create.negative.spec.ts:20:1 › [Negative] It cannot create DID with missed verificationMethodType field in request body (Form based)
1 flaky
[chromium] › did/create.positive.spec.ts:10:1 › [Positive] It can create DID with mandatory properties (Form based + Indy style)
14 skipped
9 passed (41.2s)
|
The logs for this run have expired and are no longer available.
Loading