Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .changeset/single-line-rows.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"@wdio/devtools-app": patch
---

Rows in the test tree and the trace player's action list are a single line of uniform height, clipped to their panel instead of sizing it.

- A long test, suite, step or action name no longer makes its row taller than its neighbours, so a tree reads as one list rather than a stack of unrelated blocks.
- The test-tree panel keeps the width its drag handle is set to. A name too long for that width is clipped at the panel edge instead of widening the panel past the handle it is supposed to follow.
- Clicking a row reflows its full name over as many lines as it needs, and exactly one row is expanded at a time — clicking another folds the previous one.
- Nothing expands a row on its own: the action at the playhead, a failed step that auto-opened, and the running test the tree auto-selects all stay on one line.
Loading