Skip to content

Clickable test link in test results is broken for passing tests #552

Open
@schanzer

Description

@schanzer

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:

image

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions