Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guides/references/migration-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ test and verify it can run successfully without the test before it.

#### Simulating Pre-Test Isolation Behavior

Test isolation did no truly exist pre-12. Pre-Cypress 12, the behavior was a
Test isolation did not truly exist pre-12. Pre-Cypress 12, the behavior was a
hybrid of both `testIsolation` enabled and disabled. All local storage and
cookies on the current domain were cleared, but Cypress did not clear session
storage and the page always persisted.
Expand Down