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
Post a Comment