0.3.13
Released 03/27/2015
Features:
- cy.visit() now detects a local url.
localhost,0.0.0.0,127.0.0.1can omit thehttp://protocol.
Bugfixes:
- cy.contains() now properly escape quotes in the text.
- cy.visit() now inserts a trailing slash intelligently into the correct
pathposition (not after query params or hashes). - cy.visit() will no longer log 2 failed commands on error.
- Hovering on commands which delay resolving their $el will now properly highlight again.
Misc:
- .debug() returns the current subject now.
- upgraded jsUri to
1.3.0. - cy.visit() now throws when url argument isn't a string.
Cypress.Loginstances now fireattrs:changedevent. Removedstate:changeevent.