From 211a86f27cc1a1c1051400397e247fdc8bbfbb26 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Fri, 15 Mar 2024 19:11:38 +0100 Subject: [PATCH] chore: lint --- umap/tests/integration/test_anonymous_owned_map.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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})