+ cd /testbed
+ git config --global --add safe.directory /testbed
+ cd /testbed
+ git checkout 73ff0f9af67b31202eadf17fa93be4d406d418ab client/blocks/product-purchase-features-list/test/video-audio-posts.jsx
Updated 0 paths from ccec43b361
+ git apply --verbose --reject -
Checking patch client/blocks/product-purchase-features-list/test/video-audio-posts.jsx...
Applied patch client/blocks/product-purchase-features-list/test/video-audio-posts.jsx cleanly.
+ : '>>>>> Start Test Output'
+ ./node_modules/.bin/jest --verbose -c=test/client/jest.config.js client/blocks/product-purchase-features-list/test/video-audio-posts.jsx
FAIL client/blocks/product-purchase-features-list/test/video-audio-posts.jsx
  VideoAudioPosts basic tests
    ✓ should not blow up and have proper CSS class (12ms)
  VideoAudioPosts should use proper description
    ✓ for business plan business-bundle (2ms)
    ✓ for business plan business-bundle-2y (1ms)
    ✓ for ecommerce plan ecommerce-bundle (1ms)
    ✓ for ecommerce plan ecommerce-bundle-2y (1ms)
    ✕ for premium plan value_bundle (17ms)
    ✕ for premium plan value_bundle-2y (1ms)
    ✓ for plans free_plan (3ms)
    ✓ for plans personal-bundle (2ms)
    ✓ for plans personal-bundle-2y (2ms)
    ✓ for plans jetpack_free (1ms)
    ✓ for plans jetpack_personal (1ms)
    ✓ for plans jetpack_personal_monthly (3ms)
    ✓ for plans jetpack_premium (2ms)
    ✓ for plans jetpack_premium_monthly (1ms)
    ✓ for plans jetpack_business (1ms)
    ✓ for plans jetpack_business_monthly

  ● VideoAudioPosts should use proper description › for premium plan value_bundle

    expect(string).toContain(value)

    Expected string:
      "Enrich your posts and pages with video or audio. Upload up to 10GB of media directly to your site."
    To contain value:
      "13GB of media"

      73 | 		test( `for premium plan ${ plan }`, () => {
      74 | 			const comp = shallow( <VideoAudioPosts { ...props } plan={ plan } /> );
    > 75 | 			expect( comp.find( 'PurchaseDetail' ).props().description ).toContain( '13GB of media' );
         | 			                                                            ^
      76 | 		} );
      77 | 	} );
      78 | 

      at Object.toContain (client/blocks/product-purchase-features-list/test/video-audio-posts.jsx:75:64)

  ● VideoAudioPosts should use proper description › for premium plan value_bundle-2y

    expect(string).toContain(value)

    Expected string:
      "Enrich your posts and pages with video or audio. Upload up to 10GB of media directly to your site."
    To contain value:
      "13GB of media"

      73 | 		test( `for premium plan ${ plan }`, () => {
      74 | 			const comp = shallow( <VideoAudioPosts { ...props } plan={ plan } /> );
    > 75 | 			expect( comp.find( 'PurchaseDetail' ).props().description ).toContain( '13GB of media' );
         | 			                                                            ^
      76 | 		} );
      77 | 	} );
      78 | 

      at Object.toContain (client/blocks/product-purchase-features-list/test/video-audio-posts.jsx:75:64)

Test Suites: 1 failed, 1 total
Tests:       2 failed, 15 passed, 17 total
Snapshots:   0 total
Time:        3.63s
Ran all test suites matching /client\/blocks\/product-purchase-features-list\/test\/video-audio-posts.jsx/i.
+ : '>>>>> End Test Output'
+ git checkout 73ff0f9af67b31202eadf17fa93be4d406d418ab client/blocks/product-purchase-features-list/test/video-audio-posts.jsx
Updated 1 path from ccec43b361
