Fixes #11797 defaultDesktopBookmarksFoldersTest intermittent failure (#11803)

fennec/production
Oana Horvath 4 years ago committed by GitHub
parent 0b57f5e71b
commit 79f231b80d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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()

Loading…
Cancel
Save