From fb6b0f4d9bebbcbb0fe09086ba6c47eecfbe1f1a Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Mon, 21 Aug 2023 08:27:47 +0200 Subject: [PATCH] Tests: fix CSS selector --- umap/static/umap/test/Map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umap/static/umap/test/Map.js b/umap/static/umap/test/Map.js index 50f96dee..a7146926 100644 --- a/umap/static/umap/test/Map.js +++ b/umap/static/umap/test/Map.js @@ -289,7 +289,7 @@ describe('L.U.Map', function () { }) it('should update title bar (umap format import)', function () { - var title = qs('#map div.umap-main-edit-toolbox h3 a.umap-click-to-edit') + var title = qs('#map div.umap-main-edit-toolbox a.map-name') assert.equal(title.innerHTML, 'Imported map') })