Skip to content

Commit

Permalink
Closes mozilla-mobile#21441: Fix changeAccessibiltySettings
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronMT authored and mergify[bot] committed Sep 23, 2021
1 parent 26dc3ea commit 1418d3f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ class SearchRobot {

fun dismissSearchBar(interact: HomeScreenRobot.() -> Unit): HomeScreenRobot.Transition {
mDevice.waitForIdle()
closeSoftKeyboard()
mDevice.pressBack()
HomeScreenRobot().interact()
return HomeScreenRobot.Transition()
Expand Down

0 comments on commit 1418d3f

Please sign in to comment.