pull/600/head
Oana Horvath 4 years ago committed by GitHub
parent c9fcdb70c5
commit 088ab8e594

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