File isn’t accessible when testing UI with Espresso
My app has an upload file functionality, which allows the user to choose a file (with a specific mime type) from the file picker and then the file will be shown in a list in the app. I want to test this with espresso, but so far, I faced many problems.