You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically, there is an issue where if both multi process and each of the activities have a different rotation (landscape/portrait) where it instantly times out trying to interact with the UI.
The only relevant part of the error I think is here:
androidx.test.espresso.remote.RemoteEspressoException: ThefollowingremoteEspressoexceptionwitherrorcode [0] occurred:
androidx.test.espresso.NoActivityResumedException: TimedoutwaitingforActivity's orientation to update.
[...]
Note: tested on an emulator API 29
Video demonstration
Screencast.From.2025-02-28.05-35-21.mp4
The text was updated successfully, but these errors were encountered:
Steps to reproduce the issue
1 - Clone the main branch of this sample repository: https://github.com/Mathias-Boulay/expresso-issue
2 - Execute the
landscapeHandling
instrumentation test underandroidTest
Describe the issue
Basically, there is an issue where if both multi process and each of the activities have a different rotation (landscape/portrait) where it instantly times out trying to interact with the UI.
The only relevant part of the error I think is here:
Note: tested on an emulator API 29
Video demonstration
Screencast.From.2025-02-28.05-35-21.mp4
The text was updated successfully, but these errors were encountered: