9.6.1
Released Released on May 8, 2022
Bugfixes:
Cypress can now launch on systems where Firefox is installed via Snapcraft. Fixed #19793.
Updates were made to ensure XHR calls are properly displaying the response body in the command log. Fixed #21361.
Fixed
cy.contains()and.should('contain', ...)to handle finding text that contains backslash characters. Fixed #19116Updated
.type('{enter}')to support sending the Enter keystroke to submit buttons that are not rendered within a form html element, but are associated with a form via theformattribute. Fixed #21163.Fixed an issue with
cy.session()such that re-running tests in open mode will now correctly recreate a session. Before this change, an error was thrown indicating the savedsetupfunction was not a function because it was serialized. Fixed #17805.