Test Suite Report

Started: 2024-09-04 07:08:11
Suites (4)
4 passed
0 failed
0 pending
Tests (49)
49 passed
0 failed
0 pending
capitalizeFirstLetter - Capitalizes the first letter of a string
should capitalize the first letter of a lowercase word
passed
0.009s
capitalizeFirstLetter - Capitalizes the first letter of a string
should capitalize the first letter of an uppercase word
passed
0s
capitalizeFirstLetter - Capitalizes the first letter of a string
should handle empty strings gracefully
passed
0.012s
capitalizeFirstLetter - Capitalizes the first letter of a string
should capitalize the first letter and keep the rest of the string unchanged
passed
0.001s
capitalizeFirstLetter - Capitalizes the first letter of a string
should work with strings that have leading spaces
passed
0.001s
capitalizeFirstLetter - Capitalizes the first letter of a string
should work with strings that start with numbers
passed
0s
capitalizeFirstLetter - Capitalizes the first letter of a string
should return the same string if it contains only one character
passed
0.001s
capitalizeFirstLetter - Capitalizes the first letter of a string
should handle strings with special characters at the start
passed
0.001s
checkId - function to check if an id is a valid backend ID (numeric)
should return the same numerical ID if it is a valid ID
passed
0.006s
checkId - function to check if an id is a valid backend ID (numeric)
should return "0" for non-numeric IDs
passed
0.001s
checkId - function to check if an id is a valid backend ID (numeric)
should return "0" for IDs with mixed characters
passed
0s
checkId - function to check if an id is a valid backend ID (numeric)
should return "0" for empty strings
passed
0s
checkId - function to check if an id is a valid backend ID (numeric)
should return "0" for IDs with whitespace
passed
0.001s
checkId - function to check if an id is a valid backend ID (numeric)
should return "0" for IDs with special characters
passed
0.001s
checkId - function to check if an id is a valid backend ID (numeric)
should return the same numerical ID for long numeric strings
passed
0s
isUnAuth - is unauthenticated page
should return true for path /signup
passed
0.003s
isUnAuth - is unauthenticated page
should return true for path /login
passed
0s
isUnAuth - is unauthenticated page
should return true for path /oauth/callback/*
passed
0s
isUnAuth - is unauthenticated page
should return true for path /reset-password
passed
0.001s
isUnAuth - is unauthenticated page
should return true for path /playgrounds
passed
0.001s
isUnAuth - is unauthenticated page
should return false for path OAUTH_CALLBACK
passed
0s
isUnAuth - is unauthenticated page
should return false for path PLAYBOOKS_CREATE
passed
0.001s
isUnAuth - is unauthenticated page
should return false for path PLAYBOOK_VIEW
passed
0s
isUnAuth - is unauthenticated page
should return false for path PLAYBOOK_LOGS
passed
0s
isUnAuth - is unauthenticated page
should return false for path PLAYBOOK_EDIT
passed
0.001s
isUnAuth - is unauthenticated page
should return false for path HOME
passed
0s
isUnAuth - is unauthenticated page
should return false for path SETTINGS
passed
0s
isUnAuth - is unauthenticated page
should return false for path PLAYBOOKS
passed
0.001s
isUnAuth - is unauthenticated page
should return false for path PLAYBOOK_EXECUTIONS_LIST
passed
0s
isUnAuth - is unauthenticated page
should return false for path PLAYBOOK_EXECUTIONS
passed
0s
isUnAuth - is unauthenticated page
should return false for path WORKFLOWS_CREATE
passed
0.001s
isUnAuth - is unauthenticated page
should return false for path WORKFLOWS
passed
0s
isUnAuth - is unauthenticated page
should return false for path WORKFLOW_VIEW
passed
0s
isUnAuth - is unauthenticated page
should return false for path WORKFLOW_EXECUTIONS
passed
0s
isUnAuth - is unauthenticated page
should return false for path WORKFLOW_EXECUTIONS_LIST
passed
0.001s
isUnAuth - is unauthenticated page
should return false for path WORKFLOW_EXECUTION_LOGS
passed
0s
isUnAuth - is unauthenticated page
should return false for path INTEGRATIONS_ADD
passed
0s
isUnAuth - is unauthenticated page
should return false for path DATA_SOURCES
passed
0s
isUnAuth - is unauthenticated page
should return false for path CONNECTOR_PAGE
passed
0.001s
isUnAuth - is unauthenticated page
should return false for path CONNECTOR_PAGE_ID
passed
0s
isUnAuth - is unauthenticated page
should return false for path API_TOKENS
passed
0s
isUnAuth - is unauthenticated page
should return false for path DYNAMIC_ALERTS
passed
0.001s
isUnAuth - is unauthenticated page
should return false for path CREATE_DYNAMIC_ALERTS
passed
0s
isUnAuth - is unauthenticated page
should return false for path INVITE_TEAM
passed
0s
isUnAuth - is unauthenticated page
should return false for path SUPPORT
passed
0.001s
isUnAuth - is unauthenticated page
should return false for path DYNAMIC_ALERT
passed
0s
renders the enum name
passed
0.07s
renders the title
passed
0.009s
should navigate to the correct URL when the card is clicked
passed
0.024s
Console Log
    at fetchBaseQuery (/home/runner/work/PlayBooks/PlayBooks/web/node_modules/@reduxjs/toolkit/src/query/fetchBaseQuery.ts:185:13)
    at Object.<anonymous> (/home/runner/work/PlayBooks/PlayBooks/web/src/store/app/query.ts:17:33)
    at Runtime._execModule (/home/runner/work/PlayBooks/PlayBooks/web/node_modules/jest-runtime/build/index.js:1439:24)
    at Runtime._loadModule (/home/runner/work/PlayBooks/PlayBooks/web/node_modules/jest-runtime/build/index.js:1022:12)
    at Runtime.requireModule (/home/runner/work/PlayBooks/PlayBooks/web/node_modules/jest-runtime/build/index.js:882:12)
    at Runtime.requireModuleOrMock (/home/runner/work/PlayBooks/PlayBooks/web/node_modules/jest-runtime/build/index.js:1048:21)
    at Object.require (/home/runner/work/PlayBooks/PlayBooks/web/src/store/app/apiSlice.ts:2:1)
    at Runtime._execModule (/home/runner/work/PlayBooks/PlayBooks/web/node_modules/jest-runtime/build/index.js:1439:24)
    at Runtime._loadModule (/home/runner/work/PlayBooks/PlayBooks/web/node_modules/jest-runtime/build/index.js:1022:12)
    at Runtime.requireModule (/home/runner/work/PlayBooks/PlayBooks/web/node_modules/jest-runtime/build/index.js:882:12)
    at Runtime.requireModuleOrMock (/home/runner/work/PlayBooks/PlayBooks/web/node_modules/jest-runtime/build/index.js:1048:21)
    at Object.require (/home/runner/work/PlayBooks/PlayBooks/web/src/store/index.ts:3:1)
    at Runtime._execModule (/home/runner/work/PlayBooks/PlayBooks/web/node_modules/jest-runtime/build/index.js:1439:24)
    at Runtime._loadModule (/home/runner/work/PlayBooks/PlayBooks/web/node_modules/jest-runtime/build/index.js:1022:12)
    at Runtime.requireModule (/home/runner/work/PlayBooks/PlayBooks/web/node_modules/jest-runtime/build/index.js:882:12)
    at Runtime.requireModuleOrMock (/home/runner/work/PlayBooks/PlayBooks/web/node_modules/jest-runtime/build/index.js:1048:21)
    at Object.require (/home/runner/work/PlayBooks/PlayBooks/web/src/__tests__/testUtils.tsx:6:1)
    at Runtime._execModule (/home/runner/work/PlayBooks/PlayBooks/web/node_modules/jest-runtime/build/index.js:1439:24)
    at Runtime._loadModule (/home/runner/work/PlayBooks/PlayBooks/web/node_modules/jest-runtime/build/index.js:1022:12)
    at Runtime.requireModule (/home/runner/work/PlayBooks/PlayBooks/web/node_modules/jest-runtime/build/index.js:882:12)
    at Runtime.requireModuleOrMock (/home/runner/work/PlayBooks/PlayBooks/web/node_modules/jest-runtime/build/index.js:1048:21)
    at Object.<anonymous> (/home/runner/work/PlayBooks/PlayBooks/web/src/__tests__/components/Integration.test.tsx:2:1)
    at Runtime._execModule (/home/runner/work/PlayBooks/PlayBooks/web/node_modules/jest-runtime/build/index.js:1439:24)
    at Runtime._loadModule (/home/runner/work/PlayBooks/PlayBooks/web/node_modules/jest-runtime/build/index.js:1022:12)
    at Runtime.requireModule (/home/runner/work/PlayBooks/PlayBooks/web/node_modules/jest-runtime/build/index.js:882:12)
    at jestAdapter (/home/runner/work/PlayBooks/PlayBooks/web/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:77:13)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at runTestInternal (/home/runner/work/PlayBooks/PlayBooks/web/node_modules/jest-runner/build/runTest.js:367:16)
    at runTest (/home/runner/work/PlayBooks/PlayBooks/web/node_modules/jest-runner/build/runTest.js:444:34)
    at Object.worker (/home/runner/work/PlayBooks/PlayBooks/web/node_modules/jest-runner/build/testWorker.js:106:12)
Warning: `fetch` is not available. Please supply a custom `fetchFn` property to use `fetchBaseQuery` on SSR environments.