test(dashboards): align testing row title

This commit is contained in:
jenkins 2026-05-18 23:41:48 -03:00
parent 6ca3449f76
commit 9789ff5338

View File

@ -313,7 +313,7 @@ def test_jobs_dashboard_collapses_heavy_drilldowns_for_light_first_paint():
for panel in visible_query_panels for panel in visible_query_panels
) )
assert [row["title"] for row in rows] == [ assert [row["title"] for row in rows] == [
"CI Runs And Test History", "CI Runs And Test Result History",
"Check Failure Rates By Suite", "Check Failure Rates By Suite",
"Check Healthy Rates By Suite", "Check Healthy Rates By Suite",
"Test Drilldowns And Problem Tests", "Test Drilldowns And Problem Tests",