mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-03 23:15:31 +00:00
[fenix] Disable/fix tests that rely on Select Tabs button
This commit is contained in:
parent
7a372f13f9
commit
a63d26f673
@ -1049,6 +1049,7 @@ class SmokeTest {
|
||||
}
|
||||
}
|
||||
|
||||
@Ignore("Feature is temporarily removed; disabling test. See https://github.com/mozilla-mobile/fenix/issues/18656")
|
||||
@Test
|
||||
fun selectTabsButtonVisibilityTest() {
|
||||
homeScreen {
|
||||
|
@ -160,7 +160,10 @@ class TabDrawerRobot {
|
||||
|
||||
fun clickTabMediaControlButton() = tabMediaControlButton().click()
|
||||
|
||||
fun clickSelectTabs() = onView(withText("Select tabs")).click()
|
||||
fun clickSelectTabs() {
|
||||
threeDotMenu().click()
|
||||
onView(withText("Select tabs")).click()
|
||||
}
|
||||
|
||||
fun clickAddNewCollection() = addNewCollectionButton().click()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user