playwright
playwright copied to clipboard
[Bug]: differently sized action items in the trace viewer
🚀 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:
Motivation
Timeouts are only one line and other actions are two lines which makes it difficult to scan the action list sometimes.
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