1
0
Fork 0

Fixes #11797 defaultDesktopBookmarksFoldersTest intermittent failure (#11803)

master
Oana Horvath 2020-06-22 18:03:22 +03:00 committed by GitHub
parent 0b57f5e71b
commit 79f231b80d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -113,7 +113,8 @@ class BookmarksRobot {
.check(matches(isDisplayed()))
}
fun verifySignInToSyncButton() = signInToSyncButton().check(matches(isDisplayed()))
fun verifySignInToSyncButton() =
signInToSyncButton().check(matches(withEffectiveVisibility(ViewMatchers.Visibility.VISIBLE)))
fun verifyDeleteFolderConfirmationMessage() = assertDeleteFolderConfirmationMessage()