diff --git a/umap/tests/integration/test_anonymous_owned_map.py b/umap/tests/integration/test_anonymous_owned_map.py index ad14dc72..74f3f0e7 100644 --- a/umap/tests/integration/test_anonymous_owned_map.py +++ b/umap/tests/integration/test_anonymous_owned_map.py @@ -114,7 +114,7 @@ def test_anonymous_can_add_marker_on_editable_layer( marker = page.locator(".leaflet-marker-icon") map_el = page.locator("#map") expect(marker).to_have_count(2) - panel = page.locator('.panel.right.on') + panel = page.locator(".panel.right.on") expect(panel).to_be_hidden() add_marker.click() map_el.click(position={"x": 100, "y": 100})