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:
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…
Reference in New Issue
Block a user