From 32bf2c9ac68389b0e8d880971504e07b47b4a57d Mon Sep 17 00:00:00 2001 From: Hermes Team Date: Wed, 26 Aug 2026 08:39:05 +0700 Subject: [PATCH] test(web): align overview parity with workflow canvas --- tests/test_web_parity_a21.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_web_parity_a21.py b/tests/test_web_parity_a21.py index 1d4135b..12aa1bd 100644 --- a/tests/test_web_parity_a21.py +++ b/tests/test_web_parity_a21.py @@ -130,7 +130,7 @@ def test_web_client_html_and_js_7_views_parity(): # Overview view elements assert "renderOverviewView" in app_js - assert "overview-route-diagram" in index_html + assert "workflow-canvas" in index_html # Analytics view elements assert "analytics-total-calls" in index_html