testing - Dismiss Alert Dialog in Android Espresso Test -


i've looked around solution can't find one. i'm creating espresso test , need dismiss alert dialog appears in middle of screen first time particular activity screen displayed. there no buttons on dialog dismiss user needs click anywhere outside box. know how can espresso. tried clicking on layout on underlying screen espresso fails saying view cannot found in hierarchy.

use onview(withtext("alert_dialog_text")).perform(pressback()); must dismiss dialog.


Comments

Popular posts from this blog

android - Pass an Serializable object in AIDL -

How to provide Authorization & Authentication using Asp.net, C#? -

How to use Authorization & Authentication in Asp.net, C#? -