Skip to content

Commit

Permalink
fix(test): selection pixel
Browse files Browse the repository at this point in the history
  • Loading branch information
silvester-pari committed Sep 26, 2023
1 parent 15f91d1 commit 9da8146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elements/map/test/selectInteraction.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});
});
});
Expand Down

0 comments on commit 9da8146

Please sign in to comment.