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

Clicking a section of test results timeline should navigate to the same test view #3525

Open
DanielRyanSmith opened this issue Sep 28, 2023 · 1 comment

Comments

@DanielRyanSmith
Copy link
Contributor

Currently, when clicking on a section of a test history timeline, you will be directed to the run result in which that status first occurred. It would make sense to also navigate to the view of the specific test of the timeline in which the user originally interacted with.

e.g. if viewing results for /accname/name/comp_hidden_not_referenced.html,
Clicking a section of the timeline might navigate to https://wpt.fyi/results/?run_id=123
but it would be better if it were to navigate to https://wpt.fyi/results/accname/name/comp_hidden_not_referenced.html?run_id=123

Should be an easy fix!

@jonathan-j-lee
Copy link

+1 for this change. After searching for /accname/name/comp_hidden_not_referenced.html and waiting for the single test result to load, I need to click through however many path components there are to return to the desired test.

Someone actually looking for https://wpt.fyi/results/?run_id=123 and not https://wpt.fyi/results/accname/name/comp_hidden_not_referenced.html?run_id=123 can easily use the wpt link above the search input to do so.

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

2 participants