Skip to content

Commit

Permalink
test(driver): fix tap-at-location driver method.
Browse files Browse the repository at this point in the history
  • Loading branch information
asafkorem committed May 12, 2024
1 parent 5f6ac60 commit dfa182a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detox/test/e2e/drivers/actions-driver.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const driver = {
get coordinates() {
return {
x: (device.getPlatform() === 'ios' ? 180 : 100),
y: 100,
y: 120,
};
},
multiTap: () => element(by.id(driver.tapsElement.testId)).multiTap(3),
Expand Down

0 comments on commit dfa182a

Please sign in to comment.