Page MenuHomePhabricator

ContextMenu endpoint missing in Jenkins
Open, Needs TriagePublicBUG REPORT

Description

List of steps to reproduce:

  • Open developer tools so you can see network requests.
  • Visit the test results linked from Gerrit (example link for a HitCounters test).
  • Click on "Test Result" in the sidebar or replace "console" in the url with "testReport".
  • Hover over "(root)" in the "Package" column under "All Tests".
  • A drop down arrow appears to the right of "(root)".
  • Click the dropdown arrow.

What happens?:

In the network traffic panel for the developer tools a 404 appears for (root)'s contextMenu.

What should have happened instead?:

A context menu should appear?