Co-authored-by: AndiAJ <andiaj@users.noreply.github.com>
pull/600/head
Andrei Joltan 3 years ago committed by GitHub
parent c4bce2422e
commit 99988cd74f

@ -527,8 +527,11 @@ private fun assertNormalBrowsingButton() {
}
private fun assertTabThumbnail() {
onView(withId(R.id.mozac_browser_tabstray_thumbnail))
.check(matches(withEffectiveVisibility(ViewMatchers.Visibility.VISIBLE)))
assertTrue(
mDevice.findObject(
UiSelector().resourceId("$packageName:id/mozac_browser_tabstray_thumbnail")
).waitForExists(waitingTime)
)
}
private fun tab(title: String) =

Loading…
Cancel
Save