Skip to content

Commit f473d29

Browse files
committed
removing migration guide reference
1 parent b8ae51e commit f473d29

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/errors/__snapshot-html__/EXPERIMENTAL_SESSION_SUPPORT_REMOVED.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/errors/src/errors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1054,7 +1054,7 @@ export const AllCypressErrors = {
10541054
return errTemplate`\
10551055
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.
10561056
1057-
https://on.cypress.io/migration-guide`
1057+
https://on.cypress.io/session`
10581058
},
10591059
EXPERIMENTAL_SHADOW_DOM_REMOVED: () => {
10601060
return errTemplate`\

0 commit comments

Comments
 (0)