hotfix: redirect in sso[WTEL-4395] #30
Annotations
4 errors and 1 warning
src/store/modules/auth/__tests__/auth.spec.js > auth store > LOAD_SERVICE_PROVIDERS action calls AuthAPI.loadServiceProviders with domain from state:
src/store/modules/auth/__tests__/auth.spec.js#L68
Error: loadServiceProviders does not exist
❯ src/store/modules/auth/__tests__/auth.spec.js:68:21
|
src/store/modules/auth/__tests__/auth.spec.js > auth store > CHECK_DOMAIN action calls AuthAPI.checkDomainExistence with domain from state:
src/store/modules/auth/auth.js#L116
TypeError: Cannot read properties of undefined (reading 'federation')
❯ Object.CHECK_DOMAIN src/store/modules/auth/auth.js:116:13
❯ src/store/modules/auth/__tests__/auth.spec.js:118:5
|
src/components/auth/login/providers/__tests__/the-login-providers.spec.js > TheLoginProviders > loads service providers initially:
src/components/auth/login/providers/__tests__/the-login-providers.spec.js#L39
AssertionError: expected "boundDispatch" to be called with arguments: [ 'auth/LOAD_SERVICE_PROVIDERS' ]
Received:
Number of calls: 0
❯ src/components/auth/login/providers/__tests__/the-login-providers.spec.js:39:18
|
test
Process completed with exit code 1.
|
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|