fix: Bump txn free for creating resources #2751
Annotations
7 errors, 1 warning, and 2 notices
|
tests/e2e/sequential/accreditation/revocation-flow.spec.ts#L69
1) [Logged In User Tests] › sequential/accreditation/revocation-flow.spec.ts:56:1 › Verify a Accreditation status after revocation
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
67 | expect(response).toBeOK();
68 | expect(response.status()).toBe(StatusCodes.OK);
> 69 | expect(result.revoked).toBe(true);
| ^
70 | expect(result.published).toBe(true);
71 |
72 | const verificationResponse = await request.post(`/trust-registry/accreditation/verify?verifyStatus=true`, {
at /home/runner/work/studio/studio/tests/e2e/sequential/accreditation/revocation-flow.spec.ts:69:25
|
tests/e2e/sequential/accreditation/revocation-flow.spec.ts#L69
1) [Logged In User Tests] › sequential/accreditation/revocation-flow.spec.ts:56:1 › Verify a Accreditation status after revocation
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
67 | expect(response).toBeOK();
68 | expect(response.status()).toBe(StatusCodes.OK);
> 69 | expect(result.revoked).toBe(true);
| ^
70 | expect(result.published).toBe(true);
71 |
72 | const verificationResponse = await request.post(`/trust-registry/accreditation/verify?verifyStatus=true`, {
at /home/runner/work/studio/studio/tests/e2e/sequential/accreditation/revocation-flow.spec.ts:69:25
|
tests/e2e/sequential/accreditation/revocation-flow.spec.ts#L69
1) [Logged In User Tests] › sequential/accreditation/revocation-flow.spec.ts:56:1 › Verify a Accreditation status after revocation
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
67 | expect(response).toBeOK();
68 | expect(response.status()).toBe(StatusCodes.OK);
> 69 | expect(result.revoked).toBe(true);
| ^
70 | expect(result.published).toBe(true);
71 |
72 | const verificationResponse = await request.post(`/trust-registry/accreditation/verify?verifyStatus=true`, {
at /home/runner/work/studio/studio/tests/e2e/sequential/accreditation/revocation-flow.spec.ts:69:25
|
tests/e2e/sequential/accreditation/suspension-flow.spec.ts#L71
2) [Logged In User Tests] › sequential/accreditation/suspension-flow.spec.ts:58:1 › Verify a credential status after suspension
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
69 | expect(response).toBeOK();
70 | expect(response.status()).toBe(StatusCodes.OK);
> 71 | expect(result.suspended).toBe(true);
| ^
72 | expect(result.published).toBe(true);
73 |
74 | const verificationResponse = await request.post(`/trust-registry/accreditation/verify?verifyStatus=true`, {
at /home/runner/work/studio/studio/tests/e2e/sequential/accreditation/suspension-flow.spec.ts:71:27
|
tests/e2e/sequential/accreditation/suspension-flow.spec.ts#L71
2) [Logged In User Tests] › sequential/accreditation/suspension-flow.spec.ts:58:1 › Verify a credential status after suspension
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
69 | expect(response).toBeOK();
70 | expect(response.status()).toBe(StatusCodes.OK);
> 71 | expect(result.suspended).toBe(true);
| ^
72 | expect(result.published).toBe(true);
73 |
74 | const verificationResponse = await request.post(`/trust-registry/accreditation/verify?verifyStatus=true`, {
at /home/runner/work/studio/studio/tests/e2e/sequential/accreditation/suspension-flow.spec.ts:71:27
|
|
[Logged In User Tests] › sequential/accreditation/issue-verify-flow.spec.ts#L1
[Logged In User Tests] › sequential/accreditation/issue-verify-flow.spec.ts took 2.7m
|
|
|
This job failed
Loading