mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-19 09:25:34 +00:00
[fenix] For https://github.com/mozilla-mobile/fenix/issues/25808: Re-enable UI media notification tests.
This commit is contained in:
parent
b824bc6796
commit
521596edc2
@ -11,7 +11,6 @@ import mozilla.components.concept.engine.mediasession.MediaSession
|
|||||||
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.ext.components
|
import org.mozilla.fenix.ext.components
|
||||||
@ -62,7 +61,6 @@ class MediaNotificationTest {
|
|||||||
mockWebServer.shutdown()
|
mockWebServer.shutdown()
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("Failing after SDK 33 migration. See: https://github.com/mozilla-mobile/fenix/pull/25876")
|
|
||||||
@Test
|
@Test
|
||||||
fun videoPlaybackSystemNotificationTest() {
|
fun videoPlaybackSystemNotificationTest() {
|
||||||
val videoTestPage = TestAssetHelper.getVideoPageAsset(mockWebServer)
|
val videoTestPage = TestAssetHelper.getVideoPageAsset(mockWebServer)
|
||||||
@ -96,7 +94,6 @@ class MediaNotificationTest {
|
|||||||
mDevice.pressBack()
|
mDevice.pressBack()
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("Failing after SDK 33 migration. See: https://github.com/mozilla-mobile/fenix/pull/25876")
|
|
||||||
@Test
|
@Test
|
||||||
fun mediaSystemNotificationInPrivateModeTest() {
|
fun mediaSystemNotificationInPrivateModeTest() {
|
||||||
val audioTestPage = TestAssetHelper.getAudioPageAsset(mockWebServer)
|
val audioTestPage = TestAssetHelper.getAudioPageAsset(mockWebServer)
|
||||||
|
@ -780,7 +780,6 @@ class SmokeTest {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("Failing after SDK 33 migration. See: https://github.com/mozilla-mobile/fenix/pull/25876")
|
|
||||||
@Test
|
@Test
|
||||||
fun audioPlaybackSystemNotificationTest() {
|
fun audioPlaybackSystemNotificationTest() {
|
||||||
val audioTestPage = TestAssetHelper.getAudioPageAsset(mockWebServer)
|
val audioTestPage = TestAssetHelper.getAudioPageAsset(mockWebServer)
|
||||||
|
Loading…
Reference in New Issue
Block a user