Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
DaevMithran committed Mar 3, 2025
1 parent 52aca8b commit c02f23b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/e2e/parallel/accreditation/negative-flow.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ test(' Issue accreditation [Negative]: Invalid schema', async ({ request }) => {
},
});

console.log("Accredidtation response", await issueResponse.json())
expect(issueResponse.status()).toBe(StatusCodes.UNAUTHORIZED);

Check failure on line 40 in tests/e2e/parallel/accreditation/negative-flow.spec.ts

View workflow job for this annotation

GitHub Actions / Build & Test / Build Node.js

[Parallel Logged In User Tests] › tests/e2e/parallel/accreditation/negative-flow.spec.ts:28:1 › Issue accreditation [Negative]: Invalid schema

1) [Parallel Logged In User Tests] › tests/e2e/parallel/accreditation/negative-flow.spec.ts:28:1 › Issue accreditation [Negative]: Invalid schema Error: expect(received).toBe(expected) // Object.is equality Expected: 401 Received: 500 38 | 39 | console.log("Accredidtation response", await issueResponse.json()) > 40 | expect(issueResponse.status()).toBe(StatusCodes.UNAUTHORIZED); | ^ 41 | }); 42 | at /home/runner/work/studio/studio/tests/e2e/parallel/accreditation/negative-flow.spec.ts:40:33

Check failure on line 40 in tests/e2e/parallel/accreditation/negative-flow.spec.ts

View workflow job for this annotation

GitHub Actions / Build & Test / Build Node.js

[Parallel Logged In User Tests] › tests/e2e/parallel/accreditation/negative-flow.spec.ts:28:1 › Issue accreditation [Negative]: Invalid schema

1) [Parallel Logged In User Tests] › tests/e2e/parallel/accreditation/negative-flow.spec.ts:28:1 › Issue accreditation [Negative]: Invalid schema Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 401 Received: 500 38 | 39 | console.log("Accredidtation response", await issueResponse.json()) > 40 | expect(issueResponse.status()).toBe(StatusCodes.UNAUTHORIZED); | ^ 41 | }); 42 | at /home/runner/work/studio/studio/tests/e2e/parallel/accreditation/negative-flow.spec.ts:40:33

Check failure on line 40 in tests/e2e/parallel/accreditation/negative-flow.spec.ts

View workflow job for this annotation

GitHub Actions / Build & Test / Build Node.js

[Parallel Logged In User Tests] › tests/e2e/parallel/accreditation/negative-flow.spec.ts:28:1 › Issue accreditation [Negative]: Invalid schema

1) [Parallel Logged In User Tests] › tests/e2e/parallel/accreditation/negative-flow.spec.ts:28:1 › Issue accreditation [Negative]: Invalid schema Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 401 Received: 500 38 | 39 | console.log("Accredidtation response", await issueResponse.json()) > 40 | expect(issueResponse.status()).toBe(StatusCodes.UNAUTHORIZED); | ^ 41 | }); 42 | at /home/runner/work/studio/studio/tests/e2e/parallel/accreditation/negative-flow.spec.ts:40:33
});

0 comments on commit c02f23b

Please sign in to comment.