Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
schanzer opened this issue Sep 23, 2024 · 0 comments
Open

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

schanzer opened this issue Sep 23, 2024 · 0 comments

Comments

@schanzer
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant