Skip to content

Commit 8027153

Browse files
authored
Add experimentalSessionAndOrigin removed comment to origin video (#6158)
1 parent 9a2dc0a commit 8027153

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/api/commands/origin.mdx

+3
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,9 @@ Cypress.Commands.add('login', (username, password) => {
367367
In this video we walk through how to test multiple origins in a single test. We
368368
also look at how to use the `cy.session()` command to cache session information
369369
and reuse it across tests.
370+
The configuration option `experimentalSessionAndOrigin`, mentioned in the video, is not used
371+
since [Cypress 12.0.0](https://docs.cypress.io/app/references/changelog#12-0-0)
372+
and the associated functionality is enabled by default.
370373

371374
## Notes
372375

0 commit comments

Comments
 (0)