mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-17 15:26:23 +00:00
[fenix] No issue: re-enables tests ignoring the verifyPageContent step (https://github.com/mozilla-mobile/fenix/pull/11765)
This commit is contained in:
parent
913f9e56dd
commit
1c52b14675
@ -11,7 +11,6 @@ import mozilla.components.browser.storage.sync.PlacesHistoryStorage
|
|||||||
import okhttp3.mockwebserver.MockWebServer
|
import okhttp3.mockwebserver.MockWebServer
|
||||||
import org.junit.After
|
import org.junit.After
|
||||||
import org.junit.Before
|
import org.junit.Before
|
||||||
import org.junit.Ignore
|
|
||||||
import org.junit.Rule
|
import org.junit.Rule
|
||||||
import org.junit.Test
|
import org.junit.Test
|
||||||
import org.mozilla.fenix.helpers.AndroidAssetDispatcher
|
import org.mozilla.fenix.helpers.AndroidAssetDispatcher
|
||||||
@ -223,7 +222,6 @@ class HistoryTest {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("Intermittent failures: https://github.com/mozilla-mobile/fenix/issues/10642")
|
|
||||||
@Test
|
@Test
|
||||||
fun openHistoryInPrivateTabTest() {
|
fun openHistoryInPrivateTabTest() {
|
||||||
val firstWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)
|
val firstWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)
|
||||||
@ -244,7 +242,6 @@ class HistoryTest {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("Intermittent failures: https://github.com/mozilla-mobile/fenix/issues/10642")
|
|
||||||
@Test
|
@Test
|
||||||
fun deleteMultipleSelectionTest() {
|
fun deleteMultipleSelectionTest() {
|
||||||
val firstWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)
|
val firstWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)
|
||||||
|
@ -95,7 +95,6 @@ class NavigationToolbarTest {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("Intermittent failures: https://github.com/mozilla-mobile/fenix/issues/10642")
|
|
||||||
@Test
|
@Test
|
||||||
fun refreshPageTest() {
|
fun refreshPageTest() {
|
||||||
val refreshWebPage = TestAssetHelper.getRefreshAsset(mockWebServer)
|
val refreshWebPage = TestAssetHelper.getRefreshAsset(mockWebServer)
|
||||||
|
@ -56,7 +56,6 @@ class TabbedBrowsingTest {
|
|||||||
mockWebServer.shutdown()
|
mockWebServer.shutdown()
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("Intermittent failures: https://github.com/mozilla-mobile/fenix/issues/10642")
|
|
||||||
@Test
|
@Test
|
||||||
fun openNewTabTest() {
|
fun openNewTabTest() {
|
||||||
homeScreen { }.dismissOnboarding()
|
homeScreen { }.dismissOnboarding()
|
||||||
@ -76,7 +75,6 @@ class TabbedBrowsingTest {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("Intermittent failures: https://github.com/mozilla-mobile/fenix/issues/10642")
|
|
||||||
@Test
|
@Test
|
||||||
fun openNewPrivateTabTest() {
|
fun openNewPrivateTabTest() {
|
||||||
homeScreen { }.dismissOnboarding()
|
homeScreen { }.dismissOnboarding()
|
||||||
|
Loading…
Reference in New Issue
Block a user