'In Flutter tests, how can I tap multiple returned elements from a finder?
In flutter unit testing the WidgetTester has a tap(Finder finder) method that throws an exception if the finder returns multiple items, but I want to intentionally tap all the items that the finder matched - they've all been selected, and I want to test how the UI updates after none are selected.
How should this be done?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
