Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyrohrbough committed Apr 25, 2022
2 parents 5fff72a + 769dc7b commit e016185
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
5 changes: 2 additions & 3 deletions content/_changelogs/9.6.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ _Released 4/25/2022_
no longer immediately fail, but instead, time out based on the
[`pageLoadTimeout`](/guides/references/configuration#Timeouts)
configuration. This allows the request to be appropriately handled by the
[`cy.origin()`](/api/commands/origin) command and if it isn't handled, it's
assumed it was an unexpected request that should fail.
[`cy.origin()`](/api/commands/origin) command.
- When `experimentalSessionAndOrigin` is enabled, Cypress will no longer wait
on page loads between hooks or before moving on to the next test.
on page loads between hooks before moving on to the next test.

**Bugfixes:**

Expand Down
16 changes: 8 additions & 8 deletions content/guides/references/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ Our team is always planning and working on really "big" upcoming features.
Priorities can change as we move forward, but here is an outline of where
Cypress is headed now.

| Status | Feature | Issue | PR | Released |
| ------------------ | ------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- | -------------------------------------------- |
| _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) |
| _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) |
| _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) |
| _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) |
| _Work in progress_ | **WebKit Support** | [#6422](https://github.com/cypress-io/cypress/issues/6422) | | |
| _Work in progress_ | **Iframe Support** | [#136](https://github.com/cypress-io/cypress/issues/136) | | |
| Status | Feature | Issue | PR | Released |
| ------------------ | -------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- | -------------------------------------------- |
| _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) |
| _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) |
| _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) |
| _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) |
| _Work in progress_ | **WebKit Support** | [#6422](https://github.com/cypress-io/cypress/issues/6422) | | |
| _Work in progress_ | **Iframe Support** | [#136](https://github.com/cypress-io/cypress/issues/136) | | |

0 comments on commit e016185

Please sign in to comment.