mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-03 23:15:31 +00:00
Co-authored-by: AndiAJ <andiaj@users.noreply.github.com>
This commit is contained in:
parent
560de4f396
commit
3af6abff18
@ -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…
Reference in New Issue
Block a user