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 okhttp3.mockwebserver.MockWebServer
import org.junit.After import org.junit.After
import org.junit.Before import org.junit.Before
import org.junit.Ignore
import org.junit.Rule import org.junit.Rule
import org.junit.Test import org.junit.Test
import org.mozilla.fenix.ext.settings 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 @Test
fun testStrictVisitContentNotification() { fun testStrictVisitContentNotification() {
val trackingProtectionTest = val trackingProtectionTest =
@ -91,7 +89,6 @@ class StrictEnhancedTrackingProtectionTest {
}.closeNotificationPopup {} }.closeNotificationPopup {}
} }
@Ignore("Failing on AC 58 update: https://github.com/mozilla-mobile/fenix/issues/14524")
@Test @Test
fun testStrictVisitContentShield() { fun testStrictVisitContentShield() {
val trackingProtectionTest = val trackingProtectionTest =
@ -109,7 +106,6 @@ class StrictEnhancedTrackingProtectionTest {
} }
} }
@Ignore("Failing on AC 58 update: https://github.com/mozilla-mobile/fenix/issues/14524")
@Test @Test
fun testStrictVisitProtectionSheet() { fun testStrictVisitProtectionSheet() {
val trackingProtectionTest = val trackingProtectionTest =
@ -129,7 +125,6 @@ class StrictEnhancedTrackingProtectionTest {
} }
} }
@Ignore("Failing on AC 58 update: https://github.com/mozilla-mobile/fenix/issues/14524")
@Test @Test
fun testStrictVisitDisable() { fun testStrictVisitDisable() {
val trackingProtectionTest = val trackingProtectionTest =
@ -161,7 +156,6 @@ class StrictEnhancedTrackingProtectionTest {
} }
} }
@Ignore("Failing on AC 58 update: https://github.com/mozilla-mobile/fenix/issues/14524")
@Test @Test
fun testStrictVisitDisableExceptionToggle() { fun testStrictVisitDisableExceptionToggle() {
val trackingProtectionTest = val trackingProtectionTest =
@ -194,7 +188,6 @@ class StrictEnhancedTrackingProtectionTest {
} }
} }
@Ignore("Failing on AC 58 update: https://github.com/mozilla-mobile/fenix/issues/14524")
@Test @Test
fun testStrictVisitSheetDetails() { fun testStrictVisitSheetDetails() {
val trackingProtectionTest = val trackingProtectionTest =

Loading…
Cancel
Save