playwright icon indicating copy to clipboard operation
playwright copied to clipboard

[Bug]: differently sized action items in the trace viewer

Open denniske opened this issue 6 months ago • 1 comments

🚀 Feature Request

I think the actions list in the UI mode it can be improved by using a striped background (alternating light grey / white background per row).

Example

Screenshot of current action list:

Image

Motivation

Timeouts are only one line and other actions are two lines which makes it difficult to scan the action list sometimes.

denniske avatar Jul 11 '25 08:07 denniske

Capturing discussion with the team:

  • instead of striped background, we should make all items have the same height
  • struggled to make the two-lines layout work, as there is no important information to show on the second line for many actions
  • we should try a single-line layout, showing locator after the action title

dgozman avatar Dec 03 '25 14:12 dgozman