diff --git a/elements/map/test/selectInteraction.cy.ts b/elements/map/test/selectInteraction.cy.ts index 21e25a21c..cd790b306 100644 --- a/elements/map/test/selectInteraction.cy.ts +++ b/elements/map/test/selectInteraction.cy.ts @@ -40,7 +40,7 @@ describe("select interaction on click", () => { }, }); eoxMap.map.on("loadend", () => { - simulateEvent(eoxMap.map, "click", 80, -66); + simulateEvent(eoxMap.map, "click", 65, 13); }); }); });