passsy / spot

Chainable powerful Flutter widget selector API, screenshots and assertions for awesome widget tests.
https://pub.dev/packages/spot
Apache License 2.0
62 stars 1 forks source link

Automatically pump after act.tap() #52

Closed passsy closed 6 months ago

passsy commented 6 months ago

In 99% of all cases, doing a pump is the right call.

The rare cases where a pump is not required can be achieved using the finder API, or using binding directly.