- ([daa67d6])(https://github.com/angular/jasminewd/commit/daa67d6eabdd9c70306748da8a0dc0a6f2edb90f)) chore(dependencies): update to selenium-webdriver 2.43.4
-
(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
- (00821b3) fix(timeout): better messaging if the control flow does not have a listed last task
- (30b6811) fix(timeout): output more information about the current task when a timeout occurs
- (c507b37) fix(index): stop infinite promise resolution
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.