From 87a2bad21bd4c67c075b4eae3b60eb413fc19ae3 Mon Sep 17 00:00:00 2001 From: Vishnu Vardhan Date: Tue, 4 Aug 2026 01:20:14 +0530 Subject: [PATCH] chore: add changeset for the UI-layout polish --- .changeset/single-line-rows.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .changeset/single-line-rows.md diff --git a/.changeset/single-line-rows.md b/.changeset/single-line-rows.md new file mode 100644 index 00000000..161415c7 --- /dev/null +++ b/.changeset/single-line-rows.md @@ -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.