wallabyjs / public

Repository for Wallaby.js questions and issues
http://wallabyjs.com
758 stars 45 forks source link

Cannot set property '0' of undefined #3031

Closed PavelA85 closed 2 years ago

PavelA85 commented 2 years ago

Issue description or question

After a recent Wallaby update, I started to see this exception. Restarting wallaby runner helps.

console.log: Jest:   ● Test suite failed to run

    TypeError: Cannot set property '0' of undefined
      at d.statement (../../Users/myuser/AppData/Local/JetBrains/WebStorm2022.1/wallaby/wallaby/server.js:28:27608)
      at f.$_$w.f.$_$w_.e.$_$w.e.$_$w_ (../../Users/myuser/AppData/Local/JetBrains/WebStorm2022.1/wallaby/wallaby/server.js:30:3958)
      at Object.<anonymous> (src/components/actions/sections/SectionBody/Components/EntityAttribute/index.tsx:55:1)
      at Object.<anonymous> (src/components/review/sections/SectionBody/Components/EntityAttribute/index.tsx:16:47)
      at Object.<anonymous> (src/components/review/sections/SectionBody/Items/Component.tsx:14:70)
      at Object.<anonymous> (src/components/review/sections/SectionBody/Items/Line.tsx:7:40)
      at Object.<anonymous> (src/components/review/sections/SectionBody/Items/Orderable.tsx:8:35)
      at Object.<anonymous> (src/components/review/sections/SectionBody/index.tsx:6:62)
      at Object.<anonymous> (src/components/review/sections/ReviewSections.tsx:8:64)
      at Object.<anonymous> (src/components/review/sections/index.ts:12:68)
      at Object.<anonymous> (src/features/mozart/components/MozartContent/components/MozartUserInput.tsx:10:62)
      at Object.<anonymous> (src/features/mozart/components/MozartContent/components/index.ts:4:46)
      at Object.<anonymous> (src/features/mozart/components/MozartContent/MozartContent.tsx:10:41)
      at Object.<anonymous> (src/features/mozart/components/MozartPrintLayout/MozartPrintLayout.tsx:10:44)
      at Object.<anonymous> (src/features/mozart/components/MozartFooter/MozartFinishFooter.tsx:19:72)
      at Object.<anonymous> (src/features/mozart/components/MozartFooter/MozartFinishFooter.test.tsx:8:49)

Runtime error: TypeError: Cannot set property '0' of undefined
    at Object.<anonymous> (.\src\components\actions\sections\SectionBody\Components\EntityAttribute\index.tsx:55:1)
    at Runtime._execModule (.\node_modules\jest-runtime\build\index.js:1299:24)
    at Runtime._loadModule (.\node_modules\jest-runtime\build\index.js:898:12)
    at Runtime.requireModule (.\node_modules\jest-runtime\build\index.js:746:10)
    at Runtime.requireModuleOrMock (.\node_modules\jest-runtime\build\index.js:919:21)
    at Object.<anonymous> (.\src\components\review\sections\SectionBody\Components\EntityAttribute\index.tsx:16:47)
    at Runtime._execModule (.\node_modules\jest-runtime\build\index.js:1299:24)
    at Runtime._loadModule (.\node_modules\jest-runtime\build\index.js:898:12)
    at Runtime.requireModule (.\node_modules\jest-runtime\build\index.js:746:10)
    at Runtime.requireModuleOrMock (.\node_modules\jest-runtime\build\index.js:919:21)
    at Object.<anonymous> (.\src\components\review\sections\SectionBody\Items\Component.tsx:14:70)
    at Runtime._execModule (.\node_modules\jest-runtime\build\index.js:1299:24)
    at Runtime._loadModule (.\node_modules\jest-runtime\build\index.js:898:12)
    at Runtime.requireModule (.\node_modules\jest-runtime\build\index.js:746:10)
    at Runtime.requireModuleOrMock (.\node_modules\jest-runtime\build\index.js:919:21)
    at Object.<anonymous> (.\src\components\review\sections\SectionBody\Items\Line.tsx:7:40)
    at Runtime._execModule (.\node_modules\jest-runtime\build\index.js:1299:24)
    at Runtime._loadModule (.\node_modules\jest-runtime\build\index.js:898:12)
    at Runtime.requireModule (.\node_modules\jest-runtime\build\index.js:746:10)
    at Runtime.requireModuleOrMock (.\node_modules\jest-runtime\build\index.js:919:21)
    at Object.<anonymous> (.\src\components\review\sections\SectionBody\Items\Orderable.tsx:8:35)
    at Runtime._execModule (.\node_modules\jest-runtime\build\index.js:1299:24)
    at Runtime._loadModule (.\node_modules\jest-runtime\build\index.js:898:12)
    at Runtime.requireModule (.\node_modules\jest-runtime\build\index.js:746:10)
    at Runtime.requireModuleOrMock (.\node_modules\jest-runtime\build\index.js:919:21)
    at Object.<anonymous> (.\src\components\review\sections\SectionBody\index.tsx:6:62)
    at Runtime._execModule (.\node_modules\jest-runtime\build\index.js:1299:24)
    at Runtime._loadModule (.\node_modules\jest-runtime\build\index.js:898:12)
    at Runtime.requireModule (.\node_modules\jest-runtime\build\index.js:746:10)
    at Runtime.requireModuleOrMock (.\node_modules\jest-runtime\build\index.js:919:21)
    at Object.<anonymous> (.\src\components\review\sections\ReviewSections.tsx:8:64)
    at Runtime._execModule (.\node_modules\jest-runtime\build\index.js:1299:24)
    at Runtime._loadModule (.\node_modules\jest-runtime\build\index.js:898:12)
    at Runtime.requireModule (.\node_modules\jest-runtime\build\index.js:746:10)
    at Runtime.requireModuleOrMock (.\node_modules\jest-runtime\build\index.js:919:21)
    at Object.<anonymous> (.\src\components\review\sections\index.ts:12:68)
    at Runtime._execModule (.\node_modules\jest-runtime\build\index.js:1299:24)
    at Runtime._loadModule (.\node_modules\jest-runtime\build\index.js:898:12)
    at Runtime.requireModule (.\node_modules\jest-runtime\build\index.js:746:10)
    at Runtime.requireModuleOrMock (.\node_modules\jest-runtime\build\index.js:919:21)
    at Object.<anonymous> (.\src\features\mozart\components\MozartContent\components\MozartUserInput.tsx:10:62)
    at Runtime._execModule (.\node_modules\jest-runtime\build\index.js:1299:24)
    at Runtime._loadModule (.\node_modules\jest-runtime\build\index.js:898:12)
    at Runtime.requireModule (.\node_modules\jest-runtime\build\index.js:746:10)
    at Runtime.requireModuleOrMock (.\node_modules\jest-runtime\build\index.js:919:21)
    at Object.<anonymous> (.\src\features\mozart\components\MozartContent\components\index.ts:4:46)
    at Runtime._execModule (.\node_modules\jest-runtime\build\index.js:1299:24)
    at Runtime._loadModule (.\node_modules\jest-runtime\build\index.js:898:12)
    at Runtime.requireModule (.\node_modules\jest-runtime\build\index.js:746:10)
    at Runtime.requireModuleOrMock (.\node_modules\jest-runtime\build\index.js:919:21)
    at Object.<anonymous> (.\src\features\mozart\components\MozartContent\MozartContent.tsx:10:41)
    at Runtime._execModule (.\node_modules\jest-runtime\build\index.js:1299:24)
    at Runtime._loadModule (.\node_modules\jest-runtime\build\index.js:898:12)
    at Runtime.requireModule (.\node_modules\jest-runtime\build\index.js:746:10)
    at Runtime.requireModuleOrMock (.\node_modules\jest-runtime\build\index.js:919:21)
    at Object.<anonymous> (.\src\features\mozart\components\MozartPrintLayout\MozartPrintLayout.tsx:10:44)
    at Runtime._execModule (.\node_modules\jest-runtime\build\index.js:1299:24)
    at Runtime._loadModule (.\node_modules\jest-runtime\build\index.js:898:12)
    at Runtime.requireModule (.\node_modules\jest-runtime\build\index.js:746:10)
    at Runtime.requireModuleOrMock (.\node_modules\jest-runtime\build\index.js:919:21)
    at Object.<anonymous> (.\src\features\mozart\components\MozartFooter\MozartFinishFooter.tsx:19:72)
    at Runtime._execModule (.\node_modules\jest-runtime\build\index.js:1299:24)
    at Runtime._loadModule (.\node_modules\jest-runtime\build\index.js:898:12)
    at Runtime.requireModule (.\node_modules\jest-runtime\build\index.js:746:10)
    at Runtime.requireModuleOrMock (.\node_modules\jest-runtime\build\index.js:919:21)
    at Object.<anonymous> (.\src\features\mozart\components\MozartFooter\MozartFinishFooter.test.tsx:8:49)
    at Runtime._execModule (.\node_modules\jest-runtime\build\index.js:1299:24)
    at Runtime._loadModule (.\node_modules\jest-runtime\build\index.js:898:12)
    at Runtime.requireModule (.\node_modules\jest-runtime\build\index.js:746:10)
    at jestAdapter (.\node_modules\jest-circus\build\legacy-code-todo-rewrite\jestAdapter.js:106:13)
    at runTestInternal (.\node_modules\jest-runner\build\runTest.js:380:16)
    at runTest (.\node_modules\jest-runner\build\runTest.js:472:34)
