mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-15 18:12:54 +00:00
Fix for ambiguous tabstray_close
This commit is contained in:
parent
681fc216ac
commit
8d7e5dd4b7
@ -376,7 +376,8 @@ fun tabDrawer(interact: TabDrawerRobot.() -> Unit): TabDrawerRobot.Transition {
|
||||
|
||||
private fun tabMediaControlButton() = onView(withId(R.id.play_pause_button))
|
||||
|
||||
private fun closeTabButton() = onView(withId(R.id.mozac_browser_tabstray_close))
|
||||
private fun closeTabButton() =
|
||||
mDevice.findObject(UiSelector().resourceId("$packageName:id/mozac_browser_tabstray_close"))
|
||||
private fun assertCloseTabsButton(title: String) =
|
||||
onView(
|
||||
allOf(
|
||||
|
Loading…
Reference in New Issue
Block a user