diff --git a/docs/app/references/changelog.mdx b/docs/app/references/changelog.mdx index 9a302cf5eb..12cc73f1c7 100644 --- a/docs/app/references/changelog.mdx +++ b/docs/app/references/changelog.mdx @@ -80,6 +80,14 @@ Refer to the [v14 Migration Guide](/app/references/migration-guide#Migrating-to- - Fixed a visibility issue for elements with `textContent` but without a width or height. Fixed in [#29688](https://github.com/cypress-io/cypress/pull/29688). Fixes [#29687](https://github.com/cypress-io/cypress/issues/29687). - Elements whose parent elements has `overflow: clip` and no height/width will now correctly show as hidden. Fixed in [#29778](https://github.com/cypress-io/cypress/pull/29778). Fixes [#23852](https://github.com/cypress-io/cypress/issues/23852). - The CSS pseudo-class `:dir()` is now supported when testing in Electron. Addresses [#29766](https://github.com/cypress-io/cypress/issues/29766). +- Fixed an issue where the spec filename was not updating correctly when changing specs in `open` mode. Fixes [#30852](https://github.com/cypress-io/cypress/issues/30852). +- `cy.origin()` now correctly errors when the [`cy.window()`](/api/commands/window), [`cy.document()`](/api/commands/document), + [`cy.title()`](/api/commands/title), [`cy.url()`](/api/commands/url), [`cy.location()`](/api/commands/location), + [`cy.hash()`](/api/commands/hash), [`cy.go()`](/api/commands/go), [`cy.reload()`](/api/commands/reload), + and [`cy.scrollTo()`](/api/commands/scrollto) commands are used outside of the `cy.origin()` command + after the AUT has navigated away from the primary origin. + Fixes [#30848](https://github.com/cypress-io/cypress/issues/30848). + Fixed in [#30858](https://github.com/cypress-io/cypress/pull/30858). **Misc:**