test(web): align overview parity with workflow canvas
This commit is contained in:
parent
83233c891e
commit
32bf2c9ac6
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ def test_web_client_html_and_js_7_views_parity():
|
||||||
|
|
||||||
# Overview view elements
|
# Overview view elements
|
||||||
assert "renderOverviewView" in app_js
|
assert "renderOverviewView" in app_js
|
||||||
assert "overview-route-diagram" in index_html
|
assert "workflow-canvas" in index_html
|
||||||
|
|
||||||
# Analytics view elements
|
# Analytics view elements
|
||||||
assert "analytics-total-calls" in index_html
|
assert "analytics-total-calls" in index_html
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue