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
Copy file name to clipboardExpand all lines: cli/CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,11 @@
1
1
<!-- See the ../guides/writing-the-cypress-changelog.md for details on writing the changelog. -->
2
2
## 15.6.0
3
3
4
-
_Released 10/20/2025 (PENDING)_
4
+
_Released 11/4/2025 (PENDING)_
5
5
6
6
**Features:**
7
7
8
+
- Added a 'Self-healed' badge to the Command Log when `cy.prompt()` steps automatically recover after the element they need is not found in the cache. Addressed in [#32802](https://github.com/cypress-io/cypress/pull/32802).
8
9
-`cy.prompt()` will now show a warning in the `Get code` modal when there are unsaved changes in `Studio` that will be lost if the user saves the generated code. Addressed in [#32741](https://github.com/cypress-io/cypress/pull/32741).
it('renders the self-healed badge when the command is self-healed and long text and move to top level when is closed',()=>{
1219
+
constnestedGroupId=addCommand(runner,{
1220
+
name: 'session',
1221
+
defaultCollapsedState: 'open',
1222
+
state: 'passed',
1223
+
type: 'child',
1224
+
message: 'with long text to show wrapping works as expected and move to top level when is closed and is self-healed and is long text to show wrapping works as expected',
1225
+
})
1226
+
1227
+
addCommand(runner,{
1228
+
name: 'get',
1229
+
message: 'do something',
1230
+
state: 'passed',
1231
+
groupLevel: 1,
1232
+
group: nestedGroupId,
1233
+
})
1234
+
1235
+
constnestedSessionGroupId=addCommand(runner,{
1236
+
name: 'session',
1237
+
defaultCollapsedState: 'open',
1238
+
displayName: 'validate',
1239
+
type: 'child',
1240
+
groupLevel: 2,
1241
+
group: nestedGroupId,
1242
+
message: 'with long text to show wrapping works as expected and move to top level when is closed and is self-healed and is long text to show wrapping works as expected',
0 commit comments