-
-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Hi @passsy
I'm testing the implementation when I have the button wrapped in ignore pointer and I'm intentionally want to be able to tap on the button and verify that the tap callback was not called. So when using tap, there is an ignoring point there. So my question is how to properly use the tap to be able to test on the widgets.
await act.tap(spot<FilledButton>());
// fails with exception here.
verify(() => mockOnPressed()).called(0);
Metadata
Metadata
Assignees
Labels
No labels