From 72b37f6e71282f36f5b0bd154ce2f2844624ee99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Urbanek?= Date: Mon, 17 Jun 2024 10:45:12 +0200 Subject: [PATCH] changelog update as required by pipeline --- cli/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 7c68dde8b796..58bf28456e08 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -13,7 +13,7 @@ _Released 6/18/2024 (PENDING)_ - Fixed an issue where `inlineSourceMaps` was still being used when `sourceMaps` was provided in a users typescript config for typescript version 5. Fixes [#26203](https://github.com/cypress-io/cypress/issues/26203). - When capture protocol script fails verification, an appropriate error is now displayed. Previously, an error regarding Test Replay archive location was shown. Addressed in [#29603](https://github.com/cypress-io/cypress/pull/29603). - Fixed an issue where receiving HTTP responses with invalid headers raised an error. Now cypress removes the invalid headers and gives a warning in the console with debug mode on. Fixes [#28865](https://github.com/cypress-io/cypress/issues/28865). -- Fixed an issue where "isVisible" is incorrectly assessed for the absolutely positioned elements if the ancestor has overflow and static position [#28638](https://github.com/cypress-io/cypress/issues/28638). +- Fixed an issue where "isVisible" is incorrectly assessed for the absolutely positioned elements if the ancestor has overflow and static position [#28638](https://github.com/cypress-io/cypress/pull/29689). **Misc:**