Closes #14524, #12896, #13830: re-enabled strict ETP tests after code bug fix

pull/149/head
Oana Horvath 4 years ago
parent f51b570654
commit 108666c277

@ -8,7 +8,6 @@ import androidx.test.platform.app.InstrumentationRegistry
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.ext.settings
@ -77,7 +76,6 @@ class StrictEnhancedTrackingProtectionTest {
}
}
@Ignore("Failing on AC 58 update: https://github.com/mozilla-mobile/fenix/issues/14524")
@Test
fun testStrictVisitContentNotification() {
val trackingProtectionTest =
@ -91,7 +89,6 @@ class StrictEnhancedTrackingProtectionTest {
}.closeNotificationPopup {}
}
@Ignore("Failing on AC 58 update: https://github.com/mozilla-mobile/fenix/issues/14524")
@Test
fun testStrictVisitContentShield() {
val trackingProtectionTest =
@ -109,7 +106,6 @@ class StrictEnhancedTrackingProtectionTest {
}
}
@Ignore("Failing on AC 58 update: https://github.com/mozilla-mobile/fenix/issues/14524")
@Test
fun testStrictVisitProtectionSheet() {
val trackingProtectionTest =
@ -129,7 +125,6 @@ class StrictEnhancedTrackingProtectionTest {
}
}
@Ignore("Failing on AC 58 update: https://github.com/mozilla-mobile/fenix/issues/14524")
@Test
fun testStrictVisitDisable() {
val trackingProtectionTest =
@ -161,7 +156,6 @@ class StrictEnhancedTrackingProtectionTest {
}
}
@Ignore("Failing on AC 58 update: https://github.com/mozilla-mobile/fenix/issues/14524")
@Test
fun testStrictVisitDisableExceptionToggle() {
val trackingProtectionTest =
@ -194,7 +188,6 @@ class StrictEnhancedTrackingProtectionTest {
}
}
@Ignore("Failing on AC 58 update: https://github.com/mozilla-mobile/fenix/issues/14524")
@Test
fun testStrictVisitSheetDetails() {
val trackingProtectionTest =

Loading…
Cancel
Save