+ cd /testbed
+ git config --global --add safe.directory /testbed
+ cd /testbed
+ git checkout 5d0969c7b7f1eb23d74e6b25cf3a8751ab36be05 client/components/happiness-support/test/index.jsx
Updated 0 paths from 9c4878a833
+ 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 (7.248s)
  HappinessSupport
    ✓ should render translated heading content (14ms)
    ✕ should render translated help content (7ms)
    ✓ should render a translated support button (2ms)
    ✓ 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 (2ms)
    ✓ should have is-placeholder className only if it is a placeholder (6ms)
    ✓ should render a <HappychatConnection /> when showLiveChat prop is true (1ms)
    LiveChat button
      ✓ should be rendered only when showLiveChatButton prop is true and LiveChat is available (6ms)
      ✓ should render translated content (1ms)
      ✓ should fire tracks event with given event name when clicked (6ms)
      ✓ 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 (10ms)
      ✓ should be rendered with link to CALYPSO_CONTACT if it is not for JetPack (2ms)
      ✓ should be rendered with link to JETPACK_CONTACT_SUPPORT if it is for JetPack (1ms)
      ✓ should render translated content (2ms)

  ● HappinessSupport › should render translated help content

    AssertionError: expected {} to have a length of 1 but got 0

      38 | 	test( 'should render translated help content', () => {
      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 account.'
      43 | 		);

      at Object.length (client/components/happiness-support/test/index.jsx:40:29)

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