leancodepl / patrol

Flutter-first UI testing framework. Ready for action!
https://patrol.leancode.co
Apache License 2.0
869 stars 127 forks source link

iOS native swipe gesture doesn't do a gesture to declared dx coordinates #2304

Closed fylyppo closed 1 month ago

fylyppo commented 1 month ago

Steps to reproduce

Perform somewhere in subpage:

await swipe(from: const Offset(0, 0.5), to: const Offset(0, 0.5));

Actual results

this code will do a swipe gesture to the center of the screen

Logs

Logs ``` ```

Patrol version

patrol: ^3.8.0

Patrol Doctor output

Patrol Doctor output ``` ```

Flutter Doctor output

Flutter Doctor output ``` ```
github-actions[bot] commented 1 month ago

This issue has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar problem, please file a new issue. Make sure to follow the template and provide all the information necessary to reproduce the issue.