leancodepl / patrol

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

Can't input text with physical (computer's) keyboard after test finishes in `patrol develop` #2385

Open jBorkowska opened 1 week ago

jBorkowska commented 1 week ago

On Android emulator. I'm using API 34 Pixel 8 emulator, and I'm on Mac. It used to work - every interaction could be done after test finished (more precisely - failed) during patrol develop. It's not caused by emulator's setting, bc I can do it while test still executes or when debugging app (without test, just flutter run).

jBorkowska commented 1 week ago

Didn't check iOS, maybe there this problem doesn't occur