[exec] FAIL test/shared/components/Tooltip.es.js [exec] ??? Tooltip ??? renders component with tooltip after mouse over [exec] [exec] expect(received).toMatchSnapshot() [exec] [exec] New snapshot was not written. The update flag must be explicitly passed to write a new snapshot. [exec] [exec] This is likely because this test is run in a continuous integration (CI) environment in which snapshots are not written by default. [exec] [exec] Received value [exec] <span [exec] className="workflow-tooltip" [exec] onMouseLeave={[Function]} [exec] > [exec] <TooltipBase [exec] position="right" [exec] title="Tooltip Message" [exec] visible={true} [exec] width="200" [exec] /> [exec] <span [exec] className="tooltip-trigger" [exec] onMouseOver={[Function]} [exec] > [exec] Target [exec] </span> [exec] </span> [exec] [exec] 40 | component.find('.tooltip-trigger').simulate('mouseover'); [exec] 41 | [exec] > 42 | expect(component).toMatchSnapshot(); [exec] | ^ [exec] 43 | }); [exec] 44 | [exec] 45 | it('renders component with tooltip markup', () => { [exec] [exec] at Object.toMatchSnapshot (test/shared/components/Tooltip.es.js:42:21) [exec] [exec] ??? Tooltip ??? renders component with tooltip markup [exec] [exec] expect(received).toMatchSnapshot() [exec] FAIL test/shared/components/Panel.es.js [exec] ??? Panel ??? does not render component child components without content [exec] [exec] expect(received).toMatchSnapshot() [exec] [exec] New snapshot was not written. The update flag must be explicitly passed to write a new snapshot. [exec] [exec] This is likely because this test is run in a continuous integration (CI) environment in which snapshots are not written by default. [exec] [exec] Received value [exec] <div [exec] class="container-fluid-1280 mt-4" [exec] > [exec] <div [exec] class="panel panel-secondary" [exec] /> [exec] </div> [exec] [exec] 31 | ); [exec] 32 | [exec] > 33 | expect(component.render()).toMatchSnapshot(); [exec] | ^ [exec] 34 | }); [exec] 35 | [exec] 36 | it('renders component', () => { [exec] [exec] at Object.toMatchSnapshot (test/shared/components/Panel.es.js:33:30) [exec] FAIL test/shared/components/Tooltip.es.js [exec] ??? Tooltip ??? renders component with tooltip after mouse over [exec] [exec] expect(received).toMatchSnapshot() [exec] [exec] New snapshot was not written. The update flag must be explicitly passed to write a new snapshot. [exec] [exec] This is likely because this test is run in a continuous integration (CI) environment in which snapshots are not written by default. [exec] [exec] Received value [exec] <span [exec] className="workflow-tooltip" [exec] onMouseLeave={[Function]} [exec] > [exec] <TooltipBase [exec] position="right" [exec] title="Tooltip Message" [exec] visible={true} [exec] width="200" [exec] /> [exec] <span [exec] className="tooltip-trigger" [exec] onMouseOver={[Function]} [exec] > [exec] Target [exec] </span> [exec] </span> [exec] [exec] 40 | component.find('.tooltip-trigger').simulate('mouseover'); [exec] 41 | [exec] > 42 | expect(component).toMatchSnapshot(); [exec] | ^ [exec] 43 | }); [exec] 44 | [exec] 45 | it('renders component with tooltip markup', () => { [exec] [exec] at Object.toMatchSnapshot (test/shared/components/Tooltip.es.js:42:21) [exec] FAIL test/shared/components/Panel.es.js [exec] ??? Panel ??? does not render component child components without content [exec] [exec] expect(received).toMatchSnapshot() [exec] [exec] New snapshot was not written. The update flag must be explicitly passed to write a new snapshot. [exec] [exec] This is likely because this test is run in a continuous integration (CI) environment in which snapshots are not written by default. [exec] [exec] Received value [exec] <div [exec] class="container-fluid-1280 mt-4" [exec] > [exec] <div [exec] class="panel panel-secondary" [exec] /> [exec] </div> [exec] [exec] 31 | ); [exec] 32 | [exec] > 33 | expect(component.render()).toMatchSnapshot(); [exec] | ^ [exec] 34 | }); [exec] 35 | [exec] 36 | it('renders component', () => { [exec] [exec] at Object.toMatchSnapshot (test/shared/components/Panel.es.js:33:30)