+ cd /testbed
+ git config --global --add safe.directory /testbed
+ cd /testbed
+ git checkout 58478c529c2ea594a96c89a8c8daa3f7d22c2dda client/state/selectors/test/get-jetpack-onboarding-pending-steps.js
Updated 0 paths from 009363e42
+ git apply --verbose --reject -
Checking patch client/state/selectors/test/get-jetpack-onboarding-pending-steps.js...
Applied patch client/state/selectors/test/get-jetpack-onboarding-pending-steps.js cleanly.
+ : '>>>>> Start Test Output'
+ ./node_modules/.bin/jest --verbose -c=test/client/jest.config.json client/state/selectors/test/get-jetpack-onboarding-pending-steps.js
FAIL client/state/selectors/test/get-jetpack-onboarding-pending-steps.js (6.24s)
  getJetpackOnboardingPendingSteps()
    ✕ should return pending status for the contact form step (11ms)
    ✓ should return pending status for the woocommerce step
    ✓ should return pending status for the stats step (1ms)

  ● getJetpackOnboardingPendingSteps() › should return pending status for the contact form step

    expect(received).toEqual(expected)
    
    Expected value to equal:
      {"contact-form": true, "site-title": false, "site-type": false, "stats": false, "woocommerce": false}
    Received:
      {"contact-form": false, "site-title": false, "site-type": false, "stats": false, "woocommerce": false}
    
    Difference:
    
    - Expected
    + Received
    
      Object {
    -   "contact-form": true,
    +   "contact-form": false,
        "site-title": false,
        "site-type": false,
        "stats": false,
        "woocommerce": false,
      }

      38 | 		};
      39 | 		const pending = getJetpackOnboardingPendingSteps( state, siteId, steps );
    > 40 | 		expect( pending ).toEqual( expected );
      41 | 	} );
      42 |
      43 | 	test( 'should return pending status for the woocommerce step', () => {
      
      at Object.<anonymous> (client/state/selectors/test/get-jetpack-onboarding-pending-steps.js:40:21)

Test Suites: 1 failed, 1 total
Tests:       1 failed, 2 passed, 3 total
Snapshots:   0 total
Time:        6.364s
Ran all test suites matching /client\/state\/selectors\/test\/get-jetpack-onboarding-pending-steps.js/i.
+ : '>>>>> End Test Output'
+ git checkout 58478c529c2ea594a96c89a8c8daa3f7d22c2dda client/state/selectors/test/get-jetpack-onboarding-pending-steps.js
Updated 1 path from 009363e42
