0.5.12
Released Released on April 29, 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 forexistassertions.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?"