3.1.3
Released 12/03/2018
Bugfixes:
- Fixed regression introduced in 3.1.1 with
requestAnimationFramethat caused some animations not to run. Fixes #2725. - Fixed regression introduced in 3.1.2 that caused DOM elements passed to
cy.wrap()to no longer yield the proper jQuery array instance. Fixes #2820. - Fixed regression causing invocations of cy.clock() to error on subsequent tests. Fixes #2850.
- Fixed issue where a fix included in 3.1.2 did not pass the
windowsHideargument to the proper options. Fixes #2667 and #2809. - Passing
.check({ force: true })no longer requires the checkbox or radio to be visible. Fixes #1376.
Misc
- Updated types to support promises as arguments within
cy.wrap. Fixes #2807. - We now expose all jQuery methods and values onto "
Cypress.$" $. Fixes #2830. cy.wait()now accepts a separate timeout option forrequestTimeoutandresponseTimeout. Fixes #2446.
Dependency Updates
- Upgraded nodemon from
^1.8.1to^1.8.7. Fixes #2864. - Upgraded request from
^2.27.0and^2.28.0to^4.0.0, Fixes #2455.
Documentation Changes:
- Added
requestTimeoutandresponseTimeoutoptions tocy.wait() - Added 'History' table to
cy.wait() - Added 'Alias' for assertions that are aliases of each other to
Assertions