Preserve map analysis across workspaces
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user