Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.49 KB

CHANGELOG.md

File metadata and controls

42 lines (26 loc) · 1.49 KB

1.1.0

Dependency Updates

1.0.4

Bug Fixes

  • (a088e6f) fix(timeouts): should call special timeout handlers only for a jasmine timeout

    Previously, it used to call the resets if anything matched 'timeout'. This was too vague, since many error messages contain that string.

    Closes #8

1.0.3

Bug Fixes

  • (00821b3) fix(timeout): better messaging if the control flow does not have a listed last task

1.0.2

Bug Fixes

  • (30b6811) fix(timeout): output more information about the current task when a timeout occurs

1.0.1

Bug Fixes

  • (c507b37) fix(index): stop infinite promise resolution

1.0.0

Support for Jasmine 1.3.1. Tested against minijasminenode @ 0.4.0.

Features

  • Automatically makes tests asynchronously wait until the WebDriverJS control flow is empty.

  • If a done function is passed to the test, waits for both the control flow and until done is called.

  • Enhances expect so that it automatically unwraps promises before performing the assertion.