Open
Description
When a test fails, CPO does a beautiful job of making the test number clickable. In the screenshot below, the link "Test 4" has a click event handler attached to the link, which calls handler.goto()
somewhere in the bowels of CPO:

If the test passes, however, the link does nothing. This is in spite of the exact same handler being assigned, and the UI clearly demonstrating to the user that these are clickable.
The fact that the handler is actually assigned makes me think this actually is unexpected behavior. And if it's expected, I would argue that it's wrong.
Metadata
Metadata
Assignees
Labels
No labels