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

fenix/115.2.0
oana.horvath 1 year ago committed by mergify[bot]
parent e56b248872
commit d2112d8174

@ -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)

Loading…
Cancel
Save