+ cd /testbed
+ git config --global --add safe.directory /testbed
+ cd /testbed
+ git checkout f6bd966b656c4c84ea0aebcdd341f601cd8cc292 client/me/pending-payments/test/index.js
Updated 0 paths from 6a399c8268
+ git apply --verbose --reject -
Checking patch client/me/pending-payments/test/index.js...
Applied patch client/me/pending-payments/test/index.js cleanly.
+ : '>>>>> Start Test Output'
+ ./node_modules/.bin/jest --verbose -c=test/client/jest.config.js client/me/pending-payments/test/index.js
(node:103) UnhandledPromiseRejectionWarning: Error: No available storage method found.
(node:103) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 7)
(node:103) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
FAIL client/me/pending-payments/test/index.js (11.908s)
  PendingPayments requestId
    ✓ returns the same requestId on multiple calls (6ms)
  PendingPayments
    Loading Placeholder
      ✓ Main.pending-payments Localized(MeSidebarNavigation) (12ms)
      ✕ Main.pending-payments Connect(Localized(PurchasesHeader))[section="pending"] (11ms)
      ✓ Connect(PurchasesSite)[isPlaceholder=true] (4ms)
    Empty placeholder
      ✓ Main.pending-payments Localized(MeSidebarNavigation) (4ms)
      ✕ Main.pending-payments Connect(Localized(PurchasesHeader))[section="pending"] (5ms)
      ✓ .pending-payments .pending-payments__no-content EmptyContent (2ms)
    Non empty list
      ✓ Main.pending-payments Localized(MeSidebarNavigation) (2ms)
      ✕ Main.pending-payments Connect(Localized(PurchasesHeader))[section="pending"] (7ms)
      ✓ Main.pending-payments Connect(Localized(PendingListItem)) (4ms)

  ● PendingPayments › Loading Placeholder › Main.pending-payments Connect(Localized(PurchasesHeader))[section="pending"]

    expect(received).toHaveLength(expected)

    Expected length: 1
    Received length: 0
    Received object: {}

      48 | 		rules.forEach( rule => {
      49 | 			test( rule, () => {
    > 50 | 				expect( wrapper.find( rule ) ).toHaveLength( 1 );
         | 				                               ^
      51 | 			} );
      52 | 		} );
      53 | 	} );

      at Object.toHaveLength (client/me/pending-payments/test/index.js:50:36)

  ● PendingPayments › Empty placeholder › Main.pending-payments Connect(Localized(PurchasesHeader))[section="pending"]

    expect(received).toHaveLength(expected)

    Expected length: 1
    Received length: 0
    Received object: {}

      66 | 		rules.forEach( rule => {
      67 | 			test( rule, () => {
    > 68 | 				expect( wrapper.find( rule ) ).toHaveLength( 1 );
         | 				                               ^
      69 | 			} );
      70 | 		} );
      71 | 	} );

      at Object.toHaveLength (client/me/pending-payments/test/index.js:68:36)

  ● PendingPayments › Non empty list › Main.pending-payments Connect(Localized(PurchasesHeader))[section="pending"]

    expect(received).toHaveLength(expected)

    Expected length: 1
    Received length: 0
    Received object: {}

      91 | 		rules.forEach( rule => {
      92 | 			test( rule, () => {
    > 93 | 				expect( wrapper.find( rule ) ).toHaveLength( 1 );
         | 				                               ^
      94 | 			} );
      95 | 		} );
      96 | 	} );

      at Object.toHaveLength (client/me/pending-payments/test/index.js:93:36)

Test Suites: 1 failed, 1 total
Tests:       3 failed, 7 passed, 10 total
Snapshots:   0 total
Time:        12.015s
Ran all test suites matching /client\/me\/pending-payments\/test\/index.js/i.
+ : '>>>>> End Test Output'
+ git checkout f6bd966b656c4c84ea0aebcdd341f601cd8cc292 client/me/pending-payments/test/index.js
Updated 1 path from 6a399c8268
