Created
August 18, 2022 14:51
-
-
Save MichaelrMentele/59e6804f285ccdf470d6a9ffd24dab4f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Summary of all failing tests | |
FAIL src/pages/PipelinePage/PipelinePage.stories.tsx (9.338 s) | |
● Pages/PipelinePage › forDeals › smoke-test | |
TypeError: Cannot read properties of undefined (reading 'toString') | |
at http:/localhost:7910/main.iframe.bundle.js:108708:29 | |
at Array.map (<anonymous>) | |
at http:/localhost:7910/main.iframe.bundle.js:108707:53 | |
at Array.forEach (<anonymous>) | |
at setInitialOrder (http:/localhost:7910/main.iframe.bundle.js:108706:10) | |
at Success (http:/localhost:7910/main.iframe.bundle.js:108727:68) | |
at renderWithHooks (http:/localhost:7910/main.iframe.bundle.js:314490:18) | |
at mountIndeterminateComponent (http:/localhost:7910/main.iframe.bundle.js:317316:13) | |
at beginWork (http:/localhost:7910/main.iframe.bundle.js:318554:16) | |
at HTMLUnknownElement.callCallback (http:/localhost:7910/main.iframe.bundle.js:303450:14) | |
● Pages/PipelinePage › forCustomers › smoke-test | |
page.evaluate: StorybookTestRunnerError: | |
An error occurred in the following story. Access the link for full output: | |
http://localhost:7910/iframe.html?path=/story/pages-pipelinepage--for-inventory&addonPanel=storybook/interactions/panel | |
Message: | |
Cannot read properties of undefined (reading 'toString') | |
at __throwError (<anonymous>:26:15) | |
at eval (eval at evaluate (:192:30), <anonymous>:4:19) | |
at UtilityScript.evaluate (<anonymous>:194:17) | |
at UtilityScript.<anonymous> (<anonymous>:1:44) | |
at Page.<anonymous> (src/pages/PipelinePage/PipelinePage.stories.tsx:22:18) | |
● Pages/PipelinePage › forCustomers › smoke-test | |
page.evaluate: StorybookTestRunnerError: | |
An error occurred in the following story. Access the link for full output: | |
http://localhost:7910/iframe.html?path=/story/pages-pipelinepage--for-deals&addonPanel=storybook/interactions/panel | |
Message: | |
Cannot read properties of undefined (reading 'toString') | |
at __throwError (<anonymous>:26:15) | |
at eval (eval at evaluate (:192:30), <anonymous>:4:19) | |
at UtilityScript.evaluate (<anonymous>:194:17) | |
at UtilityScript.<anonymous> (<anonymous>:1:44) | |
at Page.<anonymous> (src/pages/PipelinePage/PipelinePage.stories.tsx:75:18) | |
FAIL src/components/UI/LoadingSpinner/LoadingSpinner.stories.tsx | |
● Test suite failed to run | |
NoMetaError: CSF: missing default export (line 1, col 0) | |
More info: https://storybook.js.org/docs/react/writing-stories/introduction#default-export | |
at CsfFile.parse (../node_modules/@storybook/csf-tools/dist/cjs/CsfFile.js:480:15) | |
at transformCsf (../node_modules/@storybook/test-runner/dist/cjs/csf/transformCsf.js:68:7) | |
at transformPlaywright (../node_modules/@storybook/test-runner/dist/cjs/playwright/transformPlaywright.js:80:49) | |
at Object.process (../node_modules/@storybook/test-runner/playwright/transform.js:6:21) | |
at ScriptTransformer.transformSource (../node_modules/@jest/transform/build/ScriptTransformer.js:619:31) | |
at ScriptTransformer._transformAndBuildScript (../node_modules/@jest/transform/build/ScriptTransformer.js:765:40) | |
at ScriptTransformer.transform (../node_modules/@jest/transform/build/ScriptTransformer.js:822:19) | |
FAIL src/components/DealershipSettingsCell/DealershipSettingsCell.stories.tsx | |
● Test suite failed to run | |
Jest worker encountered 4 child process exceptions, exceeding retry limit | |
at ChildProcessWorker.initialize (../node_modules/jest-worker/build/workers/ChildProcessWorker.js:185:21) | |
FAIL src/components/PipelineStageListCell/PipelineStageListCell.stories.tsx | |
● Test suite failed to run | |
Jest worker encountered 4 child process exceptions, exceeding retry limit | |
at ChildProcessWorker.initialize (../node_modules/jest-worker/build/workers/ChildProcessWorker.js:185:21) | |
FAIL src/components/UI/Button.stories.tsx | |
● Test suite failed to run | |
NoMetaError: CSF: missing default export (line 1, col 0) | |
More info: https://storybook.js.org/docs/react/writing-stories/introduction#default-export | |
at CsfFile.parse (../node_modules/@storybook/csf-tools/dist/cjs/CsfFile.js:480:15) | |
at transformCsf (../node_modules/@storybook/test-runner/dist/cjs/csf/transformCsf.js:68:7) | |
at transformPlaywright (../node_modules/@storybook/test-runner/dist/cjs/playwright/transformPlaywright.js:80:49) | |
at Object.process (../node_modules/@storybook/test-runner/playwright/transform.js:6:21) | |
at ScriptTransformer.transformSource (../node_modules/@jest/transform/build/ScriptTransformer.js:619:31) | |
at ScriptTransformer._transformAndBuildScript (../node_modules/@jest/transform/build/ScriptTransformer.js:765:40) | |
at ScriptTransformer.transform (../node_modules/@jest/transform/build/ScriptTransformer.js:822:19) | |
FAIL src/components/NewLeadOrDealForm/ChooseCustomerCell/ChooseCustomerCell.stories.tsx | |
● Test suite failed to run | |
Jest worker encountered 4 child process exceptions, exceeding retry limit | |
at ChildProcessWorker.initialize (../node_modules/jest-worker/build/workers/ChildProcessWorker.js:185:21) | |
FAIL src/components/UI/ErrorBoundary/ErrorBoundary.stories.tsx | |
● Test suite failed to run | |
Jest worker encountered 4 child process exceptions, exceeding retry limit | |
at ChildProcessWorker.initialize (../node_modules/jest-worker/build/workers/ChildProcessWorker.js:185:21) | |
Test Suites: 7 failed, 71 passed, 78 total | |
Tests: 2 failed, 179 passed, 181 total | |
Snapshots: 0 total | |
Time: 95.289 s | |
Ran all test suites. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment