Skip to content

fix: Add valid context in jsonld #2727

fix: Add valid context in jsonld

fix: Add valid context in jsonld #2727

Triggered via push October 16, 2024 13:21
Status Cancelled
Total duration 5m 34s
Artifacts 1

dispatch.yml

on: push
Lint  /  Broken Markdown links
2m 48s
Lint / Broken Markdown links
Lint  /  Super Linter
4m 56s
Lint / Super Linter
Build & Test  /  Build Node.js
4m 47s
Build & Test / Build Node.js
Build & Test  /  Build Docker image
5m 21s
Build & Test / Build Docker image
Release  /  Release Docker image
Release / Release Docker image
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 1 notice
[Parallel Logged In User Tests] › parallel/credential/issue-verify-flow.spec.ts:141:1 › Issue a jsonLD credential with JsonWebKey2020: tests/e2e/parallel/credential/issue-verify-flow.spec.ts#L177
1) [Parallel Logged In User Tests] › parallel/credential/issue-verify-flow.spec.ts:141:1 › Issue a jsonLD credential with JsonWebKey2020 Error: expect(received).toBe(expected) // Object.is equality Expected: 200 Received: 400 175 | const result = await verifyResponse.json(); 176 | expect(verifyResponse).toBeOK(); > 177 | expect(verifyResponse.status()).toBe(StatusCodes.OK); | ^ 178 | expect(result.verified).toBe(true); 179 | }); 180 | at /home/runner/work/studio/studio/tests/e2e/parallel/credential/issue-verify-flow.spec.ts:177:34
[Parallel Logged In User Tests] › parallel/credential/issue-verify-flow.spec.ts:141:1 › Issue a jsonLD credential with JsonWebKey2020: tests/e2e/parallel/credential/issue-verify-flow.spec.ts#L176
1) [Parallel Logged In User Tests] › parallel/credential/issue-verify-flow.spec.ts:141:1 › Issue a jsonLD credential with JsonWebKey2020 Error: expect(received).toBeOK() Call log: - → POST http://localhost:3000/credential/verify - user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.29 Safari/537.36 - accept: */* - accept-encoding: gzip,deflate,br - x-api-key: *** - Content-Type: application/json - content-length: 773 - ← 400 Bad Request - content-security-policy: default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests - cross-origin-opener-policy: same-origin - cross-origin-resource-policy: same-origin - origin-agent-cluster: ?1 - referrer-policy: no-referrer - strict-transport-security: max-age=15552000; includeSubDomains - x-content-type-options: nosniff - x-dns-prefetch-control: off - x-download-options: noopen - x-frame-options: SAMEORIGIN - x-permitted-cross-domain-policies: none - x-xss-protection: 0 - vary: Origin - content-type: application/json; charset=utf-8 - content-length: 59 - etag: W/"3b-K7phvcqPIfLDrQ7kC3Q6vutixiA" - date: Wed, 16 Oct 2024 13:24:35 GMT - connection: keep-alive - keep-alive: timeout=5 Response text: {"verified":false,"error":"verify: Verification error(s)."} 174 | }); 175 | const result = await verifyResponse.json(); > 176 | expect(verifyResponse).toBeOK(); | ^ 177 | expect(verifyResponse.status()).toBe(StatusCodes.OK); 178 | expect(result.verified).toBe(true); 179 | }); at /home/runner/work/studio/studio/tests/e2e/parallel/credential/issue-verify-flow.spec.ts:176:25
[Parallel Logged In User Tests] › parallel/credential/issue-verify-flow.spec.ts:141:1 › Issue a jsonLD credential with JsonWebKey2020: tests/e2e/parallel/credential/issue-verify-flow.spec.ts#L177
1) [Parallel Logged In User Tests] › parallel/credential/issue-verify-flow.spec.ts:141:1 › Issue a jsonLD credential with JsonWebKey2020 Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 200 Received: 400 175 | const result = await verifyResponse.json(); 176 | expect(verifyResponse).toBeOK(); > 177 | expect(verifyResponse.status()).toBe(StatusCodes.OK); | ^ 178 | expect(result.verified).toBe(true); 179 | }); 180 | at /home/runner/work/studio/studio/tests/e2e/parallel/credential/issue-verify-flow.spec.ts:177:34
[Parallel Logged In User Tests] › parallel/credential/issue-verify-flow.spec.ts:141:1 › Issue a jsonLD credential with JsonWebKey2020: tests/e2e/parallel/credential/issue-verify-flow.spec.ts#L176
1) [Parallel Logged In User Tests] › parallel/credential/issue-verify-flow.spec.ts:141:1 › Issue a jsonLD credential with JsonWebKey2020 Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBeOK() Call log: - → POST http://localhost:3000/credential/verify - user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.29 Safari/537.36 - accept: */* - accept-encoding: gzip,deflate,br - x-api-key: *** - Content-Type: application/json - content-length: 773 - ← 400 Bad Request - content-security-policy: default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests - cross-origin-opener-policy: same-origin - cross-origin-resource-policy: same-origin - origin-agent-cluster: ?1 - referrer-policy: no-referrer - strict-transport-security: max-age=15552000; includeSubDomains - x-content-type-options: nosniff - x-dns-prefetch-control: off - x-download-options: noopen - x-frame-options: SAMEORIGIN - x-permitted-cross-domain-policies: none - x-xss-protection: 0 - vary: Origin - content-type: application/json; charset=utf-8 - content-length: 59 - etag: W/"3b-K7phvcqPIfLDrQ7kC3Q6vutixiA" - date: Wed, 16 Oct 2024 13:24:50 GMT - connection: keep-alive - keep-alive: timeout=5 Response text: {"verified":false,"error":"verify: Verification error(s)."} 174 | }); 175 | const result = await verifyResponse.json(); > 176 | expect(verifyResponse).toBeOK(); | ^ 177 | expect(verifyResponse.status()).toBe(StatusCodes.OK); 178 | expect(result.verified).toBe(true); 179 | }); at /home/runner/work/studio/studio/tests/e2e/parallel/credential/issue-verify-flow.spec.ts:176:25
[Parallel Logged In User Tests] › parallel/credential/issue-verify-flow.spec.ts:141:1 › Issue a jsonLD credential with JsonWebKey2020: tests/e2e/parallel/credential/issue-verify-flow.spec.ts#L177
1) [Parallel Logged In User Tests] › parallel/credential/issue-verify-flow.spec.ts:141:1 › Issue a jsonLD credential with JsonWebKey2020 Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 200 Received: 400 175 | const result = await verifyResponse.json(); 176 | expect(verifyResponse).toBeOK(); > 177 | expect(verifyResponse.status()).toBe(StatusCodes.OK); | ^ 178 | expect(result.verified).toBe(true); 179 | }); 180 | at /home/runner/work/studio/studio/tests/e2e/parallel/credential/issue-verify-flow.spec.ts:177:34
[Parallel Logged In User Tests] › parallel/credential/issue-verify-flow.spec.ts:141:1 › Issue a jsonLD credential with JsonWebKey2020: tests/e2e/parallel/credential/issue-verify-flow.spec.ts#L176
1) [Parallel Logged In User Tests] › parallel/credential/issue-verify-flow.spec.ts:141:1 › Issue a jsonLD credential with JsonWebKey2020 Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBeOK() Call log: - → POST http://localhost:3000/credential/verify - user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.29 Safari/537.36 - accept: */* - accept-encoding: gzip,deflate,br - x-api-key: *** - Content-Type: application/json - content-length: 773 - ← 400 Bad Request - content-security-policy: default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests - cross-origin-opener-policy: same-origin - cross-origin-resource-policy: same-origin - origin-agent-cluster: ?1 - referrer-policy: no-referrer - strict-transport-security: max-age=15552000; includeSubDomains - x-content-type-options: nosniff - x-dns-prefetch-control: off - x-download-options: noopen - x-frame-options: SAMEORIGIN - x-permitted-cross-domain-policies: none - x-xss-protection: 0 - vary: Origin - content-type: application/json; charset=utf-8 - content-length: 59 - etag: W/"3b-K7phvcqPIfLDrQ7kC3Q6vutixiA" - date: Wed, 16 Oct 2024 13:25:05 GMT - connection: keep-alive - keep-alive: timeout=5 Response text: {"verified":false,"error":"verify: Verification error(s)."} 174 | }); 175 | const result = await verifyResponse.json(); > 176 | expect(verifyResponse).toBeOK(); | ^ 177 | expect(verifyResponse.status()).toBe(StatusCodes.OK); 178 | expect(result.verified).toBe(true); 179 | }); at /home/runner/work/studio/studio/tests/e2e/parallel/credential/issue-verify-flow.spec.ts:176:25
Build & Test / Build Node.js
Process completed with exit code 1.
Lint / Super Linter
Canceling since a higher priority waiting request for 'Workflow Dispatch-refs/heads/authorise' exists
Lint / Super Linter
The operation was canceled.
Build & Test / Build Docker image
Canceling since a higher priority waiting request for 'Workflow Dispatch-refs/heads/authorise' exists
Build & Test / Build Docker image
The operation was canceled.
🎭 Playwright Run Summary
1 failed [Parallel Logged In User Tests] › parallel/credential/issue-verify-flow.spec.ts:141:1 › Issue a jsonLD credential with JsonWebKey2020 1 skipped 63 passed (2.7m)

Artifacts

Produced during runtime
Name Size
playwright-report Expired
14 KB