Skip to content

Commit e016185

Browse files
lint
2 parents 5fff72a + 769dc7b commit e016185

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

content/_changelogs/9.6.0.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,9 @@ _Released 4/25/2022_
2525
no longer immediately fail, but instead, time out based on the
2626
[`pageLoadTimeout`](/guides/references/configuration#Timeouts)
2727
configuration. This allows the request to be appropriately handled by the
28-
[`cy.origin()`](/api/commands/origin) command and if it isn't handled, it's
29-
assumed it was an unexpected request that should fail.
28+
[`cy.origin()`](/api/commands/origin) command.
3029
- When `experimentalSessionAndOrigin` is enabled, Cypress will no longer wait
31-
on page loads between hooks or before moving on to the next test.
30+
on page loads between hooks before moving on to the next test.
3231

3332
**Bugfixes:**
3433

content/guides/references/roadmap.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ 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
1111
Cypress is headed now.
1212

13-
| Status | Feature | Issue | PR | Released |
14-
| ------------------ | ------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- | -------------------------------------------- |
15-
| _Alpha_ | **Component Testing** | [#5922](https://github.com/cypress-io/cypress/issues/5922) | [#14479](https://github.com/cypress-io/cypress/pull/14479) | [v7.0.0](/guides/references/changelog#7-0-0) |
16-
| _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) |
17-
| _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) |
18-
| _Experimental_ | **Visit multiple superdomains** | [#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) | | |
20-
| _Work in progress_ | **Iframe Support** | [#136](https://github.com/cypress-io/cypress/issues/136) | | |
13+
| Status | Feature | Issue | PR | Released |
14+
| ------------------ | -------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- | -------------------------------------------- |
15+
| _Alpha_ | **Component Testing** | [#5922](https://github.com/cypress-io/cypress/issues/5922) | [#14479](https://github.com/cypress-io/cypress/pull/14479) | [v7.0.0](/guides/references/changelog#7-0-0) |
16+
| _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) |
17+
| _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) |
18+
| _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) | | |
20+
| _Work in progress_ | **Iframe Support** | [#136](https://github.com/cypress-io/cypress/issues/136) | | |

0 commit comments

Comments
 (0)