feat(ui): redesign GeoIntel as Atlas Workbench
This commit is contained in:
@@ -15,8 +15,9 @@ def test_map_first_explorer_is_the_default_product_flow() -> None:
|
||||
workspace = read("frontend/src/components/map/MapWorkspace.tsx")
|
||||
|
||||
assert "useState<WorkspaceKey>('map')" in app
|
||||
assert "Wat bevindt zich in dit gebied?" in workspace
|
||||
assert "Kies een datathema" in workspace
|
||||
assert "Gebied analyseren" in workspace
|
||||
assert "<h3>Thema</h3>" in workspace
|
||||
assert "<h3>Inzichten</h3>" in workspace
|
||||
assert "Teken rechthoek" in workspace
|
||||
assert "Volledig werkgebied" in workspace
|
||||
assert "Alle beschikbare thema" in workspace
|
||||
|
||||
Reference in New Issue
Block a user