+ cd /testbed
+ git config --global --add safe.directory /testbed
+ cd /testbed
+ git checkout a8b6633f060ab38130c363009b8e6aa10fa4055a client/components/happiness-support/test/index.jsx
Updated 0 paths from f9674e74dd
+ git apply --verbose --reject -
Checking patch client/components/happiness-support/test/index.jsx...
Applied patch client/components/happiness-support/test/index.jsx cleanly.
+ : '>>>>> Start Test Output'
+ ./node_modules/.bin/jest --verbose -c=test/client/jest.config.js client/components/happiness-support/test/index.jsx
Browserslist: caniuse-lite is outdated. Please run next command `npm update`
FAIL client/components/happiness-support/test/index.jsx (8.182s)
  HappinessSupport
    ✓ should render translated heading content (14ms)
    ✕ should render translated help content (6ms)
    ✓ should render a translated support button (3ms)
    ✓ should render a support button with link to SUPPORT_ROOT if it is not for JetPack (4ms)
    ✓ should render a support button with link to JETPACK_SUPPORT if it is for JetPack (3ms)
    ✓ should have is-placeholder className only if it is a placeholder (4ms)
    ✓ should render a <HappychatConnection /> when showLiveChat prop is true (2ms)
    LiveChat button
      ✓ should be rendered only when showLiveChatButton prop is true and LiveChat is available (7ms)
      ✓ should render translated content (1ms)
      ✓ should fire tracks event with given event name when clicked (5ms)
      ✓ should not fire tracks event when no event name is passed even if clicked (2ms)
    Contact button
      ✓ should be rendered unless LiveChat button shows up (8ms)
      ✓ should be rendered with link to CALYPSO_CONTACT if it is not for JetPack (1ms)
      ✓ should be rendered with link to JETPACK_CONTACT_SUPPORT if it is for JetPack (4ms)
      ✓ should render translated content (1ms)

  ● HappinessSupport › should render translated help content

    AssertionError: expected 'Translated: {{strong}}Need help?{{/strong}} A Happiness Engineer can answer questions about your site and your account.' to equal 'Translated: {{strong}}Need help?{{/strong}} A Happiness Engineer can answer questions about your site and your account.'

      39 | 		const content = wrapper.find( 'p.happiness-support__description' );
      40 | 		expect( content ).to.have.length( 1 );
    > 41 | 		expect( content.props().children ).to.equal(
         | 		                                      ^
      42 | 			'Translated: {{strong}}Need help?{{/strong}} A Happiness Engineer can answer questions about your site and your\xA0account.'
      43 | 		);
      44 | 	} );

      at Object.equal (client/components/happiness-support/test/index.jsx:41:41)

Test Suites: 1 failed, 1 total
Tests:       1 failed, 14 passed, 15 total
Snapshots:   0 total
Time:        8.257s
Ran all test suites matching /client\/components\/happiness-support\/test\/index.jsx/i.
+ : '>>>>> End Test Output'
+ git checkout a8b6633f060ab38130c363009b8e6aa10fa4055a client/components/happiness-support/test/index.jsx
Updated 1 path from f9674e74dd
