Add reusable GIS run mode and AI runtime opt-in
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled

This commit is contained in:
Codex
2026-07-05 00:25:12 +02:00
parent f4f83c0e80
commit 8b09bee84a
23 changed files with 262 additions and 15 deletions
@@ -38,9 +38,15 @@ def test_map_workspace_can_select_persisted_database_layer_and_run_query() -> No
assert "runFullGisWorkflow" in map_workspace
assert "fullWorkflowStatus" in map_workspace
assert "Query, save, QA and export" in map_workspace
assert "fullWorkflowMode" in map_workspace
assert "Create new dataset/export" in map_workspace
assert "Reuse latest saved dataset for QA" in map_workspace
assert "Reusing latest saved dataset for QA/QC" in map_workspace
assert "latestSelectionDataset" in map_workspace
assert "selectedMapDatasetId=" in app_shell
assert ".basemap-policy-notice" in styles
assert ".guided-gis-flow" in styles
assert ".guided-gis-batch-status" in styles
assert ".guided-gis-run-mode" in styles
assert ".gis-test-run-surface" in styles
assert ".gis-test-run-grid" in styles