leancodepl / patrol

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

Add native `waitUntilAppIsVisible` capability #2221

Open fylyppo opened 3 months ago

fylyppo commented 3 months ago

Use case

I want to wait until some app is visible on the screen e.g. system settings, App Store, Play Store.

Proposal

Future<void> waitUntilAppIsOpened(String appId) {[...]}