PavelA85 commented 2 years ago
Wallaby diagnostics report ``` { editorVersion: 'WebStorm 2022.1.3', pluginVersion: '1.0.250', editorType: 'IntelliJ', osVersion: 'win32 10.0.19044', nodeVersion: 'v14.17.3', coreVersion: '1.0.1300', checksum: 'Nzk3ZDU5YmMzMjQ4MDlhNjY1MTJjZWU2NDRlOTU4MmQsMTY2OTU5MzYwMDAwMCww', config: { diagnostics: { jest: { config: { configs: [ { automock: false, cache: true, cacheDirectory: 'C:\\Users\\myuser\\AppData\\Local\\Temp\\jest', clearMocks: false, coveragePathIgnorePatterns: [ '\\\\node_modules\\\\' ], cwd: 'C:\\Projects\\myapp-ui', dependencyExtractor: undefined, detectLeaks: undefined, detectOpenHandles: undefined, displayName: undefined, errorOnDeprecated: false, extraGlobals: [], filter: undefined, forceCoverageMatch: [], globalSetup: undefined, globalTeardown: undefined, globals: {}, haste: { computeSha1: false, throwOnModuleCollision: false }, injectGlobals: true, moduleDirectories: [ 'node_modules' ], moduleFileExtensions: [ 'web.js', 'js', 'web.ts', 'ts', 'web.tsx', 'tsx', 'json', 'web.jsx', 'jsx', 'node' ], moduleLoader: undefined, moduleNameMapper: [ [ '^react-native$', 'react-native-web' ], [ '^.+\\.module\\.(css|sass|scss)$', 'identity-obj-proxy' ] ], modulePathIgnorePatterns: [], modulePaths: [ 'C:\\Projects\\myapp-ui\\src' ], name: '966c65232405d5ed72666e95b2aacb83', prettierPath: 'prettier', resetMocks: true, resetModules: false, resolver: undefined, restoreMocks: false, rootDir: 'C:\\Projects\\myapp-ui', roots: [ 'C:\\Projects\\myapp-ui\\src' ], runner: 'jest-runner', setupFiles: [ 'C:\\Projects\\myapp-ui\\node_modules\\react-app-polyfill\\jsdom.js' ], setupFilesAfterEnv: [ 'C:\\Projects\\myapp-ui\\src\\setupTests.ts' ], skipFilter: false, skipNodeResolution: undefined, slowTestThreshold: 5, snapshotResolver: undefined, snapshotSerializers: [], testEnvironment: 'C:\\Projects\\myapp-ui\\node_modules\\jest-environment-jsdom\\build\\index.js', testEnvironmentOptions: {}, testLocationInResults: false, testMatch: [ 'C:/Projects/myapp-ui/src/**/__tests__/**/*.{js,jsx,ts,tsx}', 'C:/Projects/myapp-ui/src/**/*.{spec,test}.{js,jsx,ts,tsx}' ], testPathIgnorePatterns: [ '\\\\node_modules\\\\' ], testRegex: [], testRunner: 'C:\\Projects\\myapp-ui\\node_modules\\jest-circus\\runner.js', testURL: 'http://localhost', timers: 'real', transform: [ [ '^.+\\.(js|jsx|mjs|cjs|ts|tsx)$', 'C:\\Projects\\myapp-ui\\node_modules\\react-scripts\\config\\jest\\babelTransform.js', {} ], [ '^.+\\.css$', 'C:\\Projects\\myapp-ui\\node_modules\\react-scripts\\config\\jest\\cssTransform.js', {} ], [ '^(?!.*\\.(js|jsx|mjs|cjs|ts|tsx|css|json)$)', 'C:\\Projects\\myapp-ui\\node_modules\\react-scripts\\config\\jest\\fileTransform.js', {} ] ], transformIgnorePatterns: [ '[\\\\\\\\]node_modules[\\\\\\\\].+\\.(js|jsx|mjs|cjs|ts|tsx)$', '^.+\\.module\\.(css|sass|scss)$' ], unmockedModulePathPatterns: undefined, watchPathIgnorePatterns: [] } ], globalConfig: { bail: 0, changedFilesWithAncestor: false, changedSince: undefined, collectCoverage: false, collectCoverageFrom: [ '**/*.{ts,tsx}', '!**/node_modules/**', '!**/build/**', '!**/definitionfiles/**', '!**/WebWrokers/**', '!**/*.mock.ts', '!src/setupTests.ts' ], collectCoverageOnlyFrom: undefined, coverageDirectory: 'C:\\Projects\\myapp-ui\\coverage', coverageProvider: 'babel', coverageReporters: [ 'cobertura', 'text', 'lcov' ], coverageThreshold: undefined, detectLeaks: undefined, detectOpenHandles: undefined, enabledTestsMap: undefined, errorOnDeprecated: false, expand: false, filter: undefined, findRelatedTests: false, forceExit: false, globalSetup: undefined, globalTeardown: undefined, json: false, lastCommit: false, listTests: undefined, logHeapUsage: false, maxConcurrency: 5, maxWorkers: 15, noSCM: undefined, noStackTrace: false, nonFlagArgs: undefined, notify: false, notifyMode: 'failure-change', onlyChanged: false, onlyFailures: false, outputFile: undefined, passWithNoTests: undefined, projects: [], replname: undefined, reporters: undefined, rootDir: 'C:\\Projects\\myapp-ui', runTestsByPath: false, silent: undefined, skipFilter: false, testFailureExitCode: 1, testNamePattern: undefined, testPathPattern: '', testResultsProcessor: undefined, testSequencer: 'C:\\Projects\\myapp-ui\\node_modules\\@jest\\test-sequencer\\build\\index.js', testTimeout: undefined, updateSnapshot: 'new', useStderr: false, verbose: undefined, watch: false, watchAll: false, watchPlugins: [ { config: {}, path: 'C:\\Projects\\myapp-ui\\node_modules\\jest-watch-typeahead\\filename.js' }, { config: {}, path: 'C:\\Projects\\myapp-ui\\node_modules\\jest-watch-typeahead\\testname.js' } ], watchman: true }, hasDeprecationWarnings: false, wallaby: { roots: [ 'src' ], watchPathIgnorePatterns: [ '\\\\node_modules\\\\', '\\.\\\\dist\\\\|\\.\\\\build\\\\|\\.\\\\coverage\\\\|\\.\\\\git\\\\|\\\\\\..+\\\\', 'C:\\Users\\myuser\\AppData\\Local\\Temp\\jest', '\\.\\coverage' ], testPathIgnorePatterns: [ '\\\\node_modules\\\\', '\\.\\\\dist\\\\|\\.\\\\build\\\\|\\.\\\\coverage\\\\|\\.\\\\git\\\\|\\\\\\..+\\\\', 'C:\\Users\\myuser\\AppData\\Local\\Temp\\jest', '\\.\\coverage' ], testMatch: [ 'src/**/__tests__/**/*.{js,jsx,ts,tsx}', 'src/**/*.{spec,test}.{js,jsx,ts,tsx}' ], testRegex: [] } } } }, testFramework: { version: 'jest@24.8.0', configurator: 'jest@24.8.0', reporter: 'jest@24.8.0', starter: 'jest@24.8.0', autoDetected: true }, filesWithCoverageCalculated: [ '**/*.{ts,tsx}', '!**/node_modules/**', '!**/build/**', '!**/definitionfiles/**', '!**/WebWrokers/**', '!**/*.mock.ts', '!src/setupTests.ts' ], filesWithNoCoverageCalculated: [], globalSetup: false, micromatch: true, files: [ { pattern: '\\\\node_modules\\\\', regexp: /\\node_modules\\/, ignore: true, trigger: true, load: true }, { pattern: '\\.\\\\dist\\\\|\\.\\\\build\\\\|\\.\\\\coverage\\\\|\\.\\\\git\\\\|\\\\\\..+\\\\', regexp: /\.\\dist\\|\.\\build\\|\.\\coverage\\|\.\\git\\|\\\..+\\/, ignore: true, trigger: true, load: true }, { pattern: 'C:\\Users\\myuser\\AppData\\Local\\Temp\\jest', regexp: /\AppData\Local\Temp\jest/, ignore: true, trigger: true, load: true }, { pattern: '\\.\\coverage', regexp: /\.\coverage/, ignore: true, trigger: true, load: true }, { pattern: '**/**', ignore: false, trigger: true, load: true, order: 1 }, { pattern: 'src/**', ignore: false, trigger: true, load: true, order: 2 }, { pattern: 'src/**/__tests__/**/*.{js,jsx,ts,tsx}', ignore: true, trigger: true, load: true }, { pattern: 'src/**/*.{spec,test}.{js,jsx,ts,tsx}', ignore: true, trigger: true, load: true } ], tests: [ { pattern: '\\\\node_modules\\\\', regexp: /\\node_modules\\/, ignore: true, trigger: true, load: true, test: true }, { pattern: '\\.\\\\dist\\\\|\\.\\\\build\\\\|\\.\\\\coverage\\\\|\\.\\\\git\\\\|\\\\\\..+\\\\', regexp: /\.\\dist\\|\.\\build\\|\.\\coverage\\|\.\\git\\|\\\..+\\/, ignore: true, trigger: true, load: true, test: true }, { pattern: 'C:\\Users\\myuser\\AppData\\Local\\Temp\\jest', regexp: /\AppData\Local\Temp\jest/, ignore: true, trigger: true, load: true, test: true }, { pattern: '\\.\\coverage', regexp: /\.\coverage/, ignore: true, trigger: true, load: true, test: true }, { pattern: 'src/**/__tests__/**/*.{js,jsx,ts,tsx}', ignore: false, trigger: true, load: true, test: true, order: 3 }, { pattern: 'src/**/*.{spec,test}.{js,jsx,ts,tsx}', ignore: false, trigger: true, load: true, test: true, order: 4 } ], runAllTestsInAffectedTestFile: false, updateNoMoreThanOneSnapshotPerTestFileRun: false, compilers: {}, logLimits: { inline: { depth: 5, elements: 5000 }, values: { default: { stringLength: 200 }, autoExpand: { elements: 5000, stringLength: 8192, depth: 10 } } }, preprocessors: {}, maxConsoleMessagesPerTest: 100, autoConsoleLog: true, delays: { run: 0, edit: 100, update: 0 }, workers: { initial: 0, regular: 0, recycle: false }, teardown: undefined, hints: { ignoreCoverage: '__REGEXP /ignore coverage|istanbul ignore/', ignoreCoverageForFile: '__REGEXP /ignore file coverage/', commentAutoLog: '?', testFileSelection: { include: '__REGEXP /file\\.only/', exclude: '__REGEXP /file\\.skip/' } }, automaticTestFileSelection: true, runSelectedTestsOnly: false, mapConsoleMessagesStackTrace: false, extensions: {}, env: { type: 'node', params: {}, runner: 'C:\\Program Files\\nodejs\\node.exe', viewportSize: { width: 800, height: 600 }, options: { width: 800, height: 600 }, bundle: true }, reportUnhandledPromises: true, slowTestThreshold: 75, lowCoverageThreshold: 80, loose: true, configCode: 'auto.detect#1274340434' }, packageJSON: { dependencies: { '@babel/plugin-proposal-object-rest-spread': '^7.14.7', '@babel/plugin-transform-spread': '^7.14.6', '@date-io/date-fns': '^1.3.13', '@date-io/moment': '^2.11.0', '@devexpress/dx-react-chart': '^2.7.6', '@devexpress/dx-react-chart-material-ui': '^2.7.6', '@devexpress/dx-react-core': '^2.7.6', '@devexpress/dx-react-grid': '^2.7.6', '@devexpress/dx-react-grid-material-ui': '^2.7.6', '@graphql-codegen/schema-ast': '^2.2.0', '@hookform/resolvers': '^2.8.8', '@material-ui/core': '^4.12.3', '@material-ui/icons': '^4.11.2', '@material-ui/lab': '^4.0.0-alpha.60', '@material-ui/pickers': '^3.3.10', '@reduxjs/toolkit': '^1.6.1', '@rtk-query/graphql-request-base-query': '^1.0.3', '@testing-library/react': '^12.0.0', '@testing-library/react-hooks': '^7.0.2', '@testing-library/user-event': '^13.2.1', '@types/bcryptjs': '^2.4.2', '@types/dotenv': '^8.2.0', '@types/jest': '^24.0.0', '@types/jsonwebtoken': '^8.5.4', '@types/lodash': '^4.14.169', '@types/material-ui': '^0.21.9', '@types/node': '^16.3.3', '@types/query-string': '^6.3.0', '@types/react-dom': '^17.0.9', '@types/react-google-recaptcha': '^2.1.0', '@types/react-gtm-module': '^2.0.1', '@types/react-redux': '^7.1.18', '@types/react-router-dom': '^5.1.8', '@types/redux': '^3.6.0', '@types/styled-components': '^5.1.11', 'aws-sdk': '^2.948.0', axios: '^0.21.1', 'babel-polyfill': '^6.26.0', bcryptjs: '^2.4.3', 'date-fns': '^2.25.0', 'deploy-aws-s3-cloudfront': '^3.4.2', dotenv: '^8.2.0', 'env-cmd': '^10.1.0', graphql: '^15.6.1', 'graphql-request': '^3.5.0', 'guid-typescript': '^1.0.9', 'icomoon-react': '^2.0.19', jsonwebtoken: '^8.5.1', 'jwt-decode': '^3.1.2', lodash: '^4.17.21', moment: '^2.29.1', 'moment-business-days': '^1.2.0', msw: '0.34.0', 'query-string': '^7.0.1', react: '^17.0.2', 'react-cookie': '^4.0.3', 'react-dom': '^17.0.2', 'react-error-boundary': '^3.1.4', 'react-google-recaptcha': '^2.1.0', 'react-hook-form': '^7.11.1', 'react-hooks': '^1.0.1', 'react-idle-timer': '^4.6.4', 'react-moment': '^1.1.1', 'react-redux': '^7.2.4', 'react-router-dom': '^5.2.0', 'react-router-hash-link': '^2.4.3', 'react-scripts': '4.0.3', 'react-timer-hook': '^3.0.5', 'react-to-print': '^2.14.7', redux: '^4.1.0', 'redux-devtools-extension': '^2.13.9', 'redux-mock-store': '1.5.4', 'redux-thunk': '^2.3.0', 'styled-components': '^5.3.0', 'typeface-roboto': '1.1.13', typescript: '^4.4.2', 'use-deep-compare-effect': '^1.8.1', uuid: '^8.3.2', yup: '^0.32.11' }, devDependencies: { '@babel/preset-env': '^7.15.6', '@babel/preset-react': '^7.14.5', '@graphql-codegen/add': '^3.1.0', '@graphql-codegen/cli': '2.2.1', '@graphql-codegen/introspection': '2.1.0', '@graphql-codegen/near-operation-file-preset': '^2.2.9', '@graphql-codegen/typescript': '^2.2.4', '@graphql-codegen/typescript-graphql-request': '^4.1.6', '@graphql-codegen/typescript-operations': '^2.1.8', '@graphql-codegen/typescript-react-apollo': '3.1.5', '@graphql-codegen/typescript-rtk-query': '^2.1.6', '@testing-library/jest-dom': '^5.14.1', '@types/cypress-cucumber-preprocessor': '^4.0.1', '@types/d3-scale-chromatic': '^3.0.0', '@types/react': '^17.0.14', '@types/react-router-hash-link': '^2.4.2', '@types/redux-mock-store': '^1.0.3', '@types/uuid': '^8.3.3', '@typescript-eslint/eslint-plugin': '4.28.4', '@typescript-eslint/parser': '4.28.4', 'cross-env': '^7.0.3', 'csp-html-webpack-plugin': '^5.1.0', 'customize-cra': '^1.0.0', cypress: '^9.1.0', 'cypress-audit': '^1.1.0', 'cypress-cucumber-preprocessor': '^4.2.0', 'cypress-image-snapshot': '^4.0.1', eslint: '^7.31.0', 'eslint-config-prettier': '^8.3.0', 'eslint-config-react': '^1.1.7', 'eslint-plugin-prettier': '^3.4.0', 'eslint-plugin-react': '^7.25.3', 'eslint-plugin-react-hooks': '^4.2.0', 'eslint-plugin-sonarjs': '^0.13.0', 'har-validator': '^5.1.5', 'http-proxy-middleware': '^2.0.1', husky: '^7.0.2', 'jest-junit': '^12.2.0', 'jest-runner-tsc': '^1.6.0', 'jest-sonar-reporter': '^2.0.0', mocha: '^9.1.1', msw: '^0.34.0', 'npm-pack-zip': '^1.2.9', prettier: '^2.3.2', 'react-app-rewired': '^2.2.1', 'react-csp': '^1.1.3', 'react-test-renderer': '^17.0.2', 'sonarqube-scanner': '^2.8.1', 'string.prototype.replaceall': '^1.0.6' } }, fs: { numberOfFiles: 1330 }, debug: [ '2022-07-12T17:30:04.593Z angular/cli config Angular CLI not found.\n', '2022-07-12T17:30:04.837Z jest/config Detected Jest.\n', '2022-07-12T17:30:04.838Z jest/config Configured Jest.\n', '2022-07-12T17:30:04.839Z project Wallaby Node version: v14.17.3\n', '2022-07-12T17:30:04.839Z project Wallaby config: C:\\Projects\\myapp-ui\\auto.detect\n', '2022-07-12T17:30:05.911Z project File cache: C:\\Users\\myuser\\AppData\\Local\\JetBrains\\WebStorm2022.1\\wallaby\\projects\\11d3be0319e52833\n', '2022-07-12T17:30:06.034Z uiService Listening port 51235\n', '2022-07-12T17:30:06.152Z workers Parallelism for initial run: 14, for regular run: 7\n', '2022-07-12T17:30:06.152Z workers Starting run worker instance #0\n', '2022-07-12T17:30:06.152Z workers Starting run worker instance #1\n', '2022-07-12T17:30:06.152Z workers Starting run worker instance #2\n', '2022-07-12T17:30:06.152Z workers Starting run worker instance #3\n', '2022-07-12T17:30:06.152Z workers Starting run worker instance #4\n', '2022-07-12T17:30:06.152Z workers Starting run worker instance #5\n', '2022-07-12T17:30:06.152Z workers Starting run worker instance #6\n', '2022-07-12T17:30:06.152Z workers Starting run worker instance #7\n', '2022-07-12T17:30:06.152Z workers Starting run worker instance #8\n', '2022-07-12T17:30:06.152Z workers Starting run worker instance #9\n', '2022-07-12T17:30:06.152Z workers Starting run worker instance #10\n', '2022-07-12T17:30:06.152Z workers Starting run worker instance #11\n', '2022-07-12T17:30:06.152Z workers Starting run worker instance #12\n', '2022-07-12T17:30:06.152Z workers Starting run worker instance #13\n', '2022-07-12T17:30:06.155Z workers Web server is listening at 53181\n', '2022-07-12T17:30:06.213Z project Stopping process pool\n', '2022-07-12T17:30:06.214Z project File cache is up-to-date, starting full test run\n', '2022-07-12T17:30:06.219Z project Test run started; run priority: 3\n', '2022-07-12T17:30:06.223Z project Running all tests\n', '2022-07-12T17:30:06.248Z workers Starting test run, priority: 3\n', '2022-07-12T17:30:06.248Z workers Distributing tests between 14 workers\n', '2022-07-12T17:30:06.252Z workers Running tests in parallel\n', '2022-07-12T17:30:06.253Z nodeRunner Starting sandbox [worker #0, session #yb27t]\n', '2022-07-12T17:30:06.253Z nodeRunner Starting sandbox [worker #1, session #m67ft]\n', '2022-07-12T17:30:06.253Z nodeRunner Starting sandbox [worker #2, session #aehpm]\n', '2022-07-12T17:30:06.253Z nodeRunner Starting sandbox [worker #3, session #wdpkz]\n', '2022-07-12T17:30:06.253Z nodeRunner Starting sandbox [worker #4, session #r3jrh]\n', '2022-07-12T17:30:06.253Z nodeRunner Starting sandbox [worker #5, session #6kgeu]\n', '2022-07-12T17:30:06.253Z nodeRunner Starting sandbox [worker #6, session #y2fpj]\n', '2022-07-12T17:30:06.253Z nodeRunner Starting sandbox [worker #7, session #0um24]\n', '2022-07-12T17:30:06.253Z nodeRunner Starting sandbox [worker #8, session #30zuh]\n', '2022-07-12T17:30:06.253Z nodeRunner Starting sandbox [worker #9, session #7reou]\n', '2022-07-12T17:30:06.253Z nodeRunner Starting sandbox [worker #10, session #ap9pn]\n', '2022-07-12T17:30:06.253Z nodeRunner Starting sandbox [worker #11, session #trhmc]\n', '2022-07-12T17:30:06.253Z nodeRunner Starting sandbox [worker #12, session #rao9h]\n', '2022-07-12T17:30:06.253Z nodeRunner Starting sandbox [worker #13, session #hrwf8]\n', '2022-07-12T17:30:06.254Z nodeRunner Preparing sandbox [worker #0, session #yb27t]\n', '2022-07-12T17:30:06.254Z nodeRunner Preparing sandbox [worker #1, session #m67ft]\n', '2022-07-12T17:30:06.254Z nodeRunner Preparing sandbox [worker #2, session #aehpm]\n', '2022-07-12T17:30:06.254Z nodeRunner Preparing sandbox [worker #3, session #wdpkz]\n', '2022-07-12T17:30:06.254Z nodeRunner Preparing sandbox [worker #4, session #r3jrh]\n', '2022-07-12T17:30:06.254Z nodeRunner Preparing sandbox [worker #5, session #6kgeu]\n', '2022-07-12T17:30:06.254Z nodeRunner Preparing sandbox [worker #6, session #y2fpj]\n', '2022-07-12T17:30:06.254Z nodeRunner Preparing sandbox [worker #7, session #0um24]\n', '2022-07-12T17:30:06.254Z nodeRunner Preparing sandbox [worker #8, session #30zuh]\n', '2022-07-12T17:30:06.254Z nodeRunner Preparing sandbox [worker #9, session #7reou]\n', '2022-07-12T17:30:06.254Z nodeRunner Preparing sandbox [worker #10, session #ap9pn]\n', '2022-07-12T17:30:06.254Z nodeRunner Preparing sandbox [worker #11, session #trhmc]\n', '2022-07-12T17:30:06.254Z nodeRunner Preparing sandbox [worker #12, session #rao9h]\n', '2022-07-12T17:30:06.254Z nodeRunner Preparing sandbox [worker #13, session #hrwf8]\n', '2022-07-12T17:30:06.375Z workers Started run worker instance (delayed) #0\n', '2022-07-12T17:30:06.375Z nodeRunner Prepared sandbox [worker #0, session #yb27t]\n', '2022-07-12T17:30:06.375Z workers [worker #0, session #yb27t] Running tests in sandbox\n', '2022-07-12T17:30:06.391Z workers Started run worker instance (delayed) #2\n', '2022-07-12T17:30:06.391Z nodeRunner Prepared sandbox [worker #2, session #aehpm]\n', '2022-07-12T17:30:06.391Z workers [worker #2, session #aehpm] Running tests in sandbox\n', '2022-07-12T17:30:06.394Z workers Started run worker instance (delayed) #1\n', '2022-07-12T17:30:06.394Z nodeRunner Prepared sandbox [worker #1, session #m67ft]\n', '2022-07-12T17:30:06.394Z workers [worker #1, session #m67ft] Running tests in sandbox\n', '2022-07-12T17:30:06.405Z workers Started run worker instance (delayed) #5\n', '2022-07-12T17:30:06.406Z nodeRunner Prepared sandbox [worker #5, session #6kgeu]\n', '2022-07-12T17:30:06.406Z workers [worker #5, session #6kgeu] Running tests in sandbox\n', '2022-07-12T17:30:06.411Z workers Started run worker instance (delayed) #4\n', '2022-07-12T17:30:06.411Z nodeRunner Prepared sandbox [worker #4, session #r3jrh]\n', '2022-07-12T17:30:06.411Z workers [worker #4, session #r3jrh] Running tests in sandbox\n', '2022-07-12T17:30:06.413Z workers Started run worker instance (delayed) #3\n', '2022-07-12T17:30:06.414Z nodeRunner Prepared sandbox [worker #3, session #wdpkz]\n', '2022-07-12T17:30:06.414Z workers [worker #3, session #wdpkz] Running tests in sandbox\n', '2022-07-12T17:30:06.420Z workers Started run worker instance (delayed) #7\n', '2022-07-12T17:30:06.420Z nodeRunner Prepared sandbox [worker #7, session #0um24]\n', '2022-07-12T17:30:06.420Z workers [worker #7, session #0um24] Running tests in sandbox\n', '2022-07-12T17:30:06.425Z workers Started run worker instance (delayed) #6\n', '2022-07-12T17:30:06.426Z nodeRunner Prepared sandbox [worker #6, session #y2fpj]\n', '2022-07-12T17:30:06.426Z workers [worker #6, session #y2fpj] Running tests in sandbox\n', '2022-07-12T17:30:06.430Z workers Started run worker instance (delayed) #9\n', '2022-07-12T17:30:06.431Z nodeRunner Prepared sandbox [worker #9, session #7reou]\n', '2022-07-12T17:30:06.431Z workers [worker #9, session #7reou] Running tests in sandbox\n', '2022-07-12T17:30:06.436Z workers Started run worker instance (delayed) #11\n', '2022-07-12T17:30:06.436Z nodeRunner Prepared sandbox [worker #11, session #trhmc]\n', '2022-07-12T17:30:06.436Z workers [worker #11, session #trhmc] Running tests in sandbox\n', '2022-07-12T17:30:06.440Z workers Started run worker instance (delayed) #8\n', '2022-07-12T17:30:06.440Z nodeRunner Prepared sandbox [worker #8, session #30zuh]\n', '2022-07-12T17:30:06.440Z workers [worker #8, session #30zuh] Running tests in sandbox\n', '2022-07-12T17:30:06.443Z workers Started run worker instance (delayed) #12\n', '2022-07-12T17:30:06.443Z nodeRunner Prepared sandbox [worker #12, session #rao9h]\n', '2022-07-12T17:30:06.443Z workers [worker #12, session #rao9h] Running tests in sandbox\n', '2022-07-12T17:30:06.447Z workers Started run worker instance (delayed) #10\n', '2022-07-12T17:30:06.447Z nodeRunner Prepared sandbox [worker #10, session #ap9pn]\n', '2022-07-12T17:30:06.448Z workers [worker #10, session #ap9pn] Running tests in sandbox\n', '2022-07-12T17:30:06.450Z workers Started run worker instance (delayed) #13\n', '2022-07-12T17:30:06.450Z nodeRunner Prepared sandbox [worker #13, session #hrwf8]\n', '2022-07-12T17:30:06.450Z workers [worker #13, session #hrwf8] Running tests in sandbox\n', '2022-07-12T17:30:16.710Z workers Some long running code has been detected: one of your files is taking more than 5000ms to execute.\n' + 'Execution of the following files has started but has not finished:\n' + '- src/components/actions/navbar/CollapsableSections.tsx\n' + '- src/components/actions/navbar/CollapsableSections.test.tsx\n' + 'Try commenting out the test or excluding the test file from the `tests` list in your wallaby config,\n' + 'and restarting wallaby to make sure that it is this test/file causing the issue and not something else.\n' + 'Pinging test runner sandbox...\n', '2022-07-12T17:30:16.895Z workers Some long running code has been detected: one of your files is taking more than 5000ms to execute.\n' + 'Execution of the following files has started but has not finished:\n' + '- src/components/ErrorNotification/errorNotification.test.tsx\n' + '- src/components/ErrorNotification/errorNotification.tsx\n' + '- src/components/ErrorNotification/index.ts\n' + 'Try commenting out the test or excluding the test file from the `tests` list in your wallaby config,\n' + 'and restarting wallaby to make sure that it is this test/file causing the issue and not something else.\n' + 'Pinging test runner sandbox...\n', '2022-07-12T17:30:16.912Z workers The sandbox is not responsive. Check for possibly recently introduced infinite loops.\n', '2022-07-12T17:30:17.070Z workers Some long running code has been detected: one of your files is taking more than 5000ms to execute.\n' + 'Execution of the following files has started but has not finished:\n' + '- src/components/actions/sections/SectionBody/Components/Dropdown/Dropdown.tsx\n' + '- src/components/actions/sections/SectionBody/Components/Dropdown/index.test.tsx\n' + 'Try commenting out the test or excluding the test file from the `tests` list in your wallaby config,\n' + 'and restarting wallaby to make sure that it is this test/file causing the issue and not something else.\n' + 'Pinging test runner sandbox...\n', '2022-07-12T17:30:17.103Z workers The sandbox is not responsive. Check for possibly recently introduced infinite loops.\n', '2022-07-12T17:30:17.293Z workers The sandbox is not responsive. Check for possibly recently introduced infinite loops.\n', '2022-07-12T17:30:18.581Z workers Some long running code has been detected: one of your files is taking more than 5000ms to execute.\n' + 'Execution of the following files has started but has not finished:\n' + '- src/components/icon/index.tsx\n' + '- src/components/tooltip/CustomTooltip.tsx\n' + '- src/components/actions/sections/SectionBody/Items/Orderable/orderable.test.tsx\n' + '- src/components/actions/sections/SectionBody/Items/Orderable/Orderable.tsx\n' + 'Try commenting out the test or excluding the test file from the `tests` list in your wallaby config,\n' + 'and restarting wallaby to make sure that it is this test/file causing the issue and not something else.\n' + 'Pinging test runner sandbox...\n', '2022-07-12T17:30:18.637Z workers Some long running code has been detected: one of your files is taking more than 5000ms to execute.\n' + 'Execution of the following files has started but has not finished:\n' + '- src/components/actions/navbar/navbar.test.tsx\n' + '- src/components/actions/navbar/navbar.tsx\n' + 'Try commenting out the test or excluding the test file from the `tests` list in your wallaby config,\n' + 'and restarting wallaby to make sure that it is this test/file causing the issue and not something else.\n' + 'Pinging test runner sandbox...\n', '2022-07-12T17:30:18.808Z workers The sandbox is not responsive. Check for possibly recently introduced infinite loops.\n', '2022-07-12T17:30:18.826Z workers Some long running code has been detected: one of your files is taking more than 5000ms to execute.\n' + 'Execution of the following files has started but has not finished:\n' + '- src/components/actionlink/ActionLink.test.tsx\n' + '- src/components/actionlink/ActionLink.tsx\n' + '- src/components/actionlink/ChecklistViewLink.tsx\n' + '- src/components/actionlink/index.ts\n' + '- src/components/tooltip/CustomTooltip.tsx\n' + 'Try commenting out the test or excluding the test file from the `tests` list in your wallaby config,\n' + 'and restarting wallaby to make sure that it is this test/file causing the issue and not something else.\n' + 'Pinging test runner sandbox...\n', '2022-07-12T17:30:18.842Z workers The sandbox is not responsive. Check for possibly recently introduced infinite loops.\n', '2022-07-12T17:30:19.028Z workers The sandbox is not responsive. Check for possibly recently introduced infinite loops.\n', '2022-07-12T17:30:20.951Z workers Some long running code has been detected: one of your files is taking more than 5000ms to execute.\n' + 'Execution of the following files has started but has not finished:\n' + '- src/components/actions/sections/SectionBody/Components/DateTime/index.test.tsx\n' + '- src/components/actions/sections/SectionBody/Components/DateTime/index.tsx\n' + 'Try commenting out the test or excluding the test file from the `tests` list in your wallaby config,\n' + 'and restarting wallaby to make sure that it is this test/file causing the issue and not something else.\n' + 'Pinging test runner sandbox...\n', '2022-07-12T17:30:21.601Z workers Some long running code has been detected: one of your files is taking more than 5000ms to execute.\n' + 'Execution of the following files has started but has not finished:\n' + '- src/App.test.tsx\n' + '- src/util/testUtils.tsx\n' + '- src/components/gridFormatters/index.ts\n' + '- src/components/gridFormatters/LabelCell.tsx\n' + '- src/store/patientdetails/patientDetails.attachment.slice.ts\n' + '- src/store/patientdetails/patientDetails.carePlan.slice.ts\n' + '- src/store/patientdetails/patientDetails.helpers.ts\n' + 'Try commenting out the test or excluding the test file from the `tests` list in your wallaby config,\n' + 'and restarting wallaby to make sure that it is this test/file causing the issue and not something else.\n' + 'Pinging test runner sandbox...\n', '2022-07-12T17:30:21.634Z workers Some long running code has been detected: one of your files is taking more than 5000ms to execute.\n' + 'Execution of the following files has started but has not finished:\n' + '- src/util/testUtils.tsx\n' + '- src/components/gridFormatters/index.ts\n' + '- src/components/gridFormatters/LabelCell.tsx\n' + '- src/store/patientdetails/patientDetails.attachment.slice.ts\n' + '- src/store/patientdetails/patientDetails.carePlan.slice.ts\n' + '- src/store/patientdetails/patientDetails.helpers.ts\n' + '- src/components/actions/sections/SectionBody/Components/ActionButton/ActionButton.test.tsx\n' + 'Try commenting out the test or excluding the test file from the `tests` list in your wallaby config,\n' + 'and restarting wallaby to make sure that it is this test/file causing the issue and not something else.\n' + 'Pinging test runner sandbox...\n', '2022-07-12T17:30:21.652Z workers Some long running code has been detected: one of your files is taking more than 5000ms to execute.\n' + 'Execution of the following files has started but has not finished:\n' + '- src/util/testUtils.tsx\n' + '- src/components/gridFormatters/index.ts\n' + '- src/components/gridFormatters/LabelCell.tsx\n' + '- src/store/patientdetails/patientDetails.attachment.slice.ts\n' + '- src/store/patientdetails/patientDetails.carePlan.slice.ts\n' + '- src/store/patientdetails/patientDetails.helpers.ts\n' + '- src/components/actions/sections/SectionBody/Components/EntityAttribute/MultiSelectAttribute.test.tsx\n' + 'Try commenting out the test or excluding the test file from the `tests` list in your wallaby config,\n' + 'and restarting wallaby to make sure that it is this test/file causing the issue and not something else.\n' + 'Pinging test runner sandbox...\n', '2022-07-12T17:30:21.758Z workers Some long running code has been detected: one of your files is taking more than 5000ms to execute.\n' + 'Execution of the following files has started but has not finished:\n' + '- src/util/testUtils.tsx\n' + '- src/components/gridFormatters/index.ts\n' + '- src/components/gridFormatters/LabelCell.tsx\n' + '- src/store/patientdetails/patientDetails.attachment.slice.ts\n' + '- src/store/patientdetails/patientDetails.carePlan.slice.ts\n' + '- src/store/patientdetails/patientDetails.helpers.ts\n' + '- src/components/actions/sectionNumber/sectionNumber.test.tsx\n' + 'Try commenting out the test or excluding the test file from the `tests` list in your wallaby config,\n' + 'and restarting wallaby to make sure that it is this test/file causing the issue and not something else.\n' + 'Pinging test runner sandbox...\n', '2022-07-12T17:30:21.805Z workers The sandbox is not responsive. Check for possibly recently introduced infinite loops.\n', '2022-07-12T17:30:21.805Z workers Some long running code has been detected: one of your files is taking more than 5000ms to execute.\n' + 'Execution of the following files has started but has not finished:\n' + '- src/components/icon/index.tsx\n' + '- src/components/tooltip/CustomTooltip.tsx\n' + '- src/components/actions/sections/SectionBody/Components/Date/index.test.tsx\n' + '- src/components/actions/sections/SectionBody/Components/Date/index.tsx\n' + 'Try commenting out the test or excluding the test file from the `tests` list in your wallaby config,\n' + 'and restarting wallaby to make sure that it is this test/file causing the issue and not something else.\n' + 'Pinging test runner sandbox...\n', '2022-07-12T17:30:21.901Z workers Some long running code has been detected: one of your files is taking more than 5000ms to execute.\n' + 'Execution of the following files has started but has not finished:\n' + '- src/util/testUtils.tsx\n' + '- src/components/gridFormatters/index.ts\n' + '- src/components/gridFormatters/LabelCell.tsx\n' + '- src/store/patientdetails/patientDetails.attachment.slice.ts\n' + '- src/store/patientdetails/patientDetails.carePlan.slice.ts\n' + '- src/store/patientdetails/patientDetails.helpers.ts\n' + '- src/components/actions/sections/SectionBody/Components/RadioCheckBoxButton/CheckboxButton.test.tsx\n' + 'Try commenting out the test or excluding the test file from the `tests` list in your wallaby config,\n' + 'and restarting wallaby to make sure that it is this test/file causing the issue and not something else.\n' + 'Pinging test runner sandbox...\n', '2022-07-12T17:30:22.162Z workers Some long running code has been detected: one of your files is taking more than 5000ms to execute.\n' + 'Execution of the following files has started but has not finished:\n' + '- src/util/testUtils.tsx\n' + '- src/components/gridFormatters/index.ts\n' + '- src/components/gridFormatters/LabelCell.tsx\n' + '- src/store/patientdetails/patientDetails.attachment.slice.ts\n' + '- src/store/patientdetails/patientDetails.carePlan.slice.ts\n' + '- src/store/patientdetails/patientDetails.helpers.ts\n' + '- src/components/finish/actions/index.test.tsx\n' + 'Try commenting out the test or excluding the test file from the `tests` list in your wallaby config,\n' + 'and restarting wallaby to make sure that it is this test/file causing the issue and not something else.\n' + 'Pinging test runner sandbox...\n', '2022-07-12T17:30:22.163Z workers The sandbox is not responsive. Check for possibly recently introduced infinite loops.\n', '2022-07-12T17:30:25.175Z workers Some long running code has been detected: one of your files is taking more than 5000ms to execute.\n' + 'Execution of the following files has started but has not finished:\n' + '- src/components/actions/navbar/CollapsableSections.tsx\n' + '- src/components/actions/navbar/CollapsableSections.test.tsx\n' + 'Try commenting out the test or excluding the test file from the `tests` list in your wallaby config,\n' + 'and restarting wallaby to make sure that it is this test/file causing the issue and not something else.\n' + 'Pinging test runner sandbox...\n', '2022-07-12T17:30:25.377Z workers The sandbox is not responsive. Check for possibly recently introduced infinite loops.\n', '2022-07-12T17:30:25.524Z workers Some long running code has been detected: one of your files is taking more than 5000ms to execute.\n' + 'Execution of the following files has started but has not finished:\n' + '- src/components/actions/navbar/navbar.test.tsx\n' + '- src/components/actions/navbar/navbar.tsx\n' + '- src/components/actions/navbar/CollapsableSections.tsx\n' + 'Try commenting out the test or excluding the test file from the `tests` list in your wallaby config,\n' + 'and restarting wallaby to make sure that it is this test/file causing the issue and not something else.\n' + 'Pinging test runner sandbox...\n', '2022-07-12T17:30:25.732Z workers The sandbox is not responsive. Check for possibly recently introduced infinite loops.\n', '2022-07-12T17:30:27.598Z workers Scheduling Jest Test Run (rao9h): 2022-07-12T17:30:07.454Z\n', '2022-07-12T17:30:27.600Z workers [rao9h] Loaded unknown number of test(s)\n', '2022-07-12T17:30:27.622Z workers [rao9h] Test executed: should show autocomplete when component is autocomplete\n', '2022-07-12T17:30:29.512Z workers Scheduling Jest Test Run (trhmc): 2022-07-12T17:30:07.491Z\n', '2022-07-12T17:30:29.542Z workers Scheduling Jest Test Run (hrwf8): 2022-07-12T17:30:07.492Z\n', '2022-07-12T17:30:29.823Z workers [rao9h] Test executed: should show multiselect when component is not autocomplete\n', '2022-07-12T17:30:29.840Z workers Some long running code has been detected: one of your files is taking more than 5000ms to execute.\n' + 'Execution of the following files has started but has not finished:\n' + '- src/App.test.tsx\n' + '- src/pages/login/components/index.ts\n' + '- src/pages/login/components/LoginForm.tsx\n' + 'Try commenting out the test or excluding the test file from the `tests` list in your wallaby config,\n' + 'and restarting wallaby to make sure that it is this test/file causing the issue and not something else.\n' + 'Pinging test runner sandbox...\n', '2022-07-12T17:30:29.848Z workers [rao9h] Loaded unknown number of test(s)\n', '2022-07-12T17:30:29.849Z workers [rao9h] Test executed: returns correct units for approved\n', '2022-07-12T17:30:29.861Z workers [rao9h] Test executed: returns correct units for denied\n', '2022-07-12T17:30:29.861Z workers [rao9h] Test executed: returns correct units for pending\n', '2022-07-12T17:30:29.866Z workers [rao9h] Test executed: returns correct start date for approved\n', '2022-07-12T17:30:29.935Z workers [rao9h] Test executed: returns correct start date for pending\n', '2022-07-12T17:30:30.039Z workers The sandbox is not responsive. Check for possibly recently introduced infinite loops.\n', '2022-07-12T17:30:31.077Z workers Scheduling Jest Test Run (0um24): 2022-07-12T17:30:07.391Z\n', '2022-07-12T17:30:31.112Z workers Some long running code has been detected: one of your files is taking more than 5000ms to execute.\n' + 'Execution of the following files has started but has not finished:\n' + '- src/components/actions/navbar/index.ts\n' + '- src/components/actions/navbar/navbar.tsx\n' + '- src/components/actions/navbar/CollapsableSections.tsx\n' + '- src/components/actions/sections/SectionHeader.test.tsx\n' + '- src/components/actions/sections/SectionHeader.tsx\n' + 'Try commenting out the test or excluding the test file from the `tests` list in your wallaby config,\n' + 'and restarting wallaby to make sure that it is this test/file causing the issue and not something else.\n' + 'Pinging test runner sandbox...\n', '2022-07-12T17:30:31.254Z workers Scheduling Jest Test Run (6kgeu): 2022-07-12T17:30:07.344Z\n', '2022-07-12T17:30:31.312Z workers The sandbox is not responsive. Check for possibly recently introduced infinite loops.\n', '2022-07-12T17:30:31.974Z workers Some long running code has been detected: one of your files is taking more than 5000ms to execute.\n' + 'Execution of the following files has started but has not finished:\n' + '- src/components/footer/FinishFooter.tsx\n' + '- src/components/footer/Footer.test.tsx\n' + '- src/components/footer/Footer.tsx\n' + '- src/features/mozart/components/index.tsx\n' + '- src/features/mozart/components/ActionsDropdown/ActionsDropdown.tsx\n' + '- src/features/mozart/components/MozartFooter/MozartFooter.tsx\n' + 'Try commenting out the test or excluding the test file from the `tests` list in your wallaby config,\n' + 'and restarting wallaby to make sure that it is this test/file causing the issue and not something else.\n' + 'Pinging test runner sandbox...\n', '2022-07-12T17:30:32.062Z workers Scheduling Jest Test Run (7reou): 2022-07-12T17:30:07.516Z\n', '2022-07-12T17:30:32.178Z workers The sandbox is not responsive. Check for possibly recently introduced infinite loops.\n', '2022-07-12T17:30:32.601Z workers Scheduling Jest Test Run (ap9pn): 2022-07-12T17:30:07.516Z\n', '2022-07-12T17:30:32.674Z workers [6kgeu] Loaded unknown number of test(s)\n', '2022-07-12T17:30:32.684Z workers [6kgeu] Test executed: ReadOnly status returned\n', '2022-07-12T17:30:32.685Z workers [6kgeu] Test executed: InProgress status returned\n', '2022-07-12T17:30:32.688Z workers [6kgeu] Test executed: InProgress status returned if section is active\n', '2022-07-12T17:30:32.688Z workers [6kgeu] Test executed: Error status returned if section is not active\n', '2022-07-12T17:30:32.695Z workers [6kgeu] Test executed: InProgress status returned if section is visited and active\n', '2022-07-12T17:30:32.695Z workers [6kgeu] Test executed: Done status returned if section is visited and not active\n', '2022-07-12T17:30:32.698Z workers [6kgeu] Test executed: provided status is returned\n', '2022-07-12T17:30:32.698Z workers [6kgeu] Test executed: Remaining status returned if section is visited and not active\n', '2022-07-12T17:30:32.701Z workers [6kgeu] Test executed: given status inProgress border should be returned\n', '2022-07-12T17:30:32.704Z workers [6kgeu] Test executed: given status not inProgress border should not be returned\n', '2022-07-12T17:30:32.709Z workers [6kgeu] Test executed: given status inProgress and size medium adjusted size should be returned\n', '2022-07-12T17:30:32.710Z workers [6kgeu] Test executed: given status inProgress and size large adjusted size should be returned\n', '2022-07-12T17:30:32.710Z workers [6kgeu] Test executed: given size large correct size should be returned\n', '2022-07-12T17:30:32.711Z workers [6kgeu] Test executed: default size should be returned if empty params provided\n', '2022-07-12T17:30:32.712Z workers [6kgeu] Test executed: correct color should be returned based on status\n', '2022-07-12T17:30:32.718Z workers [6kgeu] Test executed: correct color should be returned based on status\n', '2022-07-12T17:30:32.721Z workers [6kgeu] Test executed: validation bubble is never visible when status is done\n', '2022-07-12T17:30:32.723Z workers [6kgeu] Test executed: validation bubble is never visible when status is done\n', '2022-07-12T17:30:32.727Z workers [6kgeu] Test executed: validation bubble is never visible when status is done\n', '2022-07-12T17:30:32.729Z workers [6kgeu] Test executed: validation bubble is never visible when status is done\n', '2022-07-12T17:30:32.734Z workers [6kgeu] Test executed: validation bubble is always visible when storage type is CAREPLAN\n', '2022-07-12T17:30:32.734Z workers [6kgeu] Test executed: validation bubble is always visible when storage type is CAREPLAN\n', '2022-07-12T17:30:32.735Z workers [6kgeu] Test executed: validation bubble is always visible when storage type is CAREPLAN\n', '2022-07-12T17:30:32.743Z workers [6kgeu] Test executed: validation bubble is always visible when storage type is CAREPLAN\n', '2022-07-12T17:30:32.744Z workers [6kgeu] Test executed: validation bubble is always visible when storage type is MOZART\n', '2022-07-12T17:30:32.746Z workers [6kgeu] Test executed: validation bubble is always visible when storage type is MOZART\n', '2022-07-12T17:30:32.748Z workers [6kgeu] Test executed: validation bubble is always visible when storage type is MOZART\n', '2022-07-12T17:30:32.767Z workers [6kgeu] Test executed: validation bubble is always visible when storage type is MOZART\n', '2022-07-12T17:30:32.769Z workers [6kgeu] Test executed: validation bubble visibility is correct for storage type of CHECKLIST\n', '2022-07-12T17:30:32.770Z workers [6kgeu] Test executed: validation bubble is never visible when storage type is neither CAREPLAN, MOZART OR CHECKLIST\n', '2022-07-12T17:30:32.771Z workers [6kgeu] Test executed: validation bubble is never visible when storage type is neither CAREPLAN, MOZART OR CHECKLIST\n', '2022-07-12T17:30:32.772Z workers [6kgeu] Test executed: validation bubble is never visible when storage type is neither CAREPLAN, MOZART OR CHECKLIST\n', '2022-07-12T17:30:32.776Z workers [6kgeu] Test executed: validation bubble is never visible when storage type is neither CAREPLAN, MOZART OR CHECKLIST\n', '2022-07-12T17:30:32.777Z workers [6kgeu] Test executed: validation bubble is never visible when storage type is neither CAREPLAN, MOZART OR CHECKLIST\n', "2022-07-12T17:30:32.805Z workers Sandbox (active) [6kgeu] error: TypeError: Cannot set property '0' of undefined\n" + ' at Object. (.\\src\\components\\actions\\sections\\SectionBody\\Components\\EntityAttribute\\index.tsx:3:31)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\actions\\sections\\SectionBody\\Items\\Orderable\\OrderableComponent.tsx:9:69)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\actions\\sections\\SectionBody\\Items\\Orderable\\Orderable.tsx:22:50)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\actions\\sections\\SectionBody\\Items\\Orderable\\index.ts:12:64)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\actions\\sections\\SectionBody\\Components\\Reminder\\index.tsx:20:41)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\finish\\actions\\index.tsx:10:61)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\finish\\actions\\index.test.tsx:16:59)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at jestAdapter (.\\node_modules\\jest-circus\\build\\legacy-code-todo-rewrite\\jestAdapter.js:106:13)\n' + ' at runTestInternal (.\\node_modules\\jest-runner\\build\\runTest.js:380:16)\n' + ' at runTest (.\\node_modules\\jest-runner\\build\\runTest.js:472:34)\n', '2022-07-12T17:30:32.909Z workers [6kgeu] Run 34 test(s), skipped 0 test(s)\n', "2022-07-12T17:30:33.151Z workers Sandbox (active) [hrwf8] error: TypeError: Cannot set property '0' of undefined\n" + ' at Object. (.\\src\\components\\actions\\sections\\SectionBody\\Components\\EntityAttribute\\index.tsx:3:31)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\actions\\sections\\SectionBody\\Items\\Orderable\\OrderableComponent.tsx:9:69)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\actions\\sections\\SectionBody\\Items\\Orderable\\Orderable.tsx:22:50)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\actions\\sections\\SectionBody\\Items\\Orderable\\index.ts:12:64)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\actions\\sections\\SectionBody\\Components\\RadioCheckBoxButton\\CheckboxButton.tsx:8:40)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\actions\\sections\\SectionBody\\Components\\RadioCheckBoxButton\\CheckboxButton.test.tsx:11:68)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at jestAdapter (.\\node_modules\\jest-circus\\build\\legacy-code-todo-rewrite\\jestAdapter.js:106:13)\n' + ' at runTestInternal (.\\node_modules\\jest-runner\\build\\runTest.js:380:16)\n' + ' at runTest (.\\node_modules\\jest-runner\\build\\runTest.js:472:34)\n', '2022-07-12T17:30:33.251Z workers [hrwf8] Run 0 test(s), skipped 0 test(s)\n', '2022-07-12T17:30:33.464Z workers Scheduling Jest Test Run (y2fpj): 2022-07-12T17:30:07.411Z\n', '2022-07-12T17:30:33.892Z workers [ap9pn] Loaded unknown number of test(s)\n', '2022-07-12T17:30:34.015Z workers Jest Test Run Complete (6kgeu): 2022-07-12T17:30:32.677Z\n', '2022-07-12T17:30:34.020Z workers [6kgeu] Sandbox is responsive, closing it\n', '2022-07-12T17:30:34.071Z workers [y2fpj] Loaded unknown number of test(s)\n', '2022-07-12T17:30:34.088Z workers [ap9pn] Test executed: returns empty array\n', '2022-07-12T17:30:34.089Z workers [ap9pn] Test executed: returns array\n', '2022-07-12T17:30:34.092Z workers [ap9pn] Test executed: returns array\n', '2022-07-12T17:30:34.092Z workers [ap9pn] Test executed: returns array\n', '2022-07-12T17:30:34.094Z workers [ap9pn] Test executed: returns empty array\n', "2022-07-12T17:30:34.097Z workers Sandbox (active) [ap9pn] error: TypeError: Cannot set property '0' of undefined\n" + ' at Object. (.\\src\\components\\actions\\sections\\SectionBody\\Components\\EntityAttribute\\index.tsx:3:31)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\actions\\sections\\SectionBody\\Items\\Orderable\\OrderableComponent.tsx:9:69)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\actions\\sections\\SectionBody\\Items\\Orderable\\Orderable.tsx:22:50)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\actions\\sections\\SectionBody\\Items\\Orderable\\orderable.test.tsx:6:63)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at jestAdapter (.\\node_modules\\jest-circus\\build\\legacy-code-todo-rewrite\\jestAdapter.js:106:13)\n' + ' at runTestInternal (.\\node_modules\\jest-runner\\build\\runTest.js:380:16)\n' + ' at runTest (.\\node_modules\\jest-runner\\build\\runTest.js:472:34)\n', '2022-07-12T17:30:34.197Z workers [ap9pn] Run 5 test(s), skipped 0 test(s)\n', '2022-07-12T17:30:34.245Z workers Jest Test Run Complete (hrwf8): 2022-07-12T17:30:33.155Z\n', '2022-07-12T17:30:34.245Z workers [hrwf8] Sandbox is responsive, closing it\n', '2022-07-12T17:30:34.594Z workers Jest Test Run Complete (ap9pn): 2022-07-12T17:30:34.085Z\n', '2022-07-12T17:30:34.595Z workers [ap9pn] Sandbox is responsive, closing it\n', '2022-07-12T17:30:35.148Z workers Some long running code has been detected: one of your files is taking more than 5000ms to execute.\n' + 'Execution of the following files has started but has not finished:\n' + '- src/features/mozart/components/ActionsDropdown/ActionsDropdown.tsx\n' + '- src/features/mozart/components/MozartFooter/MozartFooter.tsx\n' + '- src/features/mozart/components/MozartFooter/MozartFooter.test.tsx\n' + 'The last recorded console.log: Jest: PASS src/components/actions/sections/SectionBody/Components/EntityAttribute/MultiSelectAttribute.test.tsx (17.417 s)\n' + '\n' + 'Try commenting out the test or excluding the test file from the `tests` list in your wallaby config,\n' + 'and restarting wallaby to make sure that it is this test/file causing the issue and not something else.\n' + 'Pinging test runner sandbox...\n', '2022-07-12T17:30:35.349Z workers The sandbox is not responsive. Check for possibly recently introduced infinite loops.\n', "2022-07-12T17:30:35.412Z workers Sandbox (active) [7reou] error: TypeError: Cannot set property '0' of undefined\n" + ' at Object. (.\\src\\components\\actions\\sections\\SectionBody\\Components\\EntityAttribute\\index.tsx:3:31)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\actions\\sections\\SectionBody\\Items\\Orderable\\OrderableComponent.tsx:9:69)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\actions\\sections\\SectionBody\\Items\\Orderable\\Orderable.tsx:22:50)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\actions\\sections\\SectionBody\\Items\\Orderable\\index.ts:12:64)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\actions\\sections\\SectionBody\\Components\\DateTime\\index.tsx:15:41)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\actions\\sections\\SectionBody\\Components\\DateTime\\index.test.tsx:6:59)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at jestAdapter (.\\node_modules\\jest-circus\\build\\legacy-code-todo-rewrite\\jestAdapter.js:106:13)\n' + ' at runTestInternal (.\\node_modules\\jest-runner\\build\\runTest.js:380:16)\n' + ' at runTest (.\\node_modules\\jest-runner\\build\\runTest.js:472:34)\n', '2022-07-12T17:30:35.512Z workers [7reou] Run 0 test(s), skipped 0 test(s)\n', '2022-07-12T17:30:35.965Z workers Jest Test Run Complete (7reou): 2022-07-12T17:30:35.410Z\n', '2022-07-12T17:30:35.965Z workers [7reou] Sandbox is responsive, closing it\n', '2022-07-12T17:30:38.134Z workers Some long running code has been detected: one of your files is taking more than 5000ms to execute.\n' + 'Execution of the following files has started but has not finished:\n' + '- src/features/mozart/components/WorkflowRouting/WorkflowRouting.test.tsx\n' + '- src/features/mozart/components/WorkflowRouting/WorkflowRouting.tsx\n' + '- src/components/actions/sections/SectionBody/Components/Dropdown/Dropdown.tsx\n' + '- src/components/actions/sections/SectionBody/Components/Dropdown/index.test.tsx\n' + '- src/components/actions/sections/SectionBody/Components/EntityAttribute/index.tsx\n' + '- src/components/actions/sections/SectionBody/Items/Orderable/index.ts\n' + '- src/components/actions/sections/SectionBody/Items/Orderable/Orderable.tsx\n' + '- src/components/actions/sections/SectionBody/Items/Orderable/OrderableComponent.tsx\n' + 'The last recorded console.log: Jest: ● Test suite failed to run\n' + '\n' + " TypeError: Cannot set property '0' of undefined\n" + ' at d.statement (../../Users/myuser/AppData/Local/JetBrains/WebStorm2022.1/wallaby/wallaby/server.js:28:27608)\n' + ' at f.$_$w.f.$_$w_.e.$_$w.e.$_$w_ (../../Users/myuser/AppData/Local/JetBrains/WebStorm2022.1/wallaby/wallaby/server.js:30:3958)\n' + ' at Object. (src/components/actions/sections/SectionBody/Components/EntityAttribute/index.tsx:3:31)\n' + ' at Object. (src/components/actions/sections/SectionBody/Items/Orderable/OrderableComponent.tsx:9:69)\n' + ' at Object. (src/components/actions/sections/SectionBody/Items/Orderable/Orderable.tsx:22:50)\n' + ' at Object. (src/components/actions/sections/SectionBody/Items/Orderable/index.ts:12:64)\n' + ' at Object. (src/components/actions/sections/SectionBody/Components/Dropdown/Dropdown.tsx:12:40)\n' + ' at Object. (src/components/actions/sections/SectionBody/Components/Dropdown/index.test.tsx:6:62)\n' + '\n' + '\n' + 'Try commenting out the test or excluding the test file from the `tests` list in your wallaby config,\n' + 'and restarting wallaby to make sure that it is this test/file causing the issue and not something else.\n' + 'Pinging test runner sandbox...\n', '2022-07-12T17:30:38.334Z workers The sandbox is not responsive. Check for possibly recently introduced infinite loops.\n', '2022-07-12T17:30:38.691Z workers Scheduling Jest Test Run (30zuh): 2022-07-12T17:30:07.516Z\n', "2022-07-12T17:30:38.897Z workers Sandbox (active) [30zuh] error: TypeError: Cannot set property '0' of undefined\n" + ' at Object. (.\\src\\components\\actions\\sections\\SectionBody\\Components\\EntityAttribute\\index.tsx:3:31)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\actions\\sections\\SectionBody\\Items\\Orderable\\OrderableComponent.tsx:9:69)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\actions\\sections\\SectionBody\\Items\\Orderable\\Orderable.tsx:22:50)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\actions\\sections\\SectionBody\\Items\\Orderable\\index.ts:12:64)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\actions\\sections\\SectionBody\\Components\\Date\\index.tsx:15:41)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\actions\\sections\\SectionBody\\Components\\Date\\index.test.tsx:7:59)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at jestAdapter (.\\node_modules\\jest-circus\\build\\legacy-code-todo-rewrite\\jestAdapter.js:106:13)\n' + ' at runTestInternal (.\\node_modules\\jest-runner\\build\\runTest.js:380:16)\n' + ' at runTest (.\\node_modules\\jest-runner\\build\\runTest.js:472:34)\n', '2022-07-12T17:30:38.996Z workers [30zuh] Run 0 test(s), skipped 0 test(s)\n', '2022-07-12T17:30:39.279Z workers Jest Test Run Complete (30zuh): 2022-07-12T17:30:38.863Z\n', '2022-07-12T17:30:39.279Z workers [30zuh] Sandbox is responsive, closing it\n', '2022-07-12T17:30:39.819Z workers Some long running code has been detected: one of your files is taking more than 5000ms to execute.\n' + 'Execution of the following files has started but has not finished:\n' + '- src/components/quickNoteDialog/QuickNoteDialog.tsx\n' + '- src/pages/login/Login.tsx\n' + '- src/components/actions/sections/sections.tsx\n' + '- src/components/home/patientdetails/DialogBody.tsx\n' + '- src/components/home/patientdetails/index.test.tsx\n' + '- src/components/home/patientdetails/index.tsx\n' + '- src/components/home/patientdetails/Tabs.tsx\n' + '- src/components/review/sections/index.ts\n' + '- src/components/review/sections/ReviewSections.tsx\n' + '- src/pages/login/components/index.ts\n' + '- src/pages/login/components/LoginForm.tsx\n' + '- src/components/review/sections/SectionBody/index.tsx\n' + '- src/components/actions/sections/SectionBody/CarePlan/carePlan.tsx\n' + '- src/components/home/patientdetails/tabscontent/backgroundTab/BackgroundTab.tsx\n' + '- src/components/home/patientdetails/tabscontent/backgroundTab/index.ts\n' + '- src/components/review/sections/SectionBody/Items/Component.tsx\n' + '- src/components/review/sections/SectionBody/Items/Line.tsx\n' + '- src/components/review/sections/SectionBody/Items/Orderable.tsx\n' + '- src/components/actions/sections/SectionBody/Components/EntityAttribute/index.tsx\n' + '- src/components/home/patientdetails/tabscontent/backgroundTab/PatientDetailsBackgroundSubTabs/index.tsx\n' + '- src/components/review/sections/SectionBody/Components/EntityAttribute/index.tsx\n' + '- src/components/home/patientdetails/tabscontent/backgroundTab/PatientDetailsBackgroundSubTabs/Tabs/memberNotes/index.tsx\n' + '- src/components/home/patientdetails/tabscontent/backgroundTab/PatientDetailsBackgroundSubTabs/Tabs/memberNotes/MemberNotesTab.tsx\n' + '- src/components/actions/sections/CarePlanSection.tsx\n' + '- src/pages/login/Login.test.tsx\n' + 'Try commenting out the test or excluding the test file from the `tests` list in your wallaby config,\n' + 'and restarting wallaby to make sure that it is this test/file causing the issue and not something else.\n' + 'Pinging test runner sandbox...\n', '2022-07-12T17:30:40.025Z workers The sandbox is not responsive. Check for possibly recently introduced infinite loops.\n', '2022-07-12T17:30:40.188Z workers Some long running code has been detected: one of your files is taking more than 5000ms to execute.\n' + 'Execution of the following files has started but has not finished:\n' + '- src/components/review/sections/index.ts\n' + '- src/components/review/sections/ReviewSections.test.tsx\n' + '- src/components/review/sections/ReviewSections.tsx\n' + '- src/features/mozart/components/index.tsx\n' + '- src/components/review/sections/SectionBody/index.tsx\n' + '- src/features/mozart/components/ActionsDropdown/ActionsDropdown.tsx\n' + '- src/features/mozart/components/MozartContent/MozartContent.tsx\n' + '- src/components/review/sections/SectionBody/Items/Component.tsx\n' + '- src/components/review/sections/SectionBody/Items/Line.tsx\n' + '- src/components/review/sections/SectionBody/Items/Orderable.tsx\n' + '- src/components/actions/sections/SectionBody/Components/EntityAttribute/index.tsx\n' + '- src/components/review/sections/SectionBody/Components/EntityAttribute/index.tsx\n' + '- src/features/mozart/components/MozartFooter/MozartFooter.tsx\n' + '- src/features/mozart/components/MozartFooter/MozartFinishFooter.tsx\n' + '- src/features/mozart/components/MozartPrintLayout/MozartPrintLayout.tsx\n' + 'Try commenting out the test or excluding the test file from the `tests` list in your wallaby config,\n' + 'and restarting wallaby to make sure that it is this test/file causing the issue and not something else.\n' + 'Pinging test runner sandbox...\n', '2022-07-12T17:30:40.392Z workers The sandbox is not responsive. Check for possibly recently introduced infinite loops.\n', '2022-07-12T17:30:42.174Z workers Scheduling Jest Test Run (yb27t): 2022-07-12T17:30:07.319Z\n', '2022-07-12T17:30:43.050Z workers [yb27t] Loaded unknown number of test(s)\n', "2022-07-12T17:30:43.128Z workers Sandbox (active) [trhmc] error: TypeError: Cannot set property '0' of undefined\n" + ' at Object. (.\\src\\components\\actions\\sections\\SectionBody\\Components\\EntityAttribute\\index.tsx:3:31)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\actions\\sections\\SectionBody\\Items\\Orderable\\OrderableComponent.tsx:9:69)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\actions\\sections\\SectionBody\\Items\\Orderable\\Orderable.tsx:22:50)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\actions\\sections\\SectionBody\\Items\\Orderable\\index.ts:12:64)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\actions\\sections\\SectionBody\\Components\\Dropdown\\Dropdown.tsx:12:40)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\actions\\sections\\SectionBody\\Components\\Dropdown\\index.test.tsx:6:62)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at jestAdapter (.\\node_modules\\jest-circus\\build\\legacy-code-todo-rewrite\\jestAdapter.js:106:13)\n' + ' at runTestInternal (.\\node_modules\\jest-runner\\build\\runTest.js:380:16)\n' + ' at runTest (.\\node_modules\\jest-runner\\build\\runTest.js:472:34)\n', '2022-07-12T17:30:43.228Z workers [trhmc] Run 0 test(s), skipped 0 test(s)\n', '2022-07-12T17:30:43.330Z workers Scheduling Jest Test Run (aehpm): 2022-07-12T17:30:07.395Z\n', '2022-07-12T17:30:43.340Z workers Jest Test Run Complete (trhmc): 2022-07-12T17:30:43.126Z\n', '2022-07-12T17:30:43.340Z workers [trhmc] Sandbox is responsive, closing it\n', '2022-07-12T17:30:43.444Z workers [aehpm] Loaded unknown number of test(s)\n', '2022-07-12T17:30:43.585Z workers [rao9h] Test executed: returns correct unit type for approved\n', '2022-07-12T17:30:43.590Z workers [rao9h] Test executed: returns correct unit type for denied\n', '2022-07-12T17:30:43.591Z workers [rao9h] Test executed: returns correct unit type for partial\n', '2022-07-12T17:30:43.591Z workers [rao9h] Test executed: returns correct end date for approved\n', '2022-07-12T17:30:43.591Z workers [rao9h] Test executed: returns correct end date for denied\n', '2022-07-12T17:30:43.592Z workers [rao9h] Loaded unknown number of test(s)\n', '2022-07-12T17:30:43.592Z workers Sandbox is responsive. The issue may be asynchronous in nature (for example, a missing callback).\n', '2022-07-12T17:30:43.592Z workers [rao9h] Test executed: PatientDetails tab title renders correct title\n', '2022-07-12T17:30:43.592Z workers [rao9h] Test executed: PatientDetails tab title renders correct title when no patient detail provided\n', '2022-07-12T17:30:43.593Z workers [rao9h] Loaded unknown number of test(s)\n', '2022-07-12T17:30:43.593Z workers [rao9h] Test executed: Search bar Filter button is rendered\n', '2022-07-12T17:30:43.593Z workers [rao9h] Test executed: Search bar form fields are rendered correctly\n', '2022-07-12T17:30:43.594Z workers [rao9h] Loaded unknown number of test(s)\n', '2022-07-12T17:30:43.594Z workers [rao9h] Test executed: Check that placeholder is rendered\n', '2022-07-12T17:30:43.594Z workers [rao9h] Test executed: Check that form is rendered\n', '2022-07-12T17:30:43.594Z workers [rao9h] Test executed: Check form submit\n', '2022-07-12T17:30:43.594Z workers [rao9h] Test executed: Check search input change\n', "2022-07-12T17:30:43.596Z workers Sandbox (active) [rao9h] error: TypeError: Cannot set property '0' of undefined\n" + ' at Object. (.\\src\\components\\actions\\sections\\SectionBody\\Components\\EntityAttribute\\index.tsx:3:31)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\review\\sections\\SectionBody\\Components\\EntityAttribute\\index.tsx:16:47)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\review\\sections\\SectionBody\\Items\\Component.tsx:14:70)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\review\\sections\\SectionBody\\Items\\Line.tsx:7:40)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\review\\sections\\SectionBody\\Items\\Orderable.tsx:8:35)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\review\\sections\\SectionBody\\index.tsx:6:62)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\review\\sections\\ReviewSections.tsx:8:64)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\review\\sections\\index.ts:12:68)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\features\\mozart\\components\\MozartContent\\components\\MozartUserInput.tsx:10:62)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\features\\mozart\\components\\MozartContent\\components\\index.ts:4:46)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\features\\mozart\\components\\MozartContent\\MozartContent.tsx:10:41)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\features\\mozart\\components\\MozartPrintLayout\\MozartPrintLayout.tsx:10:44)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\features\\mozart\\components\\MozartFooter\\MozartFinishFooter.tsx:19:72)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\features\\mozart\\components\\MozartFooter\\MozartFooter.tsx:13:50)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\features\\mozart\\components\\MozartFooter\\MozartFooter.test.tsx:5:43)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at jestAdapter (.\\node_modules\\jest-circus\\build\\legacy-code-todo-rewrite\\jestAdapter.js:106:13)\n' + ' at runTestInternal (.\\node_modules\\jest-runner\\build\\runTest.js:380:16)\n' + ' at runTest (.\\node_modules\\jest-runner\\build\\runTest.js:472:34)\n', '2022-07-12T17:30:43.695Z workers [rao9h] Run 20 test(s), skipped 0 test(s)\n', '2022-07-12T17:30:43.785Z workers Scheduling Jest Test Run (m67ft): 2022-07-12T17:30:07.375Z\n', '2022-07-12T17:30:43.786Z workers Jest Test Run Complete (rao9h): 2022-07-12T17:30:43.589Z\n', '2022-07-12T17:30:43.786Z workers [rao9h] Sandbox is responsive, closing it\n', '2022-07-12T17:30:43.910Z workers Scheduling Jest Test Run (wdpkz): 2022-07-12T17:30:07.514Z\n', "2022-07-12T17:30:43.916Z workers Sandbox (active) [wdpkz] error: TypeError: Cannot set property '0' of undefined\n" + ' at Object. (.\\src\\components\\actions\\sections\\SectionBody\\Components\\EntityAttribute\\index.tsx:3:31)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\review\\sections\\SectionBody\\Components\\EntityAttribute\\index.tsx:16:47)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\review\\sections\\SectionBody\\Items\\Component.tsx:14:70)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\review\\sections\\SectionBody\\Items\\Line.tsx:7:40)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\review\\sections\\SectionBody\\Items\\Orderable.tsx:8:35)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\review\\sections\\SectionBody\\index.tsx:6:62)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\review\\sections\\ReviewSections.tsx:8:64)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\review\\sections\\index.ts:12:68)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\features\\mozart\\components\\MozartContent\\components\\MozartUserInput.tsx:10:62)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\features\\mozart\\components\\MozartContent\\components\\index.ts:4:46)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\features\\mozart\\components\\MozartContent\\MozartContent.tsx:10:41)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\features\\mozart\\components\\MozartPrintLayout\\MozartPrintLayout.tsx:10:44)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\features\\mozart\\components\\MozartFooter\\MozartFinishFooter.tsx:19:72)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\features\\mozart\\components\\MozartFooter\\MozartFooter.tsx:13:50)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\features\\mozart\\components\\index.tsx:4:42)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\actions\\navbar\\CollapsableSections.tsx:14:42)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n', '2022-07-12T17:30:44.016Z workers [wdpkz] Run 0 test(s), skipped 0 test(s)\n', '2022-07-12T17:30:44.075Z workers [wdpkz] Sandbox is responsive, closing it\n', '2022-07-12T17:30:44.313Z workers [m67ft] Loaded unknown number of test(s)\n', '2022-07-12T17:30:44.437Z workers [yb27t] Test executed: Simple Render Login Page Test\n', "2022-07-12T17:30:44.439Z workers Sandbox (active) [yb27t] error: TypeError: Cannot set property '0' of undefined\n" + ' at Object. (.\\src\\components\\actions\\sections\\SectionBody\\Components\\EntityAttribute\\index.tsx:3:31)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\actions\\sections\\SectionBody\\Items\\Orderable\\OrderableComponent.tsx:9:69)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\actions\\sections\\SectionBody\\Items\\Orderable\\Orderable.tsx:22:50)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\actions\\sections\\SectionBody\\Items\\Orderable\\index.ts:12:64)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\actions\\sections\\SectionBody\\Components\\RadioCheckBoxButton\\RadioButton.tsx:9:40)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\actions\\sections\\SectionBody\\Components\\RadioCheckBoxButton\\RadioButton.test.tsx:7:65)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at jestAdapter (.\\node_modules\\jest-circus\\build\\legacy-code-todo-rewrite\\jestAdapter.js:106:13)\n' + ' at runTestInternal (.\\node_modules\\jest-runner\\build\\runTest.js:380:16)\n' + ' at runTest (.\\node_modules\\jest-runner\\build\\runTest.js:472:34)\n', '2022-07-12T17:30:44.538Z workers [yb27t] Run 1 test(s), skipped 0 test(s)\n', '2022-07-12T17:30:44.598Z workers Jest Test Run Complete (yb27t): 2022-07-12T17:30:44.437Z\n', '2022-07-12T17:30:44.598Z workers [yb27t] Sandbox is responsive, closing it\n', '2022-07-12T17:30:44.740Z workers [y2fpj] Test executed: renders correct number\n', '2022-07-12T17:30:44.812Z workers [y2fpj] Test executed: hides number\n', '2022-07-12T17:30:44.966Z workers Scheduling Jest Test Run (r3jrh): 2022-07-12T17:30:07.399Z\n', '2022-07-12T17:30:45.005Z workers [y2fpj] Loaded unknown number of test(s)\n', '2022-07-12T17:30:45.006Z workers [y2fpj] Test executed: when status is complete it should have green icon\n', '2022-07-12T17:30:45.006Z workers [y2fpj] Test executed: when status is incomplete it should show red icon\n', "2022-07-12T17:30:45.008Z workers Sandbox (active) [y2fpj] error: TypeError: Cannot set property '0' of undefined\n" + ' at Object. (.\\src\\components\\actions\\sections\\SectionBody\\Components\\EntityAttribute\\index.tsx:3:31)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\review\\sections\\SectionBody\\Components\\EntityAttribute\\index.tsx:16:47)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\review\\sections\\SectionBody\\Items\\Component.tsx:14:70)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\review\\sections\\SectionBody\\Items\\Line.tsx:7:40)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\review\\sections\\SectionBody\\Items\\Orderable.tsx:8:35)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\review\\sections\\SectionBody\\index.tsx:6:62)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\review\\sections\\ReviewSections.tsx:8:64)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\review\\sections\\index.ts:12:68)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\actions\\sections\\SectionBody\\CarePlan\\carePlan.tsx:18:63)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\actions\\sections\\CarePlanSection.tsx:10:62)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\actions\\sections\\sections.tsx:11:68)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\quickNoteDialog\\QuickNoteDialog.tsx:13:62)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\home\\patientdetails\\tabscontent\\backgroundTab\\PatientDetailsBackgroundSubTabs\\Tabs\\memberNotes\\MemberNotesTab.tsx:9:69)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\home\\patientdetails\\tabscontent\\backgroundTab\\PatientDetailsBackgroundSubTabs\\Tabs\\memberNotes\\index.tsx:12:68)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\home\\patientdetails\\tabscontent\\backgroundTab\\PatientDetailsBackgroundSubTabs\\index.tsx:11:65)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\home\\patientdetails\\tabscontent\\backgroundTab\\BackgroundTab.tsx:7:84)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n', '2022-07-12T17:30:45.107Z workers [y2fpj] Run 4 test(s), skipped 0 test(s)\n', '2022-07-12T17:30:45.140Z workers Jest Test Run Complete (y2fpj): 2022-07-12T17:30:45.005Z\n', '2022-07-12T17:30:45.140Z workers [y2fpj] Sandbox is responsive, closing it\n', '2022-07-12T17:30:45.404Z workers [aehpm] Test executed: Check that Checklist View link is rendered\n', '2022-07-12T17:30:45.428Z workers [aehpm] Test executed: Check that Checklist Print link is rendered\n', '2022-07-12T17:30:45.428Z workers [aehpm] Test executed: Check that Checklist Fax link is rendered\n', '2022-07-12T17:30:45.428Z workers [aehpm] Test executed: Check that Checklist Amend link is rendered\n', '2022-07-12T17:30:45.429Z workers [aehpm] Test executed: Check that Checklist Update link is rendered\n', '2022-07-12T17:30:45.429Z workers [aehpm] Test executed: Check that Checklist Continue link is rendered\n', '2022-07-12T17:30:45.429Z workers [aehpm] Test executed: Check that Checklist Delete link is rendered\n', '2022-07-12T17:30:45.430Z workers [aehpm] Test executed: Check that Reminder Complete link is rendered\n', '2022-07-12T17:30:45.430Z workers [aehpm] Test executed: Check that Reminder Delete link is rendered\n', '2022-07-12T17:30:45.430Z workers [aehpm] Test executed: Check that Reminder Restore link is rendered\n', '2022-07-12T17:30:45.430Z workers [aehpm] Test executed: Check that Attachment Fax link is rendered\n', '2022-07-12T17:30:45.430Z workers [aehpm] Test executed: Check that Attachment View link is rendered\n', '2022-07-12T17:30:45.430Z workers [aehpm] Test executed: Check that Attachment Print link is rendered\n', "2022-07-12T17:30:45.432Z workers Sandbox (active) [aehpm] error: TypeError: Cannot set property '0' of undefined\n" + ' at Object. (.\\src\\components\\actions\\sections\\SectionBody\\Components\\EntityAttribute\\index.tsx:3:31)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\review\\sections\\SectionBody\\Components\\EntityAttribute\\index.tsx:16:47)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\review\\sections\\SectionBody\\Items\\Component.tsx:14:70)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\review\\sections\\SectionBody\\Items\\Line.tsx:7:40)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\review\\sections\\SectionBody\\Items\\Orderable.tsx:8:35)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\review\\sections\\SectionBody\\index.tsx:6:62)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\review\\sections\\ReviewSections.tsx:8:64)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\review\\sections\\index.ts:12:68)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\features\\mozart\\components\\MozartContent\\components\\MozartUserInput.tsx:10:62)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\features\\mozart\\components\\MozartContent\\components\\index.ts:4:46)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\features\\mozart\\components\\MozartContent\\MozartContent.tsx:10:41)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\features\\mozart\\components\\MozartPrintLayout\\MozartPrintLayout.tsx:10:44)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\features\\mozart\\components\\MozartFooter\\MozartFinishFooter.tsx:19:72)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\features\\mozart\\components\\MozartFooter\\MozartFooter.tsx:13:50)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\features\\mozart\\components\\index.tsx:4:42)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\actions\\navbar\\CollapsableSections.tsx:14:42)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n', '2022-07-12T17:30:45.533Z workers [aehpm] Run 13 test(s), skipped 0 test(s)\n', '2022-07-12T17:30:45.571Z workers [aehpm] Sandbox is responsive, closing it\n', '2022-07-12T17:30:45.917Z workers [m67ft] Test executed: when there is no error messages\n', '2022-07-12T17:30:45.919Z workers [m67ft] Test executed: should display correct count\n', '2022-07-12T17:30:45.920Z workers [m67ft] Test executed: previous button should be disabled\n', '2022-07-12T17:30:45.920Z workers [m67ft] Test executed: next button should not be disabled\n', '2022-07-12T17:30:45.920Z workers [m67ft] Test executed: displays correct error message\n', '2022-07-12T17:30:45.920Z workers [m67ft] Test executed: when next button clicked ant its last element, next button disabled\n', "2022-07-12T17:30:45.922Z workers Sandbox (active) [m67ft] error: TypeError: Cannot set property '0' of undefined\n" + ' at Object. (.\\src\\components\\actions\\sections\\SectionBody\\Components\\EntityAttribute\\index.tsx:3:31)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\review\\sections\\SectionBody\\Components\\EntityAttribute\\index.tsx:16:47)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\review\\sections\\SectionBody\\Items\\Component.tsx:14:70)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\review\\sections\\SectionBody\\Items\\Line.tsx:7:40)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\review\\sections\\SectionBody\\Items\\Orderable.tsx:8:35)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\review\\sections\\SectionBody\\index.tsx:6:62)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\review\\sections\\ReviewSections.tsx:8:64)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\review\\sections\\index.ts:12:68)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\features\\mozart\\components\\MozartContent\\components\\MozartUserInput.tsx:10:62)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\features\\mozart\\components\\MozartContent\\components\\index.ts:4:46)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\features\\mozart\\components\\MozartContent\\MozartContent.tsx:10:41)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\features\\mozart\\components\\MozartPrintLayout\\MozartPrintLayout.tsx:10:44)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\features\\mozart\\components\\MozartFooter\\MozartFinishFooter.tsx:19:72)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\features\\mozart\\components\\MozartFooter\\MozartFooter.tsx:13:50)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\features\\mozart\\components\\index.tsx:4:42)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\footer\\FinishFooter.tsx:9:39)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n', '2022-07-12T17:30:46.021Z workers [m67ft] Run 6 test(s), skipped 0 test(s)\n', '2022-07-12T17:30:46.033Z workers Jest Test Run Complete (m67ft): 2022-07-12T17:30:45.919Z\n', '2022-07-12T17:30:46.034Z workers [m67ft] Sandbox is responsive, closing it\n', '2022-07-12T17:30:48.773Z workers [0um24] Loaded unknown number of test(s)\n', '2022-07-12T17:30:48.774Z workers [0um24] Test executed: ActionButton component rendered as Button\n', '2022-07-12T17:30:48.774Z workers [0um24] Test executed: ActionButton component rendered as ProviderSearchActionButton component\n', '2022-07-12T17:30:48.774Z workers [0um24] Test executed: ActionButton component rendered as null when SourceAsButton\n', '2022-07-12T17:30:48.775Z workers [0um24] Loaded unknown number of test(s)\n', '2022-07-12T17:30:48.776Z workers [0um24] Test executed: check duplicatecheck render\n', '2022-07-12T17:30:48.778Z workers [0um24] Loaded unknown number of test(s)\n', '2022-07-12T17:30:48.778Z workers [0um24] Test executed: All steps are rendered. Selected Member\n', '2022-07-12T17:30:48.778Z workers [0um24] Test executed: All steps are rendered. Selected Problems\n', '2022-07-12T17:30:48.778Z workers [0um24] Test executed: All steps are rendered. Selected Actions\n', '2022-07-12T17:30:48.778Z workers [0um24] Test executed: All steps are rendered. Selected Review\n', "2022-07-12T17:30:48.780Z workers Sandbox (active) [0um24] error: TypeError: Cannot set property '0' of undefined\n" + ' at Object. (.\\src\\components\\actions\\sections\\SectionBody\\Components\\EntityAttribute\\index.tsx:3:31)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\review\\sections\\SectionBody\\Components\\EntityAttribute\\index.tsx:16:47)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\review\\sections\\SectionBody\\Items\\Component.tsx:14:70)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\review\\sections\\SectionBody\\Items\\Line.tsx:7:40)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\review\\sections\\SectionBody\\Items\\Orderable.tsx:8:35)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\review\\sections\\SectionBody\\index.tsx:6:62)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\review\\sections\\ReviewSections.tsx:8:64)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\review\\sections\\index.ts:12:68)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\review\\sections\\ReviewSections.test.tsx:7:53)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at jestAdapter (.\\node_modules\\jest-circus\\build\\legacy-code-todo-rewrite\\jestAdapter.js:106:13)\n' + ' at runTestInternal (.\\node_modules\\jest-runner\\build\\runTest.js:380:16)\n' + ' at runTest (.\\node_modules\\jest-runner\\build\\runTest.js:472:34)\n', '2022-07-12T17:30:48.879Z workers [0um24] Run 8 test(s), skipped 0 test(s)\n', '2022-07-12T17:30:48.889Z workers Jest Test Run Complete (0um24): 2022-07-12T17:30:48.772Z\n', '2022-07-12T17:30:48.889Z workers [0um24] Sandbox is responsive, closing it\n', "2022-07-12T17:30:49.362Z workers Sandbox (active) [r3jrh] error: TypeError: Cannot set property '0' of undefined\n" + ' at Object. (.\\src\\components\\actions\\sections\\SectionBody\\Components\\EntityAttribute\\index.tsx:3:31)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\review\\sections\\SectionBody\\Components\\EntityAttribute\\index.tsx:16:47)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\review\\sections\\SectionBody\\Items\\Component.tsx:14:70)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\review\\sections\\SectionBody\\Items\\Line.tsx:7:40)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\review\\sections\\SectionBody\\Items\\Orderable.tsx:8:35)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\review\\sections\\SectionBody\\index.tsx:6:62)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\review\\sections\\ReviewSections.tsx:8:64)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\review\\sections\\index.ts:12:68)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\features\\mozart\\components\\MozartContent\\components\\MozartUserInput.tsx:10:62)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\features\\mozart\\components\\MozartContent\\components\\index.ts:4:46)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\features\\mozart\\components\\MozartContent\\MozartContent.tsx:10:41)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\features\\mozart\\components\\MozartPrintLayout\\MozartPrintLayout.tsx:10:44)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\features\\mozart\\components\\MozartFooter\\MozartFinishFooter.tsx:19:72)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\features\\mozart\\components\\MozartFooter\\MozartFooter.tsx:13:50)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\features\\mozart\\components\\index.tsx:4:42)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n' + ' at Runtime.requireModule (.\\node_modules\\jest-runtime\\build\\index.js:746:10)\n' + ' at Runtime.requireModuleOrMock (.\\node_modules\\jest-runtime\\build\\index.js:919:21)\n' + ' at Object. (.\\src\\components\\actions\\navbar\\CollapsableSections.tsx:14:42)\n' + ' at Runtime._execModule (.\\node_modules\\jest-runtime\\build\\index.js:1299:24)\n' + ' at Runtime._loadModule (.\\node_modules\\jest-runtime\\build\\index.js:898:12)\n', '2022-07-12T17:30:49.461Z workers [r3jrh] Run 0 test(s), skipped 0 test(s)\n', '2022-07-12T17:30:49.471Z workers Jest Test Run Complete (r3jrh): 2022-07-12T17:30:49.360Z\n', '2022-07-12T17:30:49.471Z workers [r3jrh] Sandbox is responsive, closing it\n', '2022-07-12T17:30:49.473Z workers Merging parallel test run results\n', '2022-07-12T17:30:49.493Z project Test run finished\n', '2022-07-12T17:30:49.494Z project Processed console.log entries\n', '2022-07-12T17:30:49.495Z project Processed loading sequences\n', '2022-07-12T17:30:49.495Z project Test name duplicate: validation bubble is never visible when status is done\n', '2022-07-12T17:30:49.495Z project Test name duplicate: validation bubble is never visible when status is done\n', '2022-07-12T17:30:49.495Z project Test name duplicate: validation bubble is never visible when status is done\n', '2022-07-12T17:30:49.495Z project Test name duplicate: validation bubble is always visible when storage type is CAREPLAN\n', '2022-07-12T17:30:49.495Z project Test name duplicate: validation bubble is always visible when storage type is CAREPLAN\n', '2022-07-12T17:30:49.495Z project Test name duplicate: validation bubble is always visible when storage type is CAREPLAN\n', '2022-07-12T17:30:49.495Z project Test name duplicate: validation bubble is always visible when storage type is MOZART\n', '2022-07-12T17:30:49.495Z project Test name duplicate: validation bubble is always visible when storage type is MOZART\n', '2022-07-12T17:30:49.495Z project Test name duplicate: validation bubble is always visible when storage type is MOZART\n', '2022-07-12T17:30:49.495Z project Test name duplicate: validation bubble is never visible when storage type is neither CAREPLAN, MOZART OR CHECKLIST\n', '2022-07-12T17:30:49.495Z project Test name duplicate: validation bubble is never visible when storage type is neither CAREPLAN, MOZART OR CHECKLIST\n', '2022-07-12T17:30:49.495Z project Test name duplicate: validation bubble is never visible when storage type is neither CAREPLAN, MOZART OR CHECKLIST\n', '2022-07-12T17:30:49.495Z project Test name duplicate: validation bubble is never visible when storage type is neither CAREPLAN, MOZART OR CHECKLIST\n', '2022-07-12T17:30:49.495Z project Processed executed tests\n', '2022-07-12T17:30:49.544Z project Processed code coverage\n', '2022-07-12T17:30:49.711Z project Test run result processed and sent to IDE\n' ] } ```
PavelA85 commented 2 years ago

