Add one-click GIS workflow run
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:11:03 +02:00
parent a9c108a4d4
commit 533135885c
12 changed files with 140 additions and 25 deletions
@@ -12,7 +12,8 @@ def test_map_selection_qa_shortcut_uses_existing_qa_workflow_contract() -> None:
hook = hook_path.read_text(encoding="utf-8")
assert "qaApi.runQa" in hook
assert "loadQualityChecks" in hook
assert "candidate_dataset_id: latestSelectionDataset.id" in hook
assert "candidateDataset = latestSelectionDataset" in hook
assert "candidate_dataset_id: candidateDataset.id" in hook
assert "reference_dataset_id: selectedMapQaReferenceDatasetId" in hook
assert "setMapQaResult" in hook
assert "useMapSelectionQa" in app
@@ -34,8 +34,13 @@ def test_map_workspace_can_select_persisted_database_layer_and_run_query() -> No
assert "Save result dataset" in map_workspace
assert "Save GeoJSON export" in map_workspace
assert "Run QA/QC" in map_workspace
assert "Run full GIS workflow" in map_workspace
assert "runFullGisWorkflow" in map_workspace
assert "fullWorkflowStatus" in map_workspace
assert "Query, save, QA and export" 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 ".gis-test-run-surface" in styles
assert ".gis-test-run-grid" in styles