1
0
Fork 0

fix #10468: wait for main menu to disappear after creating bookmark (#10478)

master
Oana Horvath 2020-05-08 12:58:32 +03:00 committed by GitHub
parent d48784e646
commit edff0d8e2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -72,6 +72,10 @@ class ThreeDotMenuMainRobot {
waitingTime
)
addBookmarkButton().click()
// wait for main menu to disappear
mDevice.waitNotNull(
Until.gone(By.res("mozac_browser_menu_recyclerView"))
)
}
fun verifyCollectionNameTextField() = assertCollectionNameTextField()