From 7b8dc9661620ca00a9d93231dfeaab57fbf35d69 Mon Sep 17 00:00:00 2001 From: AtofStryker Date: Fri, 22 Mar 2024 13:13:57 -0400 Subject: [PATCH] fix typo and move changelog entry and fix link --- cli/CHANGELOG.md | 12 ++++++++---- .../e2e/subscriptions/specChange-subscription.cy.ts | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index dde513693abb..a524f14a8483 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,4 +1,12 @@ +## 13.7.2 + +_Released 4/2/2024 (PENDING)_ + +**Bugfixes:** + +- Fixed a bug where fields using arrays in `cypress.config` are not correctly processed. Fixes [#27103](https://github.com/cypress-io/cypress/issues/27103). Fixed in [#27312](https://github.com/cypress-io/cypress/pull/27312). + ## 13.7.1 _Released 3/21/2024_ @@ -8,10 +16,6 @@ _Released 3/21/2024_ - Fixed an issue where Cypress was not executing beyond the first spec in `cypress run` for versions of Firefox 124 and up. Fixes [#29172](https://github.com/cypress-io/cypress/issues/29172). - Fixed an issue blurring shadow dom elements. Fixed in [#29125](https://github.com/cypress-io/cypress/pull/29125). -**Bugfixes:** - -- Fixed a bug where fields using arrays in `cypress.config` are not correctly processed. Fixes [#27103](https://github.com/cypress-io/cypress/issues/27103). Fixed in [#27312](https://github.com/cypress-io/cypress/pull/27240). - **Dependency Updates:** - Updated jose from `4.11.2` to `4.15.5`. Addressed in [#29086](https://github.com/cypress-io/cypress/pull/29086). diff --git a/packages/app/cypress/e2e/subscriptions/specChange-subscription.cy.ts b/packages/app/cypress/e2e/subscriptions/specChange-subscription.cy.ts index d2968ddb746a..8f4b5b85d1b7 100644 --- a/packages/app/cypress/e2e/subscriptions/specChange-subscription.cy.ts +++ b/packages/app/cypress/e2e/subscriptions/specChange-subscription.cy.ts @@ -445,7 +445,7 @@ e2e: { cy.get('[data-cy="file-match-indicator"]', { timeout: 7500 }) .should('contain', '3 matches') - // Regession for https://github.com/cypress-io/cypress/issues/27103 + // Regression for https://github.com/cypress-io/cypress/issues/27103 cy.withCtx(async (ctx) => { await ctx.actions.file.writeFileInProject('cypress.config.js', `