umap/umap/tests/integration
Yohan Boniface 86a8e17aec
Some checks are pending
Test & Docs / lint (push) Waiting to run
Test & Docs / docs (push) Waiting to run
Test & Docs / tests (postgresql, 3.10) (push) Waiting to run
Test & Docs / tests (postgresql, 3.12) (push) Waiting to run
fix(sync): handle sync of datalayer delete (#2416)
fix #2268

There is a tricky choice to do: the delete actually occurs in two
times, first the datalayer is hidden from the UI and set as "deleted"
(this can then be undone) then at next "save" it will totally removed.

When syncing, given we removed the "reset/undo" feature for now, and
because it was simpler, I decide to do both step in once.

When working on a proper "undo/redo", we may challenge this choice
again.
2025-01-10 16:34:47 +01:00
..
__init__.py test: allow to run playwright tests directly with py.test cli 2023-09-04 15:00:51 +02:00
conftest.py chore(tests): use new_page fixture in login one 2024-12-18 17:44:30 +01:00
helpers.py fix: import GPX desc as description 2024-08-14 11:01:31 +02:00
test_anonymous_owned_map.py feat: move map to trash on delete 2024-12-10 16:30:23 +01:00
test_basics.py fix: hide "my profile" from dropdown menu if ALLOW_EDIT_PROFILE=False 2024-10-04 17:54:13 +02:00
test_browser.py feat: allow to configure the default label keys per instance 2024-12-02 12:58:19 +01:00
test_caption.py feat: display map's "created at" and "modified at" in the caption 2025-01-10 15:49:05 +01:00
test_categorized_layer.py feat: add new type of layer Categorized 2024-07-01 12:48:46 +02:00
test_choropleth.py chore: fix tests after fieldset refactor 2024-05-07 13:29:03 +02:00
test_circles_layer.py fix: allow to draw new proprotional circles and to drag them 2024-09-27 08:58:08 +02:00
test_cluster.py fix: clicking feature in the browser would not open popup in cluster 2024-09-11 14:54:54 +02:00
test_conditional_rules.py feat: add explicit empty/not empty check in conditional rules 2024-09-06 16:47:19 +02:00
test_dashboard.py feat: move map to trash on delete 2024-12-10 16:30:23 +01:00
test_datalayer.py feat: only add visible markers (and tooltips) to DOM 2024-10-10 19:50:40 +02:00
test_draw_polygon.py wip: use our own contextmenu 2024-09-09 15:53:55 +02:00
test_draw_polyline.py test: fix playwright selector 2024-10-04 17:31:05 +02:00
test_edit_datalayer.py feat: allow to edit datalayer name in datalayers list 2024-12-09 13:14:16 +01:00
test_edit_map.py chore: remove postsync in captionBar and let map.propagate do its job 2024-10-21 16:05:26 +02:00
test_edit_marker.py feat: only add visible markers (and tooltips) to DOM 2024-10-10 19:50:40 +02:00
test_edit_polygon.py wip: rework dialog class 2024-07-02 18:11:22 +02:00
test_export_map.py wip: move formatters to a module 2024-07-05 17:51:53 +02:00
test_facets_browser.py feat: only add visible markers (and tooltips) to DOM 2024-10-10 19:50:40 +02:00
test_features_id_generation.py chore: add ids on features 2024-02-22 16:32:18 +01:00
test_import.py feat: parse files in parallel at import when multiple 2024-12-16 19:49:58 +01:00
test_map.py chore: use pytest-rerunfailed 2024-10-10 10:31:25 +02:00
test_map_list.py fix: make sure we do not render browser in map fragment 2024-04-17 08:27:58 +02:00
test_map_preview.py feat: handle multiple dataUrl parameters on map load 2024-06-25 16:41:39 -04:00
test_optimistic_merge.py feat(sync): Let the clients set layers UUID 2024-11-15 15:22:36 +01:00
test_owned_map.py feat: move map to trash on delete 2024-12-10 16:30:23 +01:00
test_picto.py chore: uniformize buttons across panels and alerts 2024-06-12 18:03:05 -04:00
test_popup.py chore: add very minimal test for OSM popup template 2024-12-05 17:29:30 +01:00
test_querystring.py fix: make sure datalayersControl=expanded does not override onLoadPanel 2024-09-04 15:00:14 +02:00
test_save.py chore: use SAVEMANAGER as a module singleton 2024-10-30 17:14:35 +01:00
test_share.py fix: make sure to reset feature query string parameter 2024-03-01 15:45:07 +01:00
test_slideshow.py chore: move Feature.js integration tests to PW 2024-04-01 11:12:26 +02:00
test_star.py fix: star control was using old post method 2024-02-16 10:59:25 +01:00
test_tableeditor.py chore: fix tests 2024-07-12 12:12:29 -04:00
test_team.py chore: use our own Team model 2024-08-30 15:53:18 +02:00
test_tilelayer.py Also update regex 2024-08-19 12:20:58 +03:00
test_view_marker.py fix: honour custom labelKey in default popup template 2024-11-16 11:20:23 +01:00
test_view_polygon.py fix: polygon with interactive=false was still interactive 2024-09-20 10:21:57 +02:00
test_view_polyline.py feat: add elevation gain and loss in extended properties 2024-12-09 13:14:34 +01:00
test_websocket_sync.py fix(sync): handle sync of datalayer delete 2025-01-10 16:33:46 +01:00