Created
April 9, 2018 11:08
-
-
Save ohadlevy/ac2c33f282e8fe26222db6b2724e7619 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 webpack/assets/javascripts/react_app/components/BreadcrumbBar/components/BreadcrumbSwitcher.test.js | |
| ● BreadcrumbSwitcher › rendering › render closed | |
| expect(value).toMatchSnapshot() | |
| Received value does not match stored snapshot 1. | |
| - Snapshot | |
| + Received | |
| @@ -26,11 +26,11 @@ | |
| "open": false, | |
| "resources": Array [], | |
| "totalPages": 1, | |
| }, | |
| "refs": Object {}, | |
| - "state": null, | |
| + "state": Object {}, | |
| "updater": Updater { | |
| "_callbacks": Array [], | |
| "_renderer": ReactShallowRenderer { | |
| "_context": Object {}, | |
| "_element": <BreadcrumbSwitcher | |
| at Object.<anonymous> (webpack/assets/javascripts/react_app/common/testHelpers.js:47:79) | |
| at new Promise (<anonymous>) | |
| at Promise.resolve.then.el (node_modules/p-map/index.js:46:16) | |
| at <anonymous> | |
| at process._tickCallback (internal/process/next_tick.js:188:7) | |
| ● BreadcrumbSwitcher › rendering › render loading state | |
| expect(value).toMatchSnapshot() | |
| Received value does not match stored snapshot 1. | |
| - Snapshot | |
| + Received | |
| @@ -27,11 +27,11 @@ | |
| "open": true, | |
| "resources": Array [], | |
| "totalPages": 1, | |
| }, | |
| "refs": Object {}, | |
| - "state": null, | |
| + "state": Object {}, | |
| "updater": Updater { | |
| "_callbacks": Array [], | |
| "_renderer": ReactShallowRenderer { | |
| "_context": Object {}, | |
| "_element": <BreadcrumbSwitcher | |
| at Object.<anonymous> (webpack/assets/javascripts/react_app/common/testHelpers.js:47:79) | |
| at new Promise (<anonymous>) | |
| at Promise.resolve.then.el (node_modules/p-map/index.js:46:16) | |
| at <anonymous> | |
| at process._tickCallback (internal/process/next_tick.js:188:7) | |
| ● BreadcrumbSwitcher › rendering › render resources list | |
| expect(value).toMatchSnapshot() | |
| Received value does not match stored snapshot 1. | |
| - Snapshot | |
| + Received | |
| @@ -50,11 +50,11 @@ | |
| }, | |
| ], | |
| "totalPages": 1, | |
| }, | |
| "refs": Object {}, | |
| - "state": null, | |
| + "state": Object {}, | |
| "updater": Updater { | |
| "_callbacks": Array [], | |
| "_renderer": ReactShallowRenderer { | |
| "_context": Object {}, | |
| "_element": <BreadcrumbSwitcher | |
| at Object.<anonymous> (webpack/assets/javascripts/react_app/common/testHelpers.js:47:79) | |
| at new Promise (<anonymous>) | |
| at Promise.resolve.then.el (node_modules/p-map/index.js:46:16) | |
| at <anonymous> | |
| at process._tickCallback (internal/process/next_tick.js:188:7) | |
| ● BreadcrumbSwitcher › rendering › render resources list with pagination | |
| expect(value).toMatchSnapshot() | |
| Received value does not match stored snapshot 1. | |
| - Snapshot | |
| + Received | |
| @@ -50,11 +50,11 @@ | |
| }, | |
| ], | |
| "totalPages": 3, | |
| }, | |
| "refs": Object {}, | |
| - "state": null, | |
| + "state": Object {}, | |
| "updater": Updater { | |
| "_callbacks": Array [], | |
| "_renderer": ReactShallowRenderer { | |
| "_context": Object {}, | |
| "_element": <BreadcrumbSwitcher | |
| at Object.<anonymous> (webpack/assets/javascripts/react_app/common/testHelpers.js:47:79) | |
| at new Promise (<anonymous>) | |
| at Promise.resolve.then.el (node_modules/p-map/index.js:46:16) | |
| at <anonymous> | |
| at process._tickCallback (internal/process/next_tick.js:188:7) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment