-
-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
While migrating some tests from default flutter_test to spot I noticed that act.tap does not support setting the kind. We require this to test certain behaviour thats different based on touch vs mouse input.
flutter_test implementation:
await tester.tap(
find.text('MyFinder'),
kind: PointerDeviceKind.mouse,
);Expected api:
await act.tap(
spotText('MyFinder'),
kind: PointerDeviceKind.mouse,
);Same goes probably for all other tap/drag interactions that spot provides
passsy
Metadata
Metadata
Assignees
Labels
No labels