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).
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, justflutter run
).