Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
Fixes #11797 defaultDesktopBookmarksFoldersTest intermittent failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Oana Horvath committed Jun 22, 2020
1 parent eb45b37 commit f6be3ab
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit f6be3ab

Please sign in to comment.