Skip to content

v2.5.0

Compare
Choose a tag to compare
@trotzig trotzig released this 25 Nov 11:06

This release adds support for a waitForContent parameter. Use it in cases where you have asynchronously loaded content that Happo isn't automatically detecting. E.g.

storiesOf('PaymentForm', module)
  .add('default', () => <PaymentForm />, { happo: { waitForContent: 'Credit card' } });