You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: ensure that the text alignment for grouped command logs is consistent (#32757)
* fix: ensure that the text alignment for grouped command logs is consistent
* changelog
* Update CHANGELOG for release 15.5.1
Added release notes for version 15.5.1, including a bugfix for command text behavior.
* Apply suggestions from code review
* Update CHANGELOG.md
Copy file name to clipboardExpand all lines: cli/CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,12 @@
1
1
<!-- See the ../guides/writing-the-cypress-changelog.md for details on writing the changelog. -->
2
+
## 15.5.1
3
+
4
+
_Released 10/20/2025 (PENDING)_
5
+
6
+
**Bugfixes:**
7
+
8
+
- Fixes an issue where grouped command text jumps up and down when expanding and collapsing in the command log. Addressed in [#32757](https://github.com/cypress-io/cypress/pull/32757).
0 commit comments