Not sure if it is a connected issue, but also I started to this kind of error:

Test file 'src/components/footer/Footer.test.tsx' is importing or is causing import of another test file 'src/features/mozart/components/MozartFooter/MozartFinishFooter.test.tsx'.
This may cause tests in the 'src/features/mozart/components/MozartFooter/MozartFinishFooter.test.tsx' file to be executed more than once (when the test file runs and every time it gets imported).
If the 'src/features/mozart/components/MozartFooter/MozartFinishFooter.test.tsx' test file contains some test helper code, try refactoring the reused code into a file of its own and use it by importing the new file into 'src/components/footer/Footer.test.tsx' and 'src/features/mozart/components/MozartFooter/MozartFinishFooter.test.tsx' test files.

I could not find the references test to test mentioned in this log. Restarting wallaby makes this error go away for some time.

smcenlly commented 2 years ago

Could you please try running:

npx jest --clearCache

That should clear your jest cache for all projects. After doing that, please let us know if you see the error again. If you do, please also tell us if you remember any specific steps your were taking prior to seeing the error that you think may be helpful in reproducing the problem.


RE:

Not sure if it is a connected issue, but also I started to this kind of error:

Test file 'src/components/footer/Footer.test.tsx' is importing or is causing import of another test file 'src/features/mozart/components/MozartFooter/MozartFinishFooter.test.tsx'.
This may cause tests in the 'src/features/mozart/components/MozartFooter/MozartFinishFooter.test.tsx' file to be executed more than once (when the test file runs and every time it gets imported).
If the 'src/features/mozart/components/MozartFooter/MozartFinishFooter.test.tsx' test file contains some test helper code, try refactoring the reused code into a file of its own and use it by importing the new file into 'src/components/footer/Footer.test.tsx' and 'src/features/mozart/components/MozartFooter/MozartFinishFooter.test.tsx' test files.

I think we would need to see your project source code in order understand your file/project structure and how/why this might be occurring.

--

If you're still having problems, could you please provide us with your:

smcenlly commented 2 years ago

Assuming our suggestion worked for you. If not, please provide us with the details requested and we will re-open the issue and continue investigating.

PavelA85 commented 2 years ago

Yes, it worked. Thank you!