2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-03 23:15:31 +00:00

Bug 1827599 - Partially re-enables auto-play settings tests

This commit is contained in:
oana.horvath 2023-05-29 16:49:47 +03:00 committed by mergify[bot]
parent e56b248872
commit d2112d8174

View File

@ -108,7 +108,6 @@ class SettingsSitePermissionsTest {
}
}
@Ignore("Failing, see https://bugzilla.mozilla.org/show_bug.cgi?id=1827599")
@SmokeTest
@Test
fun verifyAutoplayBlockAudioOnlySettingTest() {
@ -174,7 +173,6 @@ class SettingsSitePermissionsTest {
}
}
@Ignore("Failing, see https://bugzilla.mozilla.org/show_bug.cgi?id=1827599")
@Test
fun verifyAutoplayAllowAudioVideoSettingTest() {
val genericPage = getGenericAsset(mockWebServer, 1)
@ -237,7 +235,6 @@ class SettingsSitePermissionsTest {
}
}
@Ignore("Failing, see https://bugzilla.mozilla.org/show_bug.cgi?id=1827599")
@Test
fun verifyAutoplayBlockAudioAndVideoSettingTest() {
val videoTestPage = getVideoPageAsset(mockWebServer)
@ -268,7 +265,6 @@ class SettingsSitePermissionsTest {
}
}
@Ignore("Failing, see https://bugzilla.mozilla.org/show_bug.cgi?id=1827599")
@Test
fun verifyAutoplayBlockAudioAndVideoSettingOnMutedVideoTest() {
val mutedVideoTestPage = getMutedVideoPageAsset(mockWebServer)