feat(sso): add email domain precheck sso flow #275
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/
|