Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 04ba93b

Browse files
committed
Bug 1807268 - Re-enable openMultipleSelectedHistoryItemsInANewTabTest UI test r=ohorvath
The UI test was disabled due to the home activity ANR problem. Performed a status check and successfully passed 200x on Firebase ✅ Differential Revision: https://phabricator.services.mozilla.com/D208472
1 parent e922e7a commit 04ba93b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mobile/android/fenix/app/src/androidTest/java/org/mozilla/fenix/ui/ComposeHistoryTest.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ package org.mozilla.fenix.ui
77
import androidx.compose.ui.test.junit4.AndroidComposeTestRule
88
import androidx.test.espresso.Espresso.openActionBarOverflowOrOptionsMenu
99
import androidx.test.espresso.Espresso.pressBack
10-
import org.junit.Ignore
1110
import org.junit.Rule
1211
import org.junit.Test
1312
import org.mozilla.fenix.R
@@ -155,7 +154,6 @@ class ComposeHistoryTest : TestSetup() {
155154
}
156155

157156
// TestRail link: https://testrail.stage.mozaws.net/index.php?/cases/view/339696
158-
@Ignore("Failing, see: https://bugzilla.mozilla.org/show_bug.cgi?id=1807268")
159157
@Test
160158
fun openMultipleSelectedHistoryItemsInANewTabTest() {
161159
val firstWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)

0 commit comments

Comments
 (0)