You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: