Loading app/src/androidTest/java/org/mozilla/fenix/ui/MediaNotificationTest.kt +5 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ import androidx.test.uiautomator.UiSelector import okhttp3.mockwebserver.MockWebServer import org.junit.After import org.junit.Before import org.junit.Ignore import org.junit.Rule import org.junit.Test import org.mozilla.fenix.helpers.AndroidAssetDispatcher Loading Loading @@ -53,6 +54,7 @@ class MediaNotificationTest { } @Test @Ignore("https://github.com/mozilla-mobile/fenix/issues/15754") fun videoPlaybackSystemNotificationTest() { val videoTestPage = TestAssetHelper.getVideoPageAsset(mockWebServer) Loading Loading @@ -86,6 +88,7 @@ class MediaNotificationTest { } @Test @Ignore("https://github.com/mozilla-mobile/fenix/issues/15754") fun audioPlaybackSystemNotificationTest() { val audioTestPage = TestAssetHelper.getAudioPageAsset(mockWebServer) Loading Loading @@ -119,6 +122,7 @@ class MediaNotificationTest { } @Test @Ignore("https://github.com/mozilla-mobile/fenix/issues/15754") fun tabMediaControlButtonTest() { val audioTestPage = TestAssetHelper.getAudioPageAsset(mockWebServer) Loading @@ -137,6 +141,7 @@ class MediaNotificationTest { } @Test @Ignore("https://github.com/mozilla-mobile/fenix/issues/15754") fun mediaSystemNotificationInPrivateModeTest() { val audioTestPage = TestAssetHelper.getAudioPageAsset(mockWebServer) Loading Loading
app/src/androidTest/java/org/mozilla/fenix/ui/MediaNotificationTest.kt +5 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ import androidx.test.uiautomator.UiSelector import okhttp3.mockwebserver.MockWebServer import org.junit.After import org.junit.Before import org.junit.Ignore import org.junit.Rule import org.junit.Test import org.mozilla.fenix.helpers.AndroidAssetDispatcher Loading Loading @@ -53,6 +54,7 @@ class MediaNotificationTest { } @Test @Ignore("https://github.com/mozilla-mobile/fenix/issues/15754") fun videoPlaybackSystemNotificationTest() { val videoTestPage = TestAssetHelper.getVideoPageAsset(mockWebServer) Loading Loading @@ -86,6 +88,7 @@ class MediaNotificationTest { } @Test @Ignore("https://github.com/mozilla-mobile/fenix/issues/15754") fun audioPlaybackSystemNotificationTest() { val audioTestPage = TestAssetHelper.getAudioPageAsset(mockWebServer) Loading Loading @@ -119,6 +122,7 @@ class MediaNotificationTest { } @Test @Ignore("https://github.com/mozilla-mobile/fenix/issues/15754") fun tabMediaControlButtonTest() { val audioTestPage = TestAssetHelper.getAudioPageAsset(mockWebServer) Loading @@ -137,6 +141,7 @@ class MediaNotificationTest { } @Test @Ignore("https://github.com/mozilla-mobile/fenix/issues/15754") fun mediaSystemNotificationInPrivateModeTest() { val audioTestPage = TestAssetHelper.getAudioPageAsset(mockWebServer) Loading