[fenix] No issue: Add UI test wait for Toolbar edit url view

pull/600/head
ekager 5 years ago committed by Emily Kager
parent 623ca58b5f
commit 6aeff54650

@ -54,6 +54,10 @@ class NavigationToolbarRobot {
waitingTime
)
urlBar().click()
mDevice.waitNotNull(
Until.findObject(By.res("org.mozilla.fenix.debug:id/mozac_browser_toolbar_edit_url_view")),
waitingTime
)
awesomeBar().perform(replaceText(url.toString()), pressImeActionButton())
BrowserRobot().interact()

Loading…
Cancel
Save