Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
IbrahimCSAE committed Nov 8, 2024
1 parent 24de019 commit 57f873c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/simulateClicksOnElement.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const simulateClicksOnElement = async ({
locator,
points,
doubleClick = false,
delayBetweenClicks = 100,
delayBetweenClicks = 0,
}: {
locator: Locator;
points: { x: number; y: number }[];
Expand Down

0 comments on commit 57f873c

Please sign in to comment.