0.5.12
Released 04/30/2015
Features:
- Introduced new command option lengthwhich cues Cypress into not resolving matched elements until their length matches the option provided.
Bugfixes:
- cy.respondwill not resolve until all of the queue'd XHR's have resolved.
Misc:
- Cypress now throws on .should() if any DOM member isn't in the DOM, except for existassertions.
- Cypress now throws on eventually.have.lengthassertions. Use implicit{length: n}command options instead.
- Cypress overrides chai existassertion to really mean: "does this subject exist in the document?"