Polish graph explorer orientation workflows
This commit is contained in:
parent
33f0a52068
commit
93593a5b56
3 changed files with 261 additions and 43 deletions
|
|
@ -241,8 +241,15 @@ def test_registry_serves_graph_explorer_exports(tmp_path: Path) -> None:
|
|||
assert 'id="profile-select"' in page
|
||||
assert 'id="profile-name"' in page
|
||||
assert 'id="orientation-list"' in page
|
||||
assert 'id="orientation-actions"' in page
|
||||
assert "Service dependency chain" in page
|
||||
assert "Interface consumers" in page
|
||||
assert "Dependency path" in page
|
||||
assert "Interface impact" in page
|
||||
assert "applyOrientationContext" in page
|
||||
assert "Focus Context" in page
|
||||
assert "Highlight Context" in page
|
||||
assert "Remove Other" in page
|
||||
assert "viewStateSummary" in page
|
||||
assert "cytoscape.min.js" in page
|
||||
assert "layoutIdealLength" in page
|
||||
assert "layoutElasticity" in page
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue