Skip to content

Commit

Permalink
Improve flakey polygon filter test
Browse files Browse the repository at this point in the history
  • Loading branch information
MiraGeowerkstatt committed Aug 21, 2024
1 parent d826363 commit 118a2f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/cypress/e2e/filters/polygonFilter.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ function drawPolygon() {
canvas.trigger("pointerdown", { x: 550, y: 810 }).trigger("pointerup", { x: 550, y: 810 });
canvas.trigger("pointerdown", { x: 640, y: 810 }).trigger("pointerup", { x: 640, y: 810 });
canvas.trigger("pointerdown", { x: 450, y: 300 }).trigger("pointerup", { x: 450, y: 300 });
cy.wait(2000);
}

function assertIsFilteredByPolygon() {
Expand Down

0 comments on commit 118a2f7

Please sign in to comment.