mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-15 18:12:54 +00:00
Issue #15754: Disable failing notification UI tests
This commit is contained in:
parent
23d9951e78
commit
ee673348bf
@ -8,6 +8,7 @@ import androidx.test.uiautomator.UiSelector
|
|||||||
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
|
||||||
@ -53,6 +54,7 @@ class MediaNotificationTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore("https://github.com/mozilla-mobile/fenix/issues/15754")
|
||||||
fun videoPlaybackSystemNotificationTest() {
|
fun videoPlaybackSystemNotificationTest() {
|
||||||
val videoTestPage = TestAssetHelper.getVideoPageAsset(mockWebServer)
|
val videoTestPage = TestAssetHelper.getVideoPageAsset(mockWebServer)
|
||||||
|
|
||||||
@ -86,6 +88,7 @@ class MediaNotificationTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore("https://github.com/mozilla-mobile/fenix/issues/15754")
|
||||||
fun audioPlaybackSystemNotificationTest() {
|
fun audioPlaybackSystemNotificationTest() {
|
||||||
val audioTestPage = TestAssetHelper.getAudioPageAsset(mockWebServer)
|
val audioTestPage = TestAssetHelper.getAudioPageAsset(mockWebServer)
|
||||||
|
|
||||||
@ -119,6 +122,7 @@ class MediaNotificationTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore("https://github.com/mozilla-mobile/fenix/issues/15754")
|
||||||
fun tabMediaControlButtonTest() {
|
fun tabMediaControlButtonTest() {
|
||||||
val audioTestPage = TestAssetHelper.getAudioPageAsset(mockWebServer)
|
val audioTestPage = TestAssetHelper.getAudioPageAsset(mockWebServer)
|
||||||
|
|
||||||
@ -137,6 +141,7 @@ class MediaNotificationTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore("https://github.com/mozilla-mobile/fenix/issues/15754")
|
||||||
fun mediaSystemNotificationInPrivateModeTest() {
|
fun mediaSystemNotificationInPrivateModeTest() {
|
||||||
val audioTestPage = TestAssetHelper.getAudioPageAsset(mockWebServer)
|
val audioTestPage = TestAssetHelper.getAudioPageAsset(mockWebServer)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user