From 9789ff533874c4d2f1645e9f1a1bab2375a10b0c Mon Sep 17 00:00:00 2001 From: jenkins Date: Mon, 18 May 2026 23:41:48 -0300 Subject: [PATCH] test(dashboards): align testing row title --- scripts/tests/test_dashboards_render_atlas.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tests/test_dashboards_render_atlas.py b/scripts/tests/test_dashboards_render_atlas.py index d1abaca1..de6fd3bd 100644 --- a/scripts/tests/test_dashboards_render_atlas.py +++ b/scripts/tests/test_dashboards_render_atlas.py @@ -313,7 +313,7 @@ def test_jobs_dashboard_collapses_heavy_drilldowns_for_light_first_paint(): for panel in visible_query_panels ) assert [row["title"] for row in rows] == [ - "CI Runs And Test History", + "CI Runs And Test Result History", "Check Failure Rates By Suite", "Check Healthy Rates By Suite", "Test Drilldowns And Problem Tests",