Skip to content

Commit 486f341

Browse files
authored
Merge branch 'master' into master
2 parents a0e3b3c + 6f49fd7 commit 486f341

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

content/_changelogs/9.6.1.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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).

content/guides/references/roadmap.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Roadmap
44

55
## Upcoming features
66

7-
_Last updated Sep 23, 2021_
7+
_Last updated Apr 25, 2022_
88

99
Our team is always planning and working on really "big" upcoming features.
1010
Priorities can change as we move forward, but here is an outline of where
@@ -16,5 +16,5 @@ Cypress is headed now.
1616
| _Experimental_ | **Cypress Studio** | [#73](https://github.com/cypress-io/cypress/issues/73) | [#9542](https://github.com/cypress-io/cypress/pull/9542) | [v6.3.0](/guides/references/changelog#6-3-0) |
1717
| _Experimental_ | **Session API** | [#8301](https://github.com/cypress-io/cypress/issues/8301) | [#8765](https://github.com/cypress-io/cypress/pull/8765) | [v8.2.0](/guides/references/changelog#8-2-0) |
1818
| _Experimental_ | **Visit multiple origins** | [#944](https://github.com/cypress-io/cypress/issues/944) | [#21137](https://github.com/cypress-io/cypress/pull/21137) | [v9.6.0](/guides/references/changelog#9-6-0) |
19-
| _Work in progress_ | **WebKit Support** | [#6422](https://github.com/cypress-io/cypress/issues/6422) | | |
2019
| _Work in progress_ | **Iframe Support** | [#136](https://github.com/cypress-io/cypress/issues/136) | | |
20+
| _Work in progress_ | **WebKit Support** | [#6422](https://github.com/cypress-io/cypress/issues/6422) | | |

0 commit comments

Comments
 (0)