Skip to content

feat(sso): add email domain precheck sso flow #274

feat(sso): add email domain precheck sso flow

feat(sso): add email domain precheck sso flow #274

Triggered via pull request October 2, 2024 08:01
Status Failure
Total duration 3m 24s
Artifacts

tchap_tests.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
<Register /> › returns proconnect button in register when the config include sso flow: test/unit-tests/tchap/components/views/sso/Register-test.tsx#L33
expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 0 at Object.toBe (test/unit-tests/tchap/components/views/sso/Register-test.tsx:33:72)
<Welcome /> › returns welcome_sso html when sso_flow is active in config: test/unit-tests/tchap/components/views/sso/Welcome-test.tsx#L26
expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 0 at Object.toBe (test/unit-tests/tchap/components/views/sso/Welcome-test.tsx:26:74)
<Welcome /> › returns normal welcome html page without sso flow: test/unit-tests/tchap/components/views/sso/Welcome-test.tsx#L34
expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 0 at Object.toBe (test/unit-tests/tchap/components/views/sso/Welcome-test.tsx:34:81)
Jest
Process completed with exit code 1.
Jest
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/