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
Describe the bug
Testing Audio on Espresso is a bit tricky. We cannot test audio when the audio is playing in a real-time because that's the idle state in espresso and nothing can be a check on idle state.
Test is only passing on Robolectric as for Espresso we need to check the pause button is visible, but the pause button is visible only in the idle state. So, we need a Fake Library here to help us with a different state of audio.
1 test is ignored, with the same reason above and it is also not passing on robolectric.
Describe the bug
Testing Audio on Espresso is a bit tricky. We cannot test audio when the audio is playing in a real-time because that's the idle state in espresso and nothing can be a check on idle state.
Expected behaviour
ExplorationActivityTest.kt
- Check@Ignore
testswaitForTheView
Additional context
Reference - #2216 (comment)
The text was updated successfully, but these errors were encountered: