wallabyjs / public

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

All tests not running #3022

Closed Rafael805 closed 2 years ago

Rafael805 commented 2 years ago

Issue description or question

All of my tests are not running and they seem to only run once I open the test/file.

Wallaby diagnostics report

{
  editorVersion: '1.68.1',
  pluginVersion: '1.0.341',
  editorType: 'VSCode',
  osVersion: 'darwin 21.4.0',
  nodeVersion: 'v14.19.3',
  coreVersion: '1.0.1290',
  checksum: 'OTE4ODcxOWE4YmNiY2M3MzRjOTVhZjQ3NjBkNGQxOTIsMTY2NDkyODAwMDAwMCww',
  config: {
    filesWithNoCoverageCalculated: [
      'src/App.tsx',
      'src/api.ts',
      'src/aws-exports.js',
      'src/setupTests.ts',
      'src/reportWebVitals.ts',
      'src/utils/twilioSms/**',
      'src/utils/testUtils.tsx',
      'src/components/HomePage/**',
      'src/components/Drawer/DrawerHeader',
      'src/components/SigningsPage/Tables/AllTable.columns.tsx',
      'src/pages/HomePage.tsx',
      'src/__mocks__/**',
      'src/mocks/**',
      'src/routes/**',
      'src/graphql/**',
      'src/constants/**',
      'src/styles/**',
      'src/index.tsx',
      'src/pages/public/**',
      'src/pages/private/SettingsPage/**',
      'src/pages/private/admin/InvoicePage/**',
      'src/pages/private/WhiteboardPage/**',
      'src/pages/private/SuummaryPage/**'
    ],
    diagnostics: {
      jest: {
        config: {
          configs: [
            {
              automock: false,
              cache: true,
              cacheDirectory: '/private/var/folders/1l/m81pjwv16_qf9gh0w143r6wh0000gn/T/jest_dx',
              clearMocks: false,
              coveragePathIgnorePatterns: [ '/node_modules/' ],
              cwd: '<homeDir>/Github/LuxuryLoanSigners',
              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: [],
              name: '1b60bc23356945130301d174dc08d463',
              prettierPath: 'prettier',
              resetMocks: true,
              resetModules: false,
              resolver: undefined,
              restoreMocks: false,
              rootDir: '<homeDir>/Github/LuxuryLoanSigners',
              roots: [ '<homeDir>/Github/LuxuryLoanSigners/src' ],
              runner: 'jest-runner',
              setupFiles: [ '<homeDir>/Github/LuxuryLoanSigners/node_modules/react-app-polyfill/jsdom.js' ],
              setupFilesAfterEnv: [ '<homeDir>/Github/LuxuryLoanSigners/src/setupTests.ts' ],
              skipFilter: false,
              skipNodeResolution: undefined,
              slowTestThreshold: 5,
              snapshotResolver: undefined,
              snapshotSerializers: [],
              testEnvironment: '<homeDir>/Github/LuxuryLoanSigners/node_modules/jest-environment-jsdom/build/index.js',
              testEnvironmentOptions: {},
              testLocationInResults: false,
              testMatch: [
                '<homeDir>/Github/LuxuryLoanSigners/src/**/__tests__/**/*.{js,jsx,ts,tsx}',
                '<homeDir>/Github/LuxuryLoanSigners/src/**/*.{spec,test}.{js,jsx,ts,tsx}'
              ],
              testPathIgnorePatterns: [ '/node_modules/' ],
              testRegex: [],
              testRunner: '<homeDir>/Github/LuxuryLoanSigners/node_modules/jest-circus/runner.js',
              testURL: 'http://localhost',
              timers: 'real',
              transform: [
                [ '^.+\\.(js|jsx|mjs|cjs|ts|tsx)$', '<homeDir>/Github/LuxuryLoanSigners/node_modules/react-scripts/config/jest/babelTransform.js', {} ],
                [ '^.+\\.css$', '<homeDir>/Github/LuxuryLoanSigners/node_modules/react-scripts/config/jest/cssTransform.js', {} ],
                [ '^(?!.*\\.(js|jsx|mjs|cjs|ts|tsx|css|json)$)', '<homeDir>/Github/LuxuryLoanSigners/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: [ 'src/**/*.{js,jsx,ts,tsx}', '!src/**/*.d.ts' ],
            collectCoverageOnlyFrom: undefined,
            coverageDirectory: '<homeDir>/Github/LuxuryLoanSigners/coverage',
            coverageProvider: 'babel',
            coverageReporters: [ 'json', 'text', 'lcov', 'clover' ],
            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: 7,
            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: '<homeDir>/Github/LuxuryLoanSigners',
            runTestsByPath: false,
            silent: undefined,
            skipFilter: false,
            testFailureExitCode: 1,
            testNamePattern: undefined,
            testPathPattern: '',
            testResultsProcessor: undefined,
            testSequencer: '<homeDir>/Github/LuxuryLoanSigners/node_modules/@jest/test-sequencer/build/index.js',
            testTimeout: undefined,
            updateSnapshot: 'new',
            useStderr: false,
            verbose: undefined,
            watch: false,
            watchAll: false,
            watchPlugins: [
              { config: {}, path: '<homeDir>/Github/LuxuryLoanSigners/node_modules/jest-watch-typeahead/filename.js' },
              { config: {}, path: '<homeDir>/Github/LuxuryLoanSigners/node_modules/jest-watch-typeahead/testname.js' }
            ],
            watchman: true
          },
          hasDeprecationWarnings: false,
          wallaby: {
            roots: [ 'src' ],
            watchPathIgnorePatterns: [ '/node_modules/', '\\./dist/|\\./build/|\\./coverage/|\\./git/|/\\..+/', '/private/var/folders/1l/m81pjwv16_qf9gh0w143r6wh0000gn/T/jest_dx', '\\./coverage' ],
            testPathIgnorePatterns: [ '/node_modules/', '\\./dist/|\\./build/|\\./coverage/|\\./git/|/\\..+/', '/private/var/folders/1l/m81pjwv16_qf9gh0w143r6wh0000gn/T/jest_dx', '\\./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: [ 'src/**/*.{js,jsx,ts,tsx}', '!src/**/*.d.ts' ],
    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: '/private/var/folders/1l/m81pjwv16_qf9gh0w143r6wh0000gn/T/jest_dx',
        regexp: /\/private\/var\/folders\/1l\/m81pjwv16_qf9gh0w143r6wh0000gn\/T\/jest_dx/,
        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: '/private/var/folders/1l/m81pjwv16_qf9gh0w143r6wh0000gn/T/jest_dx',
        regexp: /\/private\/var\/folders\/1l\/m81pjwv16_qf9gh0w143r6wh0000gn\/T\/jest_dx/,
        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: '<homeDir>/.nvm/versions/node/v14.19.3/bin/node',
      viewportSize: { width: 800, height: 600 },
      options: { width: 800, height: 600 },
      bundle: true
    },
    reportUnhandledPromises: true,
    slowTestThreshold: 75,
    lowCoverageThreshold: 80,
    loose: true,
    configCode: 'auto.detect#233589266'
  },
  packageJSON: {
    dependencies: {
      '@aws-amplify/api': '^4.0.44',
      '@aws-amplify/api-graphql': '^2.3.8',
      '@aws-amplify/cli': '^9.0.0',
      '@aws-amplify/core': '^4.5.8',
      '@aws-amplify/ui-components': '^1.9.6',
      '@aws-amplify/ui-react': '^3.0.1',
      '@date-io/date-fns': '^1.3.13',
      '@date-io/moment': '^2.11.0',
      '@emotion/react': '^11.4.0',
      '@emotion/styled': '^11.3.0',
      '@googlemaps/jest-mocks': '^2.7.4',
      '@mui/icons-material': '^5.0.0',
      '@mui/lab': '^5.0.0-alpha.48',
      '@mui/material': '^5.6.0',
      '@mui/styles': '^5.0.1',
      '@mui/system': '^5.5.2',
      '@mui/x-data-grid': '^5.8.0',
      '@react-google-maps/api': '^2.7.0',
      '@react-pdf/renderer': '^2.1.1',
      '@reduxjs/toolkit': '^1.5.1',
      'aws-amplify': '^4.3.26',
      clsx: '^1.1.1',
      'css-mediaquery': '^0.1.2',
      'date-fns': '^2.21.1',
      'emailjs-com': '^3.2.0',
      'graphql-request': '^3.6.0',
      'jest-diff': '^28.1.1',
      lodash: '^4.17.21',
      moment: '^2.29.1',
      msw: '^0.30.0',
      react: '^18.1.0',
      'react-dom': '^18.1.0',
      'react-error-boundary': '^3.1.4',
      'react-ga': '^3.3.0',
      'react-imask': '6.1.0',
      'react-redux': '^8.0.2',
      'react-router-dom': '^6.0.2',
      'react-scripts': '4.0.3',
      recharts: '^2.1.10',
      typescript: '^4.7.2',
      'use-places-autocomplete': '^2.0.0',
      'web-vitals': '^1.0.1'
    },
    devDependencies: {
      '@playwright/test': '^1.21.0',
      '@testing-library/jest-dom': '^5.16.4',
      '@testing-library/react': '^13.3.0',
      '@testing-library/user-event': '^14.2.1',
      '@types/googlemaps': '^3.43.3',
      '@types/jest': '^26.0.15',
      '@types/node': '^12.0.0',
      '@types/react': '^18.0.1',
      '@types/react-dom': '^18.0.1',
      '@types/react-pdf': '^5.7.2',
      '@types/react-redux': '^7.1.16',
      '@types/react-router-dom': '^5.1.7',
      '@typescript-eslint/eslint-plugin': '^4.19.0',
      '@typescript-eslint/parser': '^4.19.0',
      'cross-env': '^7.0.3',
      eslint: '^7.23.0',
      'eslint-config-airbnb': '^18.2.1',
      'eslint-config-airbnb-typescript': '^12.3.1',
      'eslint-config-prettier': '^8.1.0',
      'eslint-plugin-import': '^2.22.1',
      'eslint-plugin-jest': '^24.3.6',
      'eslint-plugin-jest-dom': '^3.9.2',
      'eslint-plugin-prettier': '^3.3.1',
      'eslint-plugin-react': '^7.23.1',
      'eslint-plugin-react-hooks': '^4.2.0',
      'eslint-plugin-simple-import-sort': '^7.0.0',
      'eslint-plugin-testing-library': '^4.12.4',
      'eslint-plugin-tsdoc': '^0.2.14',
      husky: '4',
      'lint-staged': '^10.5.4',
      prettier: '2.2.1',
      'redux-immutable-state-invariant': '^2.1.0',
      rxjs: '^7.4.0'
    }
  },
  fs: { numberOfFiles: 1059 },
Rafael805 commented 2 years ago
debug: [
    '2022-06-24T16:52:43.600Z angular/cli config Angular CLI not found.\n',
    '2022-06-24T16:52:43.874Z jest/config Detected Jest.\n',
    '2022-06-24T16:52:43.875Z jest/config Configured Jest.\n',
    '2022-06-24T16:52:43.876Z project Wallaby Node version: v14.19.3\n',
    '2022-06-24T16:52:43.876Z project Wallaby config: <homeDir>/Github/LuxuryLoanSigners/auto.detect\n',
    '2022-06-24T16:52:44.419Z project File cache: <homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.341/projects/19b5d55b292e9e6b\n',
    '2022-06-24T16:52:44.503Z uiService Listening port 51235\n',
    '2022-06-24T16:52:44.585Z workers Parallelism for initial run: 6, for regular run: 3\n',
    '2022-06-24T16:52:44.585Z workers Starting run worker instance #0\n',
    '2022-06-24T16:52:44.585Z workers Starting run worker instance #1\n',
    '2022-06-24T16:52:44.585Z workers Starting run worker instance #2\n',
    '2022-06-24T16:52:44.585Z workers Starting run worker instance #3\n',
    '2022-06-24T16:52:44.585Z workers Starting run worker instance #4\n',
    '2022-06-24T16:52:44.585Z workers Starting run worker instance #5\n',
    '2022-06-24T16:52:44.587Z workers Web server is listening at 59061\n',
    '2022-06-24T16:52:44.690Z project File cache requires some updates, waiting required files from IDE\n',
    '2022-06-24T16:52:44.741Z project Stopping process pool\n',
    '2022-06-24T16:52:44.743Z project Test run started; run priority: 3\n',
    '2022-06-24T16:52:44.747Z project Running all tests\n',
    '2022-06-24T16:52:44.787Z workers Starting test run, priority: 3\n',
    '2022-06-24T16:52:44.788Z workers Distributing tests between 6 workers\n',
    '2022-06-24T16:52:44.792Z workers Running tests in parallel\n',
    '2022-06-24T16:52:44.793Z nodeRunner Starting sandbox [worker #0, session #6cml6]\n',
    '2022-06-24T16:52:44.793Z nodeRunner Starting sandbox [worker #1, session #27h0c]\n',
    '2022-06-24T16:52:44.793Z nodeRunner Starting sandbox [worker #2, session #pbm79]\n',
    '2022-06-24T16:52:44.793Z nodeRunner Starting sandbox [worker #3, session #9nm6i]\n',
    '2022-06-24T16:52:44.793Z nodeRunner Starting sandbox [worker #4, session #adt2r]\n',
    '2022-06-24T16:52:44.793Z nodeRunner Starting sandbox [worker #5, session #8u6jj]\n',
    '2022-06-24T16:52:44.793Z nodeRunner Preparing sandbox [worker #0, session #6cml6]\n',
    '2022-06-24T16:52:44.793Z nodeRunner Preparing sandbox [worker #1, session #27h0c]\n',
    '2022-06-24T16:52:44.793Z nodeRunner Preparing sandbox [worker #2, session #pbm79]\n',
    '2022-06-24T16:52:44.793Z nodeRunner Preparing sandbox [worker #3, session #9nm6i]\n',
    '2022-06-24T16:52:44.793Z nodeRunner Preparing sandbox [worker #4, session #adt2r]\n',
    '2022-06-24T16:52:44.793Z nodeRunner Preparing sandbox [worker #5, session #8u6jj]\n',
    '2022-06-24T16:52:44.960Z workers Started run worker instance (delayed) #0\n',
    '2022-06-24T16:52:44.960Z nodeRunner Prepared sandbox [worker #0, session #6cml6]\n',
    '2022-06-24T16:52:44.960Z workers [worker #0, session #6cml6] Running tests in sandbox\n',
    '2022-06-24T16:52:44.968Z workers Started run worker instance (delayed) #2\n',
    '2022-06-24T16:52:44.968Z nodeRunner Prepared sandbox [worker #2, session #pbm79]\n',
    '2022-06-24T16:52:44.968Z workers [worker #2, session #pbm79] Running tests in sandbox\n',
    '2022-06-24T16:52:44.970Z workers Started run worker instance (delayed) #4\n',
    '2022-06-24T16:52:44.971Z nodeRunner Prepared sandbox [worker #4, session #adt2r]\n',
    '2022-06-24T16:52:44.971Z workers [worker #4, session #adt2r] Running tests in sandbox\n',
    '2022-06-24T16:52:44.972Z workers Started run worker instance (delayed) #3\n',
    '2022-06-24T16:52:44.972Z nodeRunner Prepared sandbox [worker #3, session #9nm6i]\n',
    '2022-06-24T16:52:44.972Z workers [worker #3, session #9nm6i] Running tests in sandbox\n',
    '2022-06-24T16:52:44.977Z workers Started run worker instance (delayed) #1\n',
    '2022-06-24T16:52:44.977Z nodeRunner Prepared sandbox [worker #1, session #27h0c]\n',
    '2022-06-24T16:52:44.977Z workers [worker #1, session #27h0c] Running tests in sandbox\n',
    '2022-06-24T16:52:44.978Z workers Started run worker instance (delayed) #5\n',
    '2022-06-24T16:52:44.979Z nodeRunner Prepared sandbox [worker #5, session #8u6jj]\n',
    '2022-06-24T16:52:44.979Z workers [worker #5, session #8u6jj] Running tests in sandbox\n',
    '2022-06-24T16:53:00.902Z 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/utils/helpers.ts\n' +
      '- src/utils/testUtils.tsx\n' +
      '- src/redux/store.ts\n' +
      '- src/redux/slices/currentSigningSlice.ts\n' +
      '- src/pages/private/SigningsPage/Tables/AcceptedTable.columns.tsx\n' +
      '- src/pages/private/SigningsPage/DefaultCells/SigningActionsTableCell.tsx\n' +
      '- src/components/CardTitleAndContent.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-06-24T16:53:00.970Z 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/utils/helpers.ts\n' +
      '- src/utils/testUtils.tsx\n' +
      '- src/redux/store.ts\n' +
      '- src/redux/slices/currentSigningSlice.ts\n' +
      '- src/pages/private/SigningsPage/Tables/AcceptedTable.columns.tsx\n' +
      '- src/pages/private/SigningsPage/DefaultCells/SigningActionsTableCell.tsx\n' +
      '- src/components/AppBars/AccountMenu.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-06-24T16:53:00.971Z 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/utils/helpers.ts\n' +
      '- src/utils/testUtils.tsx\n' +
      '- src/redux/store.ts\n' +
      '- src/redux/slices/currentSigningSlice.ts\n' +
      '- src/pages/private/SigningsPage/Tables/AcceptedTable.columns.tsx\n' +
      '- src/pages/private/SigningsPage/DefaultCells/SigningActionsTableCell.tsx\n' +
      '- src/components/CardTitle.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-06-24T16:53:00.987Z 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/utils/helpers.ts\n' +
      '- src/utils/testUtils.tsx\n' +
      '- src/redux/store.ts\n' +
      '- src/redux/slices/currentSigningSlice.ts\n' +
      '- src/pages/private/SigningsPage/Tables/AcceptedTable.columns.tsx\n' +
      '- src/pages/private/SigningsPage/DefaultCells/SigningActionsTableCell.tsx\n' +
      '- src/components/CardInfo.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-06-24T16:53:01.047Z 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/utils/helpers.ts\n' +
      '- src/utils/testUtils.tsx\n' +
      '- src/redux/store.ts\n' +
      '- src/redux/slices/currentSigningSlice.ts\n' +
      '- src/pages/private/SigningsPage/Tables/AcceptedTable.columns.tsx\n' +
      '- src/pages/private/SigningsPage/DefaultCells/SigningActionsTableCell.tsx\n' +
      '- src/components/AppBars/SimpleAppBar.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-06-24T16:53:01.114Z workers The sandbox is not responsive. Check for possibly recently introduced infinite loops.\n',
    '2022-06-24T16:53:01.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/utils/helpers.ts\n' +
      '- src/utils/testUtils.tsx\n' +
      '- src/redux/store.ts\n' +
      '- src/redux/slices/currentSigningSlice.ts\n' +
      '- src/pages/private/SigningsPage/Tables/AcceptedTable.columns.tsx\n' +
      '- src/pages/private/SigningsPage/DefaultCells/SigningActionsTableCell.tsx\n' +
      '- src/components/CardMenu.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-06-24T16:53:01.179Z workers The sandbox is not responsive. Check for possibly recently introduced infinite loops.\n',
    '2022-06-24T16:53:01.181Z workers The sandbox is not responsive. Check for possibly recently introduced infinite loops.\n',
    '2022-06-24T16:53:01.239Z workers The sandbox is not responsive. Check for possibly recently introduced infinite loops.\n',
    '2022-06-24T16:53:01.287Z workers The sandbox is not responsive. Check for possibly recently introduced infinite loops.\n',
    '2022-06-24T16:53:01.335Z workers The sandbox is not responsive. Check for possibly recently introduced infinite loops.\n',
    '2022-06-24T16:53:09.422Z 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/utils/helpers.ts\n' +
      '- src/utils/testUtils.tsx\n' +
      '- src/redux/store.ts\n' +
      '- src/pages/private/SigningsPage/Tables/AcceptedTable.columns.tsx\n' +
      '- src/pages/private/SigningsPage/Tables/DefaultSigningsTable.columns.tsx\n' +
      '- src/components/CardMenu.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-06-24T16:53:13.504Z workers Scheduling Jest Test Run (6cml6): 2022-06-24T16:52:47.966Z\n',
    '2022-06-24T16:53:14.137Z workers Scheduling Jest Test Run (9nm6i): 2022-06-24T16:52:47.965Z\n',
    '2022-06-24T16:53:14.685Z workers [9nm6i] Loaded unknown number of test(s)\n',
    '2022-06-24T16:53:14.813Z workers [9nm6i] Test executed: shows the view timeline menu item for all users\n',
    '2022-06-24T16:53:21.083Z workers Scheduling Jest Test Run (8u6jj): 2022-06-24T16:52:47.969Z\n',
    '2022-06-24T16:53:21.429Z workers [8u6jj] Loaded unknown number of test(s)\n',
    '2022-06-24T16:53:22.307Z workers Scheduling Jest Test Run (pbm79): 2022-06-24T16:52:47.965Z\n',
    '2022-06-24T16:53:23.238Z workers Scheduling Jest Test Run (27h0c): 2022-06-24T16:52:47.970Z\n',
    '2022-06-24T16:53:23.990Z 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/Drawer/DrawerTabList.test.tsx\n' +
      '- src/components/Drawer/DrawerTabList.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-06-24T16:53:23.990Z workers The sandbox is not responsive. Check for possibly recently introduced infinite loops.\n',
    '2022-06-24T16:53:30.540Z workers [6cml6] Loaded unknown number of test(s)\n',
    '2022-06-24T16:53:30.986Z workers [6cml6] Test executed: logs user out\n',
    "2022-06-24T16:53:31.134Z workers [6cml6] Test executed: shows that the user's initials\n",
    '2022-06-24T16:53:32.863Z workers [6cml6] Loaded unknown number of test(s)\n',
    '2022-06-24T16:53:33.375Z workers Sandbox (active) [6cml6] error: Your test suite must contain at least one test.\n' +
      '    at onResult (./node_modules/@jest/core/build/TestScheduler.js:175:18)\n' +
      '    at ./node_modules/@jest/core/build/TestScheduler.js:304:17\n' +
      '    at ./node_modules/emittery/index.js:260:13\n' +
      '    at Array.map (<anonymous>)\n' +
      '    at Emittery.Typed.emit (./node_modules/emittery/index.js:258:23)\n',
    '2022-06-24T16:53:33.485Z workers [6cml6] Run 2 test(s), skipped 0 test(s)\n',
    '2022-06-24T16:53:33.785Z workers Scheduling Jest Test Run (adt2r): 2022-06-24T16:52:47.980Z\n',
    '2022-06-24T16:53:37.347Z workers [8u6jj] Test executed: renders the title and content as text\n',
    '2022-06-24T16:53:40.495Z workers [6cml6] Sandbox is not responsive, recycling worker instance\n',
    '2022-06-24T16:53:40.510Z workers Recyling run worker instance #0\n',
    '2022-06-24T16:53:40.538Z workers Failed to map the stack to user code, entry message: Your test suite must contain at least one test., stack: Error: Your test suite must contain at least one test.\n' +
      '    at onResult (<homeDir>/Github/LuxuryLoanSigners/node_modules/@jest/core/build/TestScheduler.js:175:18)\n' +
      '    at <homeDir>/Github/LuxuryLoanSigners/node_modules/@jest/core/build/TestScheduler.js:304:17\n' +
      '    at <homeDir>/Github/LuxuryLoanSigners/node_modules/emittery/index.js:260:13\n' +
      '    at Array.map (<anonymous>)\n' +
      '    at Emittery.Typed.emit (<homeDir>/Github/LuxuryLoanSigners/node_modules/emittery/index.js:258:23)\n',
    '2022-06-24T16:53:42.918Z workers [8u6jj] Test executed: renders the  N/A when content is undefined\n',
    '2022-06-24T16:53:47.036Z workers Sandbox is responsive. The issue may be asynchronous in nature (for example, a missing callback).\n',
    '2022-06-24T16:53:48.483Z workers [27h0c] Loaded unknown number of test(s)\n',
    '2022-06-24T16:53:50.649Z workers [8u6jj] Test executed: renders the content as JSX.Element\n',
    '2022-06-24T16:53:51.121Z workers [8u6jj] Test executed: renders the input when editing\n',
    '2022-06-24T16:53:52.544Z workers [9nm6i] Test executed: closes the menu\n',
    '2022-06-24T16:53:52.708Z workers [pbm79] Loaded unknown number of test(s)\n',
    '2022-06-24T16:53:52.877Z workers [8u6jj] Loaded unknown number of test(s)\n',
    '2022-06-24T16:53:52.980Z workers Sandbox is responsive. The issue may be asynchronous in nature (for example, a missing callback).\n',
    '2022-06-24T16:53:53.259Z workers [8u6jj] Test executed: shows and edit button when in non-edit mode\n',
    '2022-06-24T16:53:57.949Z workers [27h0c] Test executed: renders the app bar\n',
    '2022-06-24T16:54:00.130Z workers [27h0c] Loaded unknown number of test(s)\n',
    '2022-06-24T16:54:02.794Z workers [adt2r] Loaded unknown number of test(s)\n',
    '2022-06-24T16:54:03.001Z workers Some long running code has been detected: one of your tests is taking more than 5000ms to execute.\n' +
      'The last recorded console.log: Jest: PASS src/components/AppBars/SimpleAppBar.test.tsx (23.33 s)\n' +
      '\n',
    '2022-06-24T16:54:05.058Z workers [pbm79] Test executed: renders card info\n',
    '2022-06-24T16:54:05.318Z workers [adt2r] Test executed: renders the signing location city and escrow company\n',
    '2022-06-24T16:54:05.577Z workers [adt2r] Test executed: renders TBD if signing location null\n',
    '2022-06-24T16:54:05.647Z workers [adt2r] Test executed: renders TBD if escrow null\n',
    '2022-06-24T16:54:05.756Z workers [adt2r] Test executed: renders the notary not paid chip\n',
    '2022-06-24T16:54:07.652Z workers [9nm6i] Test executed: navigate to the timeline page on clicking view timeline menu item\n',
    '2022-06-24T16:54:08.034Z workers [27h0c] Test executed: renders the title\n',
    '2022-06-24T16:54:08.413Z workers [27h0c] Loaded unknown number of test(s)\n',
    '2022-06-24T16:54:08.488Z workers [27h0c] Test executed: renders the children\n',
    '2022-06-24T16:54:10.344Z workers [9nm6i] Test executed: shows the delete menu item for\n',
    '2022-06-24T16:54:16.811Z 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/pages/private/admin/EscrowCompanyPage/EscrowCompany.columns.test.tsx\n' +
      '- src/components/Table/DesktopTable.tsx\n' +
      '- src/components/Drawer/DrawerMenu.test.tsx\n' +
      '- src/components/Drawer/DrawerMenu.tsx\n' +
      '- src/components/Drawer/DrawerTabList.tsx\n' +
      'The last recorded console.log: Warning: An update to Transition inside a test was not wrapped in act(...).\n' +
      '\n' +
      'When testing, code that causes React state updates should be wrapped into act(...):\n' +
      '\n' +
      'act(() => {\n' +
      '  /* fire events that update state */\n' +
      '});\n' +
      '/* assert on the output */\n' +
      '\n' +
      "This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act\n" +
      '    at Transition (<homeDir>/Github/LuxuryLoanSigners/node_modules/react-transition-group/cjs/Transition.js:133:30)\n' +
      '    at Fade (<homeDir>/Github/LuxuryLoanSigners/node_modules/@mui/material/node/Fade/Fade.js:50:39)\n' +
      '    at Backdrop (<homeDir>/Github/LuxuryLoanSigners/node_modules/@mui/material/node/Backdrop/Backdrop.js:77:44)\n' +
      '    at MuiModal-backdrop (<homeDir>/Github/LuxuryLoanSigners/node_modules/@emotion/react/dist/emotion-element-e89f38a3.cjs.dev.js:64:23)\n' +
      '    at div\n' +
      '    at MuiModal-root (<homeDir>/Github/LuxuryLoanSigners/node_modules/@emotion/react/dist/emotion-element-e89f38a3.cjs.dev.js:64:23)\n' +
      '    at Portal (<homeDir>/Github/LuxuryLoanSigners/node_modules/@mui/base/node/Portal/Portal.js:33:5)\n' +
      '    at ModalUnstyled (<homeDir>/Github/LuxuryLoanSigners/node_modules/@mui/base/node/ModalUnstyled/ModalUnstyled.js:81:5)\n' +
      '    at Modal (<homeDir>/Github/LuxuryLoanSigners/node_modules/@mui/material/node/Modal/Modal.js:93:44)\n' +
      '    at MuiPopover-root (<homeDir>/Github/LuxuryLoanSigners/node_modules/@emotion/react/dist/emotion-element-e89f38a3.cjs.dev.js:64:23)\n' +
      '    at Popover (<homeDir>/Github/LuxuryLoanSigners/node_modules/@mui/material/node/Popover/Popover.js:125:44)\n' +
      '    at MuiMenu-root (<homeDir>/Github/LuxuryLoanSigners/node_modules/@emotion/react/dist/emotion-element-e89f38a3.cjs.dev.js:64:23)\n' +
      '    at Menu (<homeDir>/Github/LuxuryLoanSigners/node_modules/@mui/material/node/Menu/Menu.js:97:44)\n' +
      '    at CardMenu (<homeDir>/Github/LuxuryLoanSigners/src/components/CardMenu.tsx:18:52)\n' +
      '    at Routes (<homeDir>/Github/packages/react-router/lib/components.tsx:253:3)\n' +
      '    at Router (<homeDir>/Github/packages/react-router/lib/components.tsx:173:13)\n' +
      '    at MemoryRouter (<homeDir>/Github/packages/react-router/lib/components.tsx:33:3)\n' +
      '    at Provider (<homeDir>/Github/LuxuryLoanSigners/node_modules/react-redux/lib/components/Provider.js:19:3)\n' +
      '    at LocalizationProvider (<homeDir>/Github/LuxuryLoanSigners/node_modules/@mui/x-date-pickers/node/LocalizationProvider/LocalizationProvider.js:33:5)\n' +
      '    at InnerThemeProvider (<homeDir>/Github/LuxuryLoanSigners/node_modules/@mui/system/ThemeProvider/ThemeProvider.js:29:39)\n' +
      '    at ThemeProvider (<homeDir>/Github/LuxuryLoanSigners/node_modules/@mui/private-theming/node/ThemeProvider/ThemeProvider.js:55:5)\n' +
      '    at ThemeProvider (<homeDir>/Github/LuxuryLoanSigners/node_modules/@mui/system/ThemeProvider/ThemeProvider.js:49:5)\n' +
      '    at Wrapper (<homeDir>/Github/LuxuryLoanSigners/src/utils/testUtils.tsx:49:27)\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-06-24T16:54:17.009Z workers The sandbox is not responsive. Check for possibly recently introduced infinite loops.\n',
    '2022-06-24T16:54:17.388Z workers [pbm79] Test executed: renders N/A when no info\n',
    '2022-06-24T16:54:29.024Z 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/pages/private/SigningsPage/SigningsPage.test.tsx\n' +
      '- src/pages/private/SigningsPage/SigningsPage.tsx\n' +
      '- src/pages/private/SigningsPage/Tables/SigningsTable.tsx\n' +
      '- src/components/Table/DesktopTable.tsx\n' +
      '- src/components/Drawer/DrawerTabList.test.tsx\n' +
      '- src/components/Drawer/DrawerTabList.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-06-24T16:54:29.211Z workers The sandbox is not responsive. Check for possibly recently introduced infinite loops.\n',
    '2022-06-24T16:54:31.775Z workers Some long running code has been detected: test "EscrowCompanyColumns: > renders all the default columns" is taking more than 5000ms to execute.\n' +
      'Execution of the following files has started but has not finished:\n' +
      '- src/components/Drawer/DrawerMenu.test.tsx\n' +
      '- src/components/Drawer/DrawerMenu.tsx\n' +
      '- src/components/Drawer/DrawerTabList.tsx\n' +
      'The last recorded console.log: Warning: An update to Transition inside a test was not wrapped in act(...).\n' +
      '\n' +
      'When testing, code that causes React state updates should be wrapped into act(...):\n' +
      '\n' +
      'act(() => {\n' +
      '  /* fire events that update state */\n' +
      '});\n' +
      '/* assert on the output */\n' +
      '\n' +
      "This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act\n" +
      '    at Transition (<homeDir>/Github/LuxuryLoanSigners/node_modules/react-transition-group/cjs/Transition.js:133:30)\n' +
      '    at Fade (<homeDir>/Github/LuxuryLoanSigners/node_modules/@mui/material/node/Fade/Fade.js:50:39)\n' +
      '    at Backdrop (<homeDir>/Github/LuxuryLoanSigners/node_modules/@mui/material/node/Backdrop/Backdrop.js:77:44)\n' +
      '    at MuiModal-backdrop (<homeDir>/Github/LuxuryLoanSigners/node_modules/@emotion/react/dist/emotion-element-e89f38a3.cjs.dev.js:64:23)\n' +
      '    at div\n' +
      '    at MuiModal-root (<homeDir>/Github/LuxuryLoanSigners/node_modules/@emotion/react/dist/emotion-element-e89f38a3.cjs.dev.js:64:23)\n' +
      '    at Portal (<homeDir>/Github/LuxuryLoanSigners/node_modules/@mui/base/node/Portal/Portal.js:33:5)\n' +
      '    at ModalUnstyled (<homeDir>/Github/LuxuryLoanSigners/node_modules/@mui/base/node/ModalUnstyled/ModalUnstyled.js:81:5)\n' +
      '    at Modal (<homeDir>/Github/LuxuryLoanSigners/node_modules/@mui/material/node/Modal/Modal.js:93:44)\n' +
      '    at MuiPopover-root (<homeDir>/Github/LuxuryLoanSigners/node_modules/@emotion/react/dist/emotion-element-e89f38a3.cjs.dev.js:64:23)\n' +
      '    at Popover (<homeDir>/Github/LuxuryLoanSigners/node_modules/@mui/material/node/Popover/Popover.js:125:44)\n' +
      '    at MuiMenu-root (<homeDir>/Github/LuxuryLoanSigners/node_modules/@emotion/react/dist/emotion-element-e89f38a3.cjs.dev.js:64:23)\n' +
      '    at Menu (<homeDir>/Github/LuxuryLoanSigners/node_modules/@mui/material/node/Menu/Menu.js:97:44)\n' +
      '    at CardMenu (<homeDir>/Github/LuxuryLoanSigners/src/components/CardMenu.tsx:18:52)\n' +
      '    at Routes (<homeDir>/Github/packages/react-router/lib/components.tsx:253:3)\n' +
      '    at Router (<homeDir>/Github/packages/react-router/lib/components.tsx:173:13)\n' +
      '    at MemoryRouter (<homeDir>/Github/packages/react-router/lib/components.tsx:33:3)\n' +
      '    at Provider (<homeDir>/Github/LuxuryLoanSigners/node_modules/react-redux/lib/components/Provider.js:19:3)\n' +
      '    at LocalizationProvider (<homeDir>/Github/LuxuryLoanSigners/node_modules/@mui/x-date-pickers/node/LocalizationProvider/LocalizationProvider.js:33:5)\n' +
      '    at InnerThemeProvider (<homeDir>/Github/LuxuryLoanSigners/node_modules/@mui/system/ThemeProvider/ThemeProvider.js:29:39)\n' +
      '    at ThemeProvider (<homeDir>/Github/LuxuryLoanSigners/node_modules/@mui/private-theming/node/ThemeProvider/ThemeProvider.js:55:5)\n' +
      '    at ThemeProvider (<homeDir>/Github/LuxuryLoanSigners/node_modules/@mui/system/ThemeProvider/ThemeProvider.js:49:5)\n' +
      '    at Wrapper (<homeDir>/Github/LuxuryLoanSigners/src/utils/testUtils.tsx:49:27)\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' +
      'Also review your recent changes to the code that the test covers, as well as its `before` and `after` hooks.\n' +
      'Pinging test runner sandbox...\n',
    '2022-06-24T16:54:31.979Z workers The sandbox is not responsive. Check for possibly recently introduced infinite loops.\n',
    '2022-06-24T16:54:33.224Z workers [8u6jj] Test executed: shows save and cancel buttons on clicking edit\n',
    '2022-06-24T16:54:33.234Z workers Sandbox is responsive. The issue may be asynchronous in nature (for example, a missing callback).\n',
    '2022-06-24T16:54:33.254Z workers [8u6jj] Test executed: stops editing when clicking on cancel\n',
    '2022-06-24T16:54:33.321Z workers [8u6jj] Loaded unknown number of test(s)\n',
    '2022-06-24T16:54:33.322Z workers [8u6jj] Test executed: renders all input fields\n',
    '2022-06-24T16:54:33.439Z workers [8u6jj] Loaded unknown number of test(s)\n',
    '2022-06-24T16:54:33.440Z workers [8u6jj] Test executed: shows the docs delivered step as complete\n',
    '2022-06-24T16:54:33.440Z workers [8u6jj] Test executed: shows the docs delivered step as in progress\n',
    '2022-06-24T16:54:33.441Z workers [8u6jj] Test executed: shows the docs delivered step as pending\n',
    '2022-06-24T16:54:33.441Z workers [8u6jj] Test executed: shows step as pending when notary assigned but not date note accepted\n',
    '2022-06-24T16:54:33.441Z workers [8u6jj] Test executed: shows step as pending\n',
    '2022-06-24T16:54:33.442Z workers [8u6jj] Test executed: shows the docs shipped step as completed\n',
    '2022-06-24T16:54:33.442Z workers [8u6jj] Test executed: shows the docs shipped step as in progress\n',
    '2022-06-24T16:54:33.443Z workers [8u6jj] Test executed: shows the docs shipped step as pending\n',
    '2022-06-24T16:54:33.473Z workers [8u6jj] Loaded unknown number of test(s)\n',
    '2022-06-24T16:54:33.474Z workers [8u6jj] Test executed: renders a success message\n',
    '2022-06-24T16:54:33.520Z workers [8u6jj] Test executed: calls the handleClose method\n',
    '2022-06-24T16:54:33.561Z workers [8u6jj] Loaded unknown number of test(s)\n',
    '2022-06-24T16:54:33.562Z workers [8u6jj] Test executed: displays the title\n',
    '2022-06-24T16:54:33.562Z workers [8u6jj] Test executed: renders a red incomplete status if invoice not sent not paidt\n',
    '2022-06-24T16:54:33.562Z workers [8u6jj] Test executed: renders a green complete status when invoice has been sent\n',
    '2022-06-24T16:54:33.562Z workers [8u6jj] Test executed: renders a green complete status if invoice not needed\n',
    '2022-06-24T16:54:33.686Z workers [8u6jj] Test executed: navigates to the send invoice page on clicking Send Invoice button\n',
    '2022-06-24T16:54:33.702Z workers [8u6jj] Test executed: renders a Send Invoice and Invoice Not Needed menu button\n',
    '2022-06-24T16:54:37.891Z workers [adt2r] Test executed: renders the notary paid chip with the date paid\n',
    '2022-06-24T16:54:40.439Z 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/utils/helpers.ts\n' +
      '- src/utils/testUtils.tsx\n' +
      '- src/redux/store.ts\n' +
      '- src/redux/slices/currentSigningSlice.ts\n' +
      '- src/pages/private/admin/NotaryPage/NotaryInfoHeader.test.tsx\n' +
      '- src/pages/private/SigningsPage/Tables/AcceptedTable.columns.tsx\n' +
      '- src/pages/private/SigningsPage/DefaultCells/SigningActionsTableCell.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-06-24T16:54:40.454Z 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/utils/helpers.ts\n' +
      '- src/utils/testUtils.tsx\n' +
      '- src/redux/store.ts\n' +
      '- src/redux/slices/currentSigningSlice.ts\n' +
      '- src/pages/private/WhiteboardPage/WhiteboardPage.test.tsx\n' +
      '- src/pages/private/SigningsPage/Tables/AcceptedTable.columns.tsx\n' +
      '- src/pages/private/SigningsPage/DefaultCells/SigningActionsTableCell.tsx\n' +
      'The last recorded console.log: Jest: PASS src/components/GenericCard.test.tsx\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-06-24T16:54:40.634Z workers The sandbox is not responsive. Check for possibly recently introduced infinite loops.\n',
    '2022-06-24T16:54:40.656Z workers The sandbox is not responsive. Check for possibly recently introduced infinite loops.\n',
    '2022-06-24T16:54:43.489Z workers [27h0c] Loaded unknown number of test(s)\n',
    '2022-06-24T16:54:45.575Z workers [27h0c] Test executed: masks the text success\n',
    '2022-06-24T16:54:50.763Z 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/Drawer/DrawerMenu.test.tsx\n' +
      '- src/components/Drawer/DrawerMenu.tsx\n' +
      '- src/components/Drawer/DrawerTabList.tsx\n' +
      'The last recorded console.log: Warning: An update to Transition inside a test was not wrapped in act(...).\n' +
      '\n' +
      'When testing, code that causes React state updates should be wrapped into act(...):\n' +
      '\n' +
      'act(() => {\n' +
      '  /* fire events that update state */\n' +
      '});\n' +
      '/* assert on the output */\n' +
      '\n' +
      "This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act\n" +
      '    at Transition (<homeDir>/Github/LuxuryLoanSigners/node_modules/react-transition-group/cjs/Transition.js:133:30)\n' +
      '    at Grow (<homeDir>/Github/LuxuryLoanSigners/node_modules/@mui/material/node/Grow/Grow.js:64:5)\n' +
      '    at TrapFocus (<homeDir>/Github/LuxuryLoanSigners/node_modules/@mui/base/node/TrapFocus/TrapFocus.js:109:5)\n' +
      '    at div\n' +
      '    at MuiModal-root (<homeDir>/Github/LuxuryLoanSigners/node_modules/@emotion/react/dist/emotion-element-e89f38a3.cjs.dev.js:64:23)\n' +
      '    at Portal (<homeDir>/Github/LuxuryLoanSigners/node_modules/@mui/base/node/Portal/Portal.js:33:5)\n' +
      '    at ModalUnstyled (<homeDir>/Github/LuxuryLoanSigners/node_modules/@mui/base/node/ModalUnstyled/ModalUnstyled.js:81:5)\n' +
      '    at Modal (<homeDir>/Github/LuxuryLoanSigners/node_modules/@mui/material/node/Modal/Modal.js:93:44)\n' +
      '    at MuiPopover-root (<homeDir>/Github/LuxuryLoanSigners/node_modules/@emotion/react/dist/emotion-element-e89f38a3.cjs.dev.js:64:23)\n' +
      '    at Popover (<homeDir>/Github/LuxuryLoanSigners/node_modules/@mui/material/node/Popover/Popover.js:125:44)\n' +
      '    at MuiMenu-root (<homeDir>/Github/LuxuryLoanSigners/node_modules/@emotion/react/dist/emotion-element-e89f38a3.cjs.dev.js:64:23)\n' +
      '    at Menu (<homeDir>/Github/LuxuryLoanSigners/node_modules/@mui/material/node/Menu/Menu.js:97:44)\n' +
      '    at CardMenu (<homeDir>/Github/LuxuryLoanSigners/src/components/CardMenu.tsx:18:52)\n' +
      '    at Routes (<homeDir>/Github/packages/react-router/lib/components.tsx:253:3)\n' +
      '    at Router (<homeDir>/Github/packages/react-router/lib/components.tsx:173:13)\n' +
      '    at MemoryRouter (<homeDir>/Github/packages/react-router/lib/components.tsx:33:3)\n' +
      '    at Provider (<homeDir>/Github/LuxuryLoanSigners/node_modules/react-redux/lib/components/Provider.js:19:3)\n' +
      '    at LocalizationProvider (<homeDir>/Github/LuxuryLoanSigners/node_modules/@mui/x-date-pickers/node/LocalizationProvider/LocalizationProvider.js:33:5)\n' +
      '    at InnerThemeProvider (<homeDir>/Github/LuxuryLoanSigners/node_modules/@mui/system/ThemeProvider/ThemeProvider.js:29:39)\n' +
      '    at ThemeProvider (<homeDir>/Github/LuxuryLoanSigners/node_modules/@mui/private-theming/node/ThemeProvider/ThemeProvider.js:55:5)\n' +
      '    at ThemeProvider (<homeDir>/Github/LuxuryLoanSigners/node_modules/@mui/system/ThemeProvider/ThemeProvider.js:49:5)\n' +
      '    at Wrapper (<homeDir>/Github/LuxuryLoanSigners/src/utils/testUtils.tsx:49:27)\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-06-24T16:54:50.946Z 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/pages/public/LoginPage/LoginPage.test.tsx\n' +
      'The last recorded console.log: Jest: PASS src/components/CardInfo.test.tsx (22.837 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-06-24T16:54:50.959Z workers The sandbox is not responsive. Check for possibly recently introduced infinite loops.\n',
    '2022-06-24T16:54:51.148Z workers The sandbox is not responsive. Check for possibly recently introduced infinite loops.\n',
    '2022-06-24T16:55:01.316Z workers [adt2r] Test executed: renders the invoice not sent chip\n',
    '2022-06-24T16:55:10.939Z workers [adt2r] Test executed: renders the invoice sent chip\n',
    '2022-06-24T16:55:12.451Z workers Some long running code has been detected: one of your tests is taking more than 5000ms to execute.\n' +
      'The last recorded console.log: Warning: An update to ForwardRef(TouchRipple) inside a test was not wrapped in act(...).\n' +
      '\n' +
      'When testing, code that causes React state updates should be wrapped into act(...):\n' +
      '\n' +
      'act(() => {\n' +
      '  /* fire events that update state */\n' +
      '});\n' +
      '/* assert on the output */\n' +
      '\n' +
      "This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act\n" +
      '    at TouchRipple (<homeDir>/Github/LuxuryLoanSigners/node_modules/@mui/material/node/ButtonBase/TouchRipple.js:156:44)\n' +
      '    at button\n' +
      '    at MuiButtonBase-root (<homeDir>/Github/LuxuryLoanSigners/node_modules/@emotion/react/dist/emotion-element-e89f38a3.cjs.dev.js:64:23)\n' +
      '    at ButtonBase (<homeDir>/Github/LuxuryLoanSigners/node_modules/@mui/material/node/ButtonBase/ButtonBase.js:117:44)\n' +
      '    at MuiIconButton-root (<homeDir>/Github/LuxuryLoanSigners/node_modules/@emotion/react/dist/emotion-element-e89f38a3.cjs.dev.js:64:23)\n' +
      '    at IconButton (<homeDir>/Github/LuxuryLoanSigners/node_modules/@mui/material/node/IconButton/IconButton.js:127:44)\n' +
      '    at div\n' +
      '    at MuiStack-root (<homeDir>/Github/LuxuryLoanSigners/node_modules/@emotion/react/dist/emotion-element-e89f38a3.cjs.dev.js:64:23)\n' +
      '    at Stack (<homeDir>/Github/LuxuryLoanSigners/node_modules/@mui/material/node/Stack/Stack.js:124:49)\n' +
      '    at div\n' +
      '    at MuiStack-root (<homeDir>/Github/LuxuryLoanSigners/node_modules/@emotion/react/dist/emotion-element-e89f38a3.cjs.dev.js:64:23)\n' +
      '    at Stack (<homeDir>/Github/LuxuryLoanSigners/node_modules/@mui/material/node/Stack/Stack.js:124:49)\n' +
      '    at div\n' +
      '    at MuiPaper-root (<homeDir>/Github/LuxuryLoanSigners/node_modules/@emotion/react/dist/emotion-element-e89f38a3.cjs.dev.js:64:23)\n' +
      '    at Paper (<homeDir>/Github/LuxuryLoanSigners/node_modules/@mui/material/node/Paper/Paper.js:102:44)\n' +
      '    at GenericCard (<homeDir>/Github/LuxuryLoanSigners/src/components/GenericCard.tsx:10:53)\n' +
      '    at InvoiceSentStatus (<homeDir>/Github/LuxuryLoanSigners/src/pages/private/SigningInfoPage/ActionCards/InvoiceSent.tsx:25:61)\n' +
      '    at Routes (<homeDir>/Github/packages/react-router/lib/components.tsx:253:3)\n' +
      '    at Router (<homeDir>/Github/packages/react-router/lib/components.tsx:173:13)\n' +
      '    at MemoryRouter (<homeDir>/Github/packages/react-router/lib/components.tsx:33:3)\n' +
      '    at Provider (<homeDir>/Github/LuxuryLoanSigners/node_modules/react-redux/lib/components/Provider.js:19:3)\n' +
      '    at LocalizationProvider (<homeDir>/Github/LuxuryLoanSigners/node_modules/@mui/x-date-pickers/node/LocalizationProvider/LocalizationProvider.js:33:5)\n' +
      '    at InnerThemeProvider (<homeDir>/Github/LuxuryLoanSigners/node_modules/@mui/system/ThemeProvider/ThemeProvider.js:29:39)\n' +
      '    at ThemeProvider (<homeDir>/Github/LuxuryLoanSigners/node_modules/@mui/private-theming/node/ThemeProvider/ThemeProvider.js:55:5)\n' +
      '    at ThemeProvider (<homeDir>/Github/LuxuryLoanSigners/node_modules/@mui/system/ThemeProvider/ThemeProvider.js:49:5)\n' +
      '    at Wrapper (<homeDir>/Github/LuxuryLoanSigners/src/utils/testUtils.tsx:49:27)\n',
    '2022-06-24T16:55:13.689Z 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/pages/private/admin/PeoplePage/Dialogs/AddNotaryDialog.test.tsx\n' +
      '- src/pages/private/admin/PeoplePage/Dialogs/AddNotaryDialog.tsx\n' +
      'The last recorded console.log: Jest: PASS src/components/GenericCard.test.tsx\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-06-24T16:55:13.896Z workers The sandbox is not responsive. Check for possibly recently introduced infinite loops.\n',
    '2022-06-24T16:55:15.409Z workers [pbm79] Loaded unknown number of test(s)\n',
    '2022-06-24T16:55:15.411Z workers [pbm79] Test executed: renderes the title and notes information\n',
    '2022-06-24T16:55:15.412Z workers [pbm79] Test executed: renderes N/A when notary notes are not defined\n',
    '2022-06-24T16:55:15.420Z workers [pbm79] Test executed: closes the dialog\n',
    '2022-06-24T16:55:15.467Z workers [pbm79] Loaded unknown number of test(s)\n',
    '2022-06-24T16:55:15.468Z workers [pbm79] Test executed: updates the state\n',
    '2022-06-24T16:55:15.485Z workers [pbm79] Loaded unknown number of test(s)\n',
    '2022-06-24T16:55:15.486Z workers [pbm79] Test executed: properly parses the location\n',
    '2022-06-24T16:55:15.487Z workers Sandbox is responsive. The issue may be asynchronous in nature (for example, a missing callback).\n',
    '2022-06-24T16:55:15.504Z workers [pbm79] Loaded unknown number of test(s)\n',
    '2022-06-24T16:55:15.505Z workers [pbm79] Test executed: shows the step as done when the signing is created\n',
    '2022-06-24T16:55:15.515Z workers [pbm79] Loaded unknown number of test(s)\n',
    '2022-06-24T16:55:15.515Z workers [pbm79] Test executed: renders email title and info\n',
    '2022-06-24T16:55:15.515Z workers [pbm79] Test executed: renders phone title and info\n',
    '2022-06-24T16:55:15.516Z workers [pbm79] Test executed: renders the texts preferences title and info\n',
    '2022-06-24T16:55:15.516Z workers [pbm79] Loaded unknown number of test(s)\n',
    '2022-06-24T16:55:15.516Z workers [pbm79] Test executed: renders the title\n',
    '2022-06-24T16:55:15.516Z workers [pbm79] Test executed: renders the signer name and property address\n',
    '2022-06-24T16:55:15.516Z workers [pbm79] Test executed: renders the N/A for signer name if not defined\n',
    '2022-06-24T16:55:15.712Z workers [pbm79] Loaded unknown number of test(s)\n',
    '2022-06-24T16:55:15.712Z workers [pbm79] Test executed: closes the dialog when clicking the exit icon\n',
    '2022-06-24T16:55:15.719Z workers [pbm79] Loaded unknown number of test(s)\n',
    '2022-06-24T16:55:15.720Z workers [pbm79] Test executed: renders the status of the signing\n',
    '2022-06-24T16:55:15.722Z workers [pbm79] Test executed: renders the signing time\n',
    '2022-06-24T16:55:15.722Z workers [pbm79] Test executed: renders the whether scanbacks are required\n',
    '2022-06-24T16:55:15.723Z workers [pbm79] Test executed: renders the delivery instructions\n',
    '2022-06-24T16:55:15.729Z workers [pbm79] Test executed: renders the tracking information\n',
    "2022-06-24T16:55:15.730Z workers [pbm79] Test executed: doesn't render the tracking information\n",
    '2022-06-24T16:55:15.731Z workers [pbm79] Test executed: renders the notary information\n',
    "2022-06-24T16:55:15.733Z workers [pbm79] Test executed: doesn't render the notary information for non-admins\n",
    '2022-06-24T16:55:15.740Z workers [pbm79] Loaded unknown number of test(s)\n',
    '2022-06-24T16:55:15.741Z workers [pbm79] Test executed: displays the notary  notes\n',
    '2022-06-24T16:55:15.747Z workers [pbm79] Test executed: displays the admin notes field\n',
    '2022-06-24T16:55:15.776Z workers [pbm79] Loaded unknown number of test(s)\n',
    '2022-06-24T16:55:15.778Z workers [pbm79] Test executed: renders the title and value and annual chip\n',
    "2022-06-24T16:55:15.779Z workers [pbm79] Test executed: doesn't show the annual chip\n",
    '2022-06-24T16:55:15.789Z workers [pbm79] Loaded unknown number of test(s)\n',
    '2022-06-24T16:55:15.790Z workers [pbm79] Test executed: displays the card header\n',
    '2022-06-24T16:55:15.790Z workers [pbm79] Test executed: displays signing time, notary, and loan officer\n',
    '2022-06-24T16:55:15.791Z workers [pbm79] Test executed: invoice not sent\n',
    '2022-06-24T16:55:15.793Z workers [pbm79] Test executed: invoice sent\n',
    '2022-06-24T16:55:15.793Z workers [pbm79] Test executed: notary not paid\n',
    '2022-06-24T16:55:15.793Z workers [pbm79] Test executed: null notary shows N/A\n',
    '2022-06-24T16:55:15.793Z workers [pbm79] Test executed: null signing time shows N/A\n',
    "2022-06-24T16:55:15.793Z workers [pbm79] Test executed: null loan officer doesn't display info\n",
    '2022-06-24T16:55:15.793Z workers [pbm79] Test executed: shows the available signing status\n',
    '2022-06-24T16:55:15.793Z workers [pbm79] Test executed: shows the accepted signing status\n',
    '2022-06-24T16:55:15.793Z workers [pbm79] Test executed: shows the signing time confirmed signing status\n',
    '2022-06-24T16:55:15.793Z workers [pbm79] Test executed: shows the signing time confirmed signing status\n',
    '2022-06-24T16:55:15.800Z workers [pbm79] Loaded unknown number of test(s)\n',
    '2022-06-24T16:55:15.801Z workers [pbm79] Test executed: renders the title\n',
    '2022-06-24T16:55:15.801Z workers [pbm79] Test executed: renders the signings count chip\n',
    '2022-06-24T16:55:15.802Z workers [pbm79] Test executed: renders the client tag chip\n',
    '2022-06-24T16:55:15.802Z workers [pbm79] Test executed: renders the active status chip\n',
    '2022-06-24T16:55:15.803Z workers [pbm79] Test executed: renders the inactive status chip\n',
    '2022-06-24T16:55:15.803Z workers [pbm79] Test executed: renders the unpaid signing count chip\n',
    '2022-06-24T16:55:15.813Z workers [pbm79] Loaded unknown number of test(s)\n',
    '2022-06-24T16:55:15.813Z workers [pbm79] Test executed: renders the title\n',
    '2022-06-24T16:55:15.829Z workers Sandbox (active) [pbm79] error: TypeError: window.URL.createObjectURL is not a function\n' +
      '    at define (./node_modules/maplibre-gl/dist/maplibre-gl.js:25:43)\n' +
      '    at ./node_modules/maplibre-gl/dist/maplibre-gl.js:35:1\n' +
      '    at ./node_modules/maplibre-gl/dist/maplibre-gl.js:3:81\n' +
      '    at Object.<anonymous> (./node_modules/maplibre-gl/dist/maplibre-gl.js:6:2)\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.<anonymous> (./node_modules/@aws-amplify/ui-react/dist/index.js:1:497)\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.<anonymous> (./src/pages/public/LoginPage/Authenticator.tsx:6:36)\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.<anonymous> (./src/pages/public/LoginPage/LoginPage.tsx:12: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.<anonymous> (./src/pages/public/LoginPage/LoginPage.test.tsx:7: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 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-06-24T16:55:15.864Z workers [pbm79] Run 46 test(s), skipped 0 test(s)\n',
    '2022-06-24T16:55:15.874Z workers Jest Test Run Complete (pbm79): 2022-06-24T16:55:15.351Z\n',
    '2022-06-24T16:55:15.884Z workers [pbm79] Sandbox is responsive, closing it\n',
    '2022-06-24T16:55:20.492Z 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/utils/helpers.test.ts\n' +
      '- src/utils/helpers.ts\n' +
      '- src/redux/slices/currentSigningSlice.ts\n' +
      '- src/pages/private/admin/PeoplePage/PeoplePage.test.tsx\n' +
      '- src/pages/private/admin/PeoplePage/PeoplePage.tsx\n' +
      '- src/pages/private/admin/PeoplePage/PeoplePageTables.tsx\n' +
      '- src/pages/private/admin/PeoplePage/Dialogs/AddNotaryDialog.tsx\n' +
      '- src/pages/private/SigningsPage/Tables/AcceptedTable.columns.tsx\n' +
      '- src/pages/private/SigningsPage/DefaultCells/SigningActionsTableCell.tsx\n' +
      '- src/components/Drawer/DrawerMenu.test.tsx\n' +
      '- src/components/Drawer/DrawerMenu.tsx\n' +
      '- src/components/Drawer/DrawerTabList.tsx\n' +
      'The last recorded console.log: Warning: An update to Transition inside a test was not wrapped in act(...).\n' +
      '\n' +
      'When testing, code that causes React state updates should be wrapped into act(...):\n' +
      '\n' +
      'act(() => {\n' +
      '  /* fire events that update state */\n' +
      '});\n' +
      '/* assert on the output */\n' +
      '\n' +
      "This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act\n" +
      '    at Transition (<homeDir>/Github/LuxuryLoanSigners/node_modules/react-transition-group/cjs/Transition.js:133:30)\n' +
      '    at Grow (<homeDir>/Github/LuxuryLoanSigners/node_modules/@mui/material/node/Grow/Grow.js:64:5)\n' +
      '    at TrapFocus (<homeDir>/Github/LuxuryLoanSigners/node_modules/@mui/base/node/TrapFocus/TrapFocus.js:109:5)\n' +
      '    at div\n' +
      '    at MuiModal-root (<homeDir>/Github/LuxuryLoanSigners/node_modules/@emotion/react/dist/emotion-element-e89f38a3.cjs.dev.js:64:23)\n' +
      '    at Portal (<homeDir>/Github/LuxuryLoanSigners/node_modules/@mui/base/node/Portal/Portal.js:33:5)\n' +
      '    at ModalUnstyled (<homeDir>/Github/LuxuryLoanSigners/node_modules/@mui/base/node/ModalUnstyled/ModalUnstyled.js:81:5)\n' +
      '    at Modal (<homeDir>/Github/LuxuryLoanSigners/node_modules/@mui/material/node/Modal/Modal.js:93:44)\n' +
      '    at MuiPopover-root (<homeDir>/Github/LuxuryLoanSigners/node_modules/@emotion/react/dist/emotion-element-e89f38a3.cjs.dev.js:64:23)\n' +
      '    at Popover (<homeDir>/Github/LuxuryLoanSigners/node_modules/@mui/material/node/Popover/Popover.js:125:44)\n' +
      '    at MuiMenu-root (<homeDir>/Github/LuxuryLoanSigners/node_modules/@emotion/react/dist/emotion-element-e89f38a3.cjs.dev.js:64:23)\n' +
      '    at Menu (<homeDir>/Github/LuxuryLoanSigners/node_modules/@mui/material/node/Menu/Menu.js:97:44)\n' +
      '    at CardMenu (<homeDir>/Github/LuxuryLoanSigners/src/components/CardMenu.tsx:18:52)\n' +
      '    at Routes (<homeDir>/Github/packages/react-router/lib/components.tsx:253:3)\n' +
      '    at Router (<homeDir>/Github/packages/react-router/lib/components.tsx:173:13)\n' +
      '    at MemoryRouter (<homeDir>/Github/packages/react-router/lib/components.tsx:33:3)\n' +
      '    at Provider (<homeDir>/Github/LuxuryLoanSigners/node_modules/react-redux/lib/components/Provider.js:19:3)\n' +
      '    at LocalizationProvider (<homeDir>/Github/LuxuryLoanSigners/node_modules/@mui/x-date-pickers/node/LocalizationProvider/LocalizationProvider.js:33:5)\n' +
      '    at InnerThemeProvider (<homeDir>/Github/LuxuryLoanSigners/node_modules/@mui/system/ThemeProvider/ThemeProvider.js:29:39)\n' +
      '    at ThemeProvider (<homeDir>/Github/LuxuryLoanSigners/node_modules/@mui/private-theming/node/ThemeProvider/ThemeProvider.js:55:5)\n' +
      '    at ThemeProvider (<homeDir>/Github/LuxuryLoanSigners/node_modules/@mui/system/ThemeProvider/ThemeProvider.js:49:5)\n' +
      '    at Wrapper (<homeDir>/Github/LuxuryLoanSigners/src/utils/testUtils.tsx:49:27)\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-06-24T16:55:20.683Z workers The sandbox is not responsive. Check for possibly recently introduced infinite loops.\n',
    '2022-06-24T16:55:28.356Z workers [9nm6i] Test executed: navigate to the signign info  page on clicking view timeline menu item\n',
    '2022-06-24T16:55:28.370Z workers [9nm6i] Test executed: opens the delete signing dialog\n',
    '2022-06-24T16:55:28.495Z workers Sandbox (active) [9nm6i] error: TypeError: window.URL.createObjectURL is not a function\n' +
      '    at define (./node_modules/maplibre-gl/dist/maplibre-gl.js:25:43)\n' +
      '    at ./node_modules/maplibre-gl/dist/maplibre-gl.js:35:1\n' +
      '    at ./node_modules/maplibre-gl/dist/maplibre-gl.js:3:81\n' +
      '    at Object.<anonymous> (./node_modules/maplibre-gl/dist/maplibre-gl.js:6:2)\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.<anonymous> (./node_modules/@aws-amplify/ui-react/dist/index.js:1:497)\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.<anonymous> (./src/components/Drawer/DrawerTabList.tsx:6:37)\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.<anonymous> (./src/components/Drawer/DrawerMenu.tsx:22:67)\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.<anonymous> (./src/components/Drawer/DrawerMenu.test.tsx:7: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-06-24T16:55:28.517Z workers [9nm6i] Run 6 test(s), skipped 0 test(s)\n',
    '2022-06-24T16:55:28.846Z workers Jest Test Run Complete (9nm6i): 2022-06-24T16:55:28.327Z\n',
    '2022-06-24T16:55:28.851Z workers [9nm6i] Sandbox is responsive, closing it\n',
    '2022-06-24T16:55:31.958Z workers [27h0c] Loaded unknown number of test(s)\n',
    '2022-06-24T16:55:31.958Z workers [27h0c] Test executed: shows the notary assigned step as complete\n',
    '2022-06-24T16:55:31.960Z workers [27h0c] Test executed: shows the notary assigned step as in progress\n',
    '2022-06-24T16:55:31.961Z workers Sandbox is responsive. The issue may be asynchronous in nature (for example, a missing callback).\n',
    '2022-06-24T16:55:31.972Z workers [27h0c] Loaded unknown number of test(s)\n',
    '2022-06-24T16:55:31.972Z workers [27h0c] Test executed: renders the title\n',
    "2022-06-24T16:55:31.973Z workers [27h0c] Test executed: doesn't render an add button for a non-admin user\n",
    '2022-06-24T16:55:31.973Z workers [27h0c] Test executed: renders an add button for an admin user\n',
    '2022-06-24T16:55:31.973Z workers [27h0c] Test executed: shows the delete button when row items are selected\n',
    '2022-06-24T16:55:31.976Z workers [27h0c] Loaded unknown number of test(s)\n',
    '2022-06-24T16:55:31.978Z workers Sandbox (active) [27h0c] error: Your test suite must contain at least one test.\n' +
      '    at onResult (./node_modules/@jest/core/build/TestScheduler.js:175:18)\n' +
      '    at ./node_modules/@jest/core/build/TestScheduler.js:304:17\n' +
      '    at ./node_modules/emittery/index.js:260:13\n' +
      '    at Array.map (<anonymous>)\n' +
      '    at Emittery.Typed.emit (./node_modules/emittery/index.js:258:23)\n',
    '2022-06-24T16:55:32.024Z workers [27h0c] Run 10 test(s), skipped 0 test(s)\n',
    '2022-06-24T16:55:32.378Z workers Jest Test Run Complete (27h0c): 2022-06-24T16:55:31.951Z\n',
    '2022-06-24T16:55:32.379Z workers [27h0c] Sandbox is responsive, closing it\n',
    '2022-06-24T16:55:32.383Z workers Failed to map the stack to user code, entry message: Your test suite must contain at least one test., stack: Error: Your test suite must contain at least one test.\n' +
      '    at onResult (<homeDir>/Github/LuxuryLoanSigners/node_modules/@jest/core/build/TestScheduler.js:175:18)\n' +
      '    at <homeDir>/Github/LuxuryLoanSigners/node_modules/@jest/core/build/TestScheduler.js:304:17\n' +
      '    at <homeDir>/Github/LuxuryLoanSigners/node_modules/emittery/index.js:260:13\n' +
      '    at Array.map (<anonymous>)\n' +
      '    at Emittery.Typed.emit (<homeDir>/Github/LuxuryLoanSigners/node_modules/emittery/index.js:258:23)\n',
    '2022-06-24T16:55:33.387Z workers [8u6jj] Test executed: renders a Resend Invoice and Invoice Not Needed  menu button\n',
    '2022-06-24T16:55:33.404Z workers [8u6jj] Test executed: handles invoice not needed action\n',
    '2022-06-24T16:55:33.408Z workers [8u6jj] Loaded unknown number of test(s)\n',
    '2022-06-24T16:55:33.409Z workers [8u6jj] Test executed: displays the title\n',
    '2022-06-24T16:55:33.410Z workers [8u6jj] Test executed: displays the breadcrumbs\n',
    '2022-06-24T16:55:33.415Z workers [8u6jj] Loaded unknown number of test(s)\n',
    '2022-06-24T16:55:33.416Z workers [8u6jj] Test executed: renders the title and content and closes when clicking on cancel\n',
    '2022-06-24T16:55:33.417Z workers [8u6jj] Test executed: updates the signing and sends updates when signing is accepted\n',
    '2022-06-24T16:55:33.421Z workers [8u6jj] Loaded unknown number of test(s)\n',
    '2022-06-24T16:55:33.421Z workers [8u6jj] Test executed: renders the date the notary was paid\n',
    '2022-06-24T16:55:33.421Z workers [8u6jj] Test executed: renders the default title info\n',
    '2022-06-24T16:55:33.421Z workers [8u6jj] Test executed: renders the assigned notaries in the available tab\n',
    '2022-06-24T16:55:33.423Z workers [8u6jj] Loaded unknown number of test(s)\n',
    '2022-06-24T16:55:33.423Z workers [8u6jj] Test executed: shows default tabs\n',
    '2022-06-24T16:55:33.425Z workers [8u6jj] Test executed: updates state when changing to the Accepted tab\n',
    '2022-06-24T16:55:33.425Z workers [8u6jj] Test executed: navigates successfully to the Available tab\n',
    '2022-06-24T16:55:33.425Z workers [8u6jj] Test executed: navigates successfully to the Accepted tab\n',
    '2022-06-24T16:55:33.426Z workers [8u6jj] Test executed: navigates successfully to the Completed tab\n',
    '2022-06-24T16:55:33.426Z workers [8u6jj] Test executed: shows pending tab for admin\n',
    '2022-06-24T16:55:33.426Z workers [8u6jj] Test executed: navigates successfully to the Pending tab\n',
    "2022-06-24T16:55:33.426Z workers [8u6jj] Test executed: doesn't show pending tab for non-admin user\n",
    '2022-06-24T16:55:33.440Z workers [8u6jj] Loaded unknown number of test(s)\n',
    '2022-06-24T16:55:33.440Z workers [8u6jj] Test executed: title should default to number of signing per month\n',
    '2022-06-24T16:55:33.441Z workers [8u6jj] Test executed: computes the number of signigns month\n',
    '2022-06-24T16:55:33.441Z workers [8u6jj] Test executed: computes the revenue per month\n',
    '2022-06-24T16:55:33.442Z workers [8u6jj] Test executed: title should update when revenue button is clicked\n',
    '2022-06-24T16:55:33.443Z workers [8u6jj] Test executed: title should update when profit button is clicked\n',
    '2022-06-24T16:55:33.443Z workers [8u6jj] Test executed: should be able to toggle back to count\n',
    '2022-06-24T16:55:33.444Z workers [8u6jj] Test executed: title should default to number of signing per month\n',
    '2022-06-24T16:55:33.444Z workers [8u6jj] Test executed: should not see revenue button\n',
    '2022-06-24T16:55:33.444Z workers [8u6jj] Test executed: title should update when profit button is clicked\n',
    '2022-06-24T16:55:33.454Z workers [8u6jj] Loaded unknown number of test(s)\n',
    '2022-06-24T16:55:33.455Z workers [8u6jj] Test executed: renders the status of the signing\n',
    '2022-06-24T16:55:33.466Z workers [8u6jj] Loaded unknown number of test(s)\n',
    '2022-06-24T16:55:33.467Z workers [8u6jj] Test executed: renders the title of the card\n',
    '2022-06-24T16:55:33.467Z workers [8u6jj] Test executed: renders the company info\n',
    '2022-06-24T16:55:33.467Z workers [8u6jj] Test executed: renders the email\n',
    '2022-06-24T16:55:33.468Z workers [8u6jj] Test executed: renders the phone\n',
    '2022-06-24T16:55:33.468Z workers [8u6jj] Test executed: renders the address\n',
    '2022-06-24T16:55:33.468Z workers [8u6jj] Test executed: renders the notes\n',
    '2022-06-24T16:55:33.471Z workers [8u6jj] Loaded unknown number of test(s)\n',
    '2022-06-24T16:55:33.471Z workers [8u6jj] Test executed: renders the notary name as the title\n',
    '2022-06-24T16:55:33.471Z workers [8u6jj] Test executed: renders an edit button\n',
    '2022-06-24T16:55:33.471Z workers [8u6jj] Test executed: renders notary email title and info\n',
    '2022-06-24T16:55:33.471Z workers [8u6jj] Test executed: renders notary phone title and info\n',
    '2022-06-24T16:55:33.471Z workers [8u6jj] Test executed: renders notary address title and info\n',
    '2022-06-24T16:55:33.477Z workers [8u6jj] Loaded unknown number of test(s)\n',
    '2022-06-24T16:55:33.477Z workers [8u6jj] Test executed: shows default tabs\n',
    '2022-06-24T16:55:33.479Z workers [8u6jj] Test executed: updates state when changing to the Accepted tab\n',
    '2022-06-24T16:55:33.481Z workers [8u6jj] Test executed: navigates successfully to the Loan Officer tab\n',
    '2022-06-24T16:55:33.484Z workers Sandbox (active) [8u6jj] error: src/tests/SubmitSigning.spec.ts:6:35: test.skip() can only be called inside test, describe block or fixture\n' +
      '    at errorWithLocation (./node_modules/@playwright/test/lib/util.js:221:10)\n' +
      '    at TestTypeImpl._modifier (./node_modules/@playwright/test/lib/testType.js:191:54)\n' +
      '    at Function.skip (./node_modules/@playwright/test/lib/transform.js:269:12)\n' +
      '    at ./src/tests/SubmitSigning.spec.ts:6:35\n' +
      '    at _dispatchDescribe (./node_modules/jest-circus/build/index.js:67:26)\n' +
      '    at describe (./node_modules/jest-circus/build/index.js:30:5)\n' +
      '    at Object.<anonymous> (./src/tests/SubmitSigning.spec.ts:4:20)\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-06-24T16:55:33.516Z workers [8u6jj] Run 65 test(s), skipped 0 test(s)\n',
    '2022-06-24T16:55:33.520Z workers Jest Test Run Complete (8u6jj): 2022-06-24T16:55:33.403Z\n',
    '2022-06-24T16:55:33.522Z workers [8u6jj] Sandbox is responsive, closing it\n',
    '2022-06-24T16:55:47.992Z workers Sandbox (active) [adt2r] error: TypeError: window.URL.createObjectURL is not a function\n' +
      '    at define (./node_modules/maplibre-gl/dist/maplibre-gl.js:25:43)\n' +
      '    at ./node_modules/maplibre-gl/dist/maplibre-gl.js:35:1\n' +
      '    at ./node_modules/maplibre-gl/dist/maplibre-gl.js:3:81\n' +
      '    at Object.<anonymous> (./node_modules/maplibre-gl/dist/maplibre-gl.js:6:2)\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.<anonymous> (./node_modules/@aws-amplify/ui-react/dist/index.js:1:497)\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.<anonymous> (./src/components/Drawer/DrawerTabList.tsx:6:37)\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.<anonymous> (./src/components/Drawer/DrawerTabList.test.tsx:8:66)\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-06-24T16:55:48.021Z workers [adt2r] Run 7 test(s), skipped 0 test(s)\n',
    '2022-06-24T16:55:48.140Z workers Jest Test Run Complete (adt2r): 2022-06-24T16:55:47.989Z\n',
    '2022-06-24T16:55:48.140Z workers [adt2r] Sandbox is responsive, closing it\n',
    '2022-06-24T16:55:48.143Z workers Merging parallel test run results\n',
    '2022-06-24T16:55:48.153Z project Test run finished\n',
    '2022-06-24T16:55:48.154Z project Processed console.log entries\n',
    '2022-06-24T16:55:48.156Z project Processed loading sequences\n',
    '2022-06-24T16:55:48.158Z project Test name duplicate: shows the signing time confirmed signing status\n',
    '2022-06-24T16:55:48.159Z project Processed executed tests\n',
    '2022-06-24T16:55:48.205Z project Processed code coverage\n',
    '2022-06-24T16:55:48.370Z project Test run result processed and sent to IDE\n'
  ]
}
ArtemGovorov commented 2 years ago

Thanks for attaching your diagnostics report.

All of my tests are not running and they seem to only run once I open the test/file.

From the report, it looks like all of your project tests are running and being reported. Few of them are failing (for reasons that look like they are not specific to Wallaby).

Rafael805 commented 2 years ago

When I run the tests with jest on the terminal I get this:

image

Using Wallaby I see this:

image

I don't have multiple Jest configs. I also tried adding all the files that Wallaby mentions that can be potentially causing infinite loops in my package.json for the filesWithNoCoverageCalculated property but it seems to still be running them.

ArtemGovorov commented 2 years ago

Can you please fix all failing tests in Jest (so that terminal run doesn't have any failing tests) and then once there are no failing tests, run Wallaby and share the output from terminal and Wallaby?

ArtemGovorov commented 2 years ago

Also, can you please open the link in Wallaby output (Launch Coverage & Test Explorer), check the opened list of test files and see what test files are expected to run but have not been running by Wallaby (and share relative paths of the test files)?

Rafael805 commented 2 years ago

Hmm, I fixed a few tests, and it seems to be working now, oddly enough...

Thank you anyways!

ArtemGovorov commented 2 years ago

Awesome, thanks for the update!