How can I bypass this issue while performing an integration test for Flutter web using Flutter integration_test framework? In this web, I use FilePicker to load a file on a local pc and stuck when performing e2e using integration_test, issue is captured below enter image description here
Or can anyone suggest another way of doing automation(e2e) for Flutter Web instead of the Flutter integration test, really appreciate that.
Currently, I use hardcode to bypass but it is not a good solution when performing e2e testing.