Re-enable working UI tests from #18644

upstream-sync
Oana Horvath 3 years ago committed by Mugurell
parent cc0fdd1109
commit 11d410de0b

@ -164,7 +164,6 @@ class SmokeTest {
}
}
@Ignore("Temporary disabled. See https://github.com/mozilla-mobile/fenix/issues/18644")
@Test
/* Verifies the nav bar:
- opening a web page
@ -888,7 +887,6 @@ class SmokeTest {
}
}
@Ignore("Temporary disabled. See https://github.com/mozilla-mobile/fenix/issues/18644")
@Test
fun verifyExpandedCollectionItemsTest() {
val webPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)

@ -190,7 +190,6 @@ class StrictEnhancedTrackingProtectionTest {
}
}
@Ignore("Temporary disabled. See https://github.com/mozilla-mobile/fenix/issues/18644")
@Test
fun testStrictVisitSheetDetails() {
val trackingProtectionTest =

@ -103,7 +103,6 @@ class TabbedBrowsingTest {
}
}
@Ignore("Temporary disabled. See https://github.com/mozilla-mobile/fenix/issues/18644")
@Test
fun closeAllTabsTest() {
val defaultWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)

Loading…
Cancel
Save