Released 03/14/2016
Bugfixes:
- Chaining more cy commands after using
cy.wrap()
now works. Fixes #114. - Cypress now handles events property when a DOM element is removed during a
.click()
event. As per the spec, ifmousedown
causes element removal thenmouseup
andclick
andfocus
events will not be fired. Additionally if removal happens duringmouseup
thenclick
event will not be fired. Also updated theonConsole
groups to only display and indicate the events which actually fired. Fixes #109.
Misc:
- Removed
fa-refresh
icons next to suites and tests until this behavior has been reimplemented due to ID removal. - Removed resetting the runnable timeout when a
page load
event resolves. This prevents an edge case where the next test may show as timed out duringcypress run
.