fix: clarify active AI result context
This commit is contained in:
@@ -15,7 +15,9 @@ def test_long_context_names_remain_compact_and_inspectable() -> None:
|
||||
|
||||
assert "selectedProject?.name === REGIONAL_WORKSPACE_PROJECT_NAME" in app
|
||||
assert "? REGIONAL_WORKSPACE_LABEL" in app
|
||||
assert "const datasetContextLabel = selectedDataset ? getDatasetDisplayName(selectedDataset)" in app
|
||||
assert "const datasetContextLabel = analysisMapLayerActive && mapFeatureCollection" in app
|
||||
assert "? getDatasetDisplayName(selectedDataset)" in app
|
||||
assert "`${mapLayerLabel} · controle vereist`" in app
|
||||
assert "<strong title={projectContextLabel}>{projectContextLabel}</strong>" in app
|
||||
assert "<strong title={datasetContextLabel}>{datasetContextLabel}</strong>" in app
|
||||
assert "<strong title={item.value}>{item.value}</strong>" in status
|
||||
|
||||
Reference in New Issue
Block a user