File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## 9.6.1
2
+
3
+ _ Released 5/9/2022_
4
+
5
+ ** Bugfixes:**
6
+
7
+ - Cypress can now launch on systems where Firefox is installed via Snapcraft.
8
+ Fixed [ #19793 ] ( https://github.com/cypress-io/cypress/issues/19793 ) .
9
+ - Updates were made to ensure XHR calls are properly displaying the response
10
+ body in the command log. Fixed
11
+ [ #21361 ] ( https://github.com/cypress-io/cypress/issues/21361 ) .
12
+ - Fixed [ ` cy.contains() ` ] ( /api/commands/contains ) and
13
+ [ ` .should('contain', ...) ` ] ( /api/commands/should ) to handle finding text that
14
+ contains backslash characters. Fixed
15
+ [ #19116 ] ( https://github.com/cypress-io/cypress/issues/19116 )
16
+ - Updated [ ` .type('{enter}') ` ] ( /api/commands/type ) to support sending the Enter
17
+ keystroke to submit buttons that are not rendered within a form html element,
18
+ but are associated with a form via the ` form ` attribute. Fixed
19
+ [ #21163 ] ( https://github.com/cypress-io/cypress/issues/21163 ) .
20
+ - Fixed an issue with ` cy.session() ` such that re-running tests in open mode
21
+ will now correctly recreate a session. Before this change, an error was thrown
22
+ indicating the saved ` setup ` function was not a function because it was
23
+ serialized. Fixed
24
+ [ #17805 ] ( https://github.com/cypress-io/cypress/issues/17805 ) .
You can’t perform that action at this time.
0 commit comments