Add graph selection anchors

This commit is contained in:
2026-05-19 00:16:57 +02:00
parent 88ccc973e4
commit d9c5bf1bd4
2 changed files with 136 additions and 1 deletions

View File

@@ -208,9 +208,12 @@ def test_registry_serves_graph_explorer_exports(tmp_path: Path) -> None:
assert 'id="layout-select"' in page
assert 'id="node-type-filter"' in page
assert 'id="edge-type-filter"' in page
assert 'id="selection-anchor"' in page
assert "updateSelectionAnchor" in page
assert "Node Types" in page
assert "Edge Types" in page
assert 'id="layer-filter"' not in page
assert '"border-width": 4' not in page
assert 'id="profile-select"' in page
assert 'id="profile-name"' in page
assert 'id="orientation-list"' in page