v4.2.1
This patch release adds a fix for certain test suites running into an infinite loop when the following criteria is met:
- The story uses a Play function
- The Play function throws an error after having made a call to
forceHappoScreenshot
Before this release, the above scenario would lead to Happo taking a screenshot of the same Story and state over and over again. This release will detect the scenario and move on with the test suite.