Preserve map analysis across workspaces
GeoIntel CI / docs-smoke (push) Canceled after 0s
GeoIntel CI / contract-smoke (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-17 03:06:05 +02:00
parent 03c6154cac
commit 161564f3d4
6 changed files with 18 additions and 3 deletions
@@ -39,5 +39,9 @@ def test_completed_analysis_hands_off_to_ai_and_downloads_responsively() -> None
assert "Open downloads" in workspace
assert "onOpenAssistant={() => setActiveWorkspace('assistant')}" in app
assert "onOpenExports={() => setActiveWorkspace('exports')}" in app
assert 'className="workspace-persistent-map"' in app
assert "hidden={activeWorkspace !== 'map'}" in app
assert "{activeWorkspace === 'map' ? (" not in app
assert ".geo-result-next-actions" in styles
assert ".geo-results-panel > .geo-result-next-actions" in styles
assert ".workspace-persistent-map[hidden]" in styles