Add bounded Flanders thematic analysis
This commit is contained in:
@@ -21,7 +21,9 @@ def test_evolution_mode_falls_back_to_an_available_series() -> None:
|
||||
def test_evolution_theme_catalog_distinguishes_history_from_current_only_data() -> None:
|
||||
workspace = read("frontend/src/components/map/MapWorkspace.tsx")
|
||||
|
||||
assert "analysisMode === 'current' || evolutionAvailable" in workspace
|
||||
assert "analysisMode === 'current'" in workspace
|
||||
assert "Boolean(dataset || onDemandProduct)" in workspace
|
||||
assert "Boolean(dataset) && evolutionAvailable" in workspace
|
||||
assert "meetmomenten" in workspace
|
||||
assert "Tijdreeks" in workspace
|
||||
assert "Alleen huidige toestand" in workspace
|
||||
|
||||
Reference in New Issue
Block a user