Skip to content

Commit 7ffbd35

Browse files
9.6.1 changelog.
1 parent a665789 commit 7ffbd35

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

content/_changelogs/9.6.1.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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+
- Fixed [`cy.contains()`](/api/commands/contains) and
10+
[`.should('contain', ...)`](/api/commands/should) to handle finding text that
11+
contains backslash characters. Fixed
12+
[#19116](https://github.com/cypress-io/cypress/issues/19116)
13+
- Updated [`.type('{enter}')`](/api/commands/type) to support sending the Enter
14+
keystroke to submit buttons that are not rendered within a form html element,
15+
but are associated with a form via the `form` attribute. Fixed
16+
[#21163](https://github.com/cypress-io/cypress/issues/21163).
17+
- Fixed an issue with `cy.session()` such that re-running tests in open mode
18+
will now correctly recreate a session. Before this change, an error was thrown
19+
indicating the saved `setup` function was not a function because it was
20+
serialized. Fixed
21+
[#17805](https://github.com/cypress-io/cypress/issues/17805).

0 commit comments

Comments
 (0)