Skip to content

Commit

Permalink
test(sync): WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
almet committed May 16, 2024
1 parent cb54cbb commit f115e75
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions umap/tests/integration/test_websocket_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,12 @@ def test_websocket_connection_can_sync_polygons(
peerA.get_by_role("link", name="Delete this feature").click()
expect(a_polygons).to_have_count(0)
expect(b_polygons).to_have_count(0)
# Add properties / option and check
# Map: everything is in properties (in geojson, but in options in the JS)
# Datalayer: everything is in options, but stored in `_umap_options` on the datalayer object
# Features: properties are not limited (that's data). Everything is in properties.
# In properties there is _umap_option, to store everythign that's not user data.
# FIXME Save and check


def test_websocket_connection_can_sync_map_properties(
Expand Down

0 comments on commit f115e75

Please sign in to comment.