Make GeoIntel browser title scale neutral
This commit is contained in:
@@ -451,6 +451,7 @@ def test_frontend_labels_flanders_scope_without_kempen_mislabeling() -> None:
|
||||
|
||||
def test_frontend_uses_partitioned_bathymetry_selection_for_regional_scope() -> None:
|
||||
app = (ROOT / "frontend" / "src" / "App.tsx").read_text(encoding="utf-8")
|
||||
index = (ROOT / "frontend" / "index.html").read_text(encoding="utf-8")
|
||||
focus = (
|
||||
ROOT / "frontend" / "src" / "config" / "primaryFocus.ts"
|
||||
).read_text(encoding="utf-8")
|
||||
@@ -474,3 +475,4 @@ def test_frontend_uses_partitioned_bathymetry_selection_for_regional_scope() ->
|
||||
assert "regionalBathymetryProfileCount" in app
|
||||
assert "profielen · ${regionalBathymetryPartitions.length} gemeenten" in app
|
||||
assert "FLANDERS_WORKSPACE_LABEL = 'Vlaanderen (285 gemeenten)'" in focus
|
||||
assert "<title>GeoIntel</title>" in index
|
||||
|
||||
Reference in New Issue
Block a user