removing migration guide reference

This commit is contained in:
Matt Schile
2022-04-22 18:35:44 -06:00
parent b8ae51edbc
commit f473d29b2c
2 changed files with 2 additions and 2 deletions

View File

@@ -36,5 +36,5 @@
</head>
<body><pre><span style="color:#e05561">The <span style="color:#e5e510">experimentalSessionSupport<span style="color:#e05561"> configuration option was removed in Cypress version 9.6.0 and replaced with <span style="color:#e5e510">experimentalSessionAndOrigin<span style="color:#e05561">. Please update your config to use <span style="color:#e5e510">experimentalSessionAndOrigin<span style="color:#e05561"> instead.<span style="color:#e6e6e6">
<span style="color:#e05561"><span style="color:#e6e6e6">
<span style="color:#e05561">https://on.cypress.io/migration-guide<span style="color:#e6e6e6"></span></span></span></span></span></span></span></span></span></span></span></span>
<span style="color:#e05561">https://on.cypress.io/session<span style="color:#e6e6e6"></span></span></span></span></span></span></span></span></span></span></span></span>
</pre></body></html>

View File

@@ -1054,7 +1054,7 @@ export const AllCypressErrors = {
return errTemplate`\
The ${fmt.highlight(`experimentalSessionSupport`)} configuration option was removed in ${fmt.cypressVersion(`9.6.0`)} and replaced with ${fmt.highlight(`experimentalSessionAndOrigin`)}. Please update your config to use ${fmt.highlight(`experimentalSessionAndOrigin`)} instead.
https://on.cypress.io/migration-guide`
https://on.cypress.io/session`
},
EXPERIMENTAL_SHADOW_DOM_REMOVED: () => {
return errTemplate`\