AndiAJ 2 years ago committed by mergify[bot]
parent a2231b791d
commit e32c49c997

@ -9,7 +9,6 @@ import androidx.test.uiautomator.UiDevice
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.customannotations.SmokeTest
@ -54,7 +53,6 @@ class TopSitesTest {
featureSettingsHelper.resetAllFeatureFlags()
}
@Ignore("Failing, see: https://github.com/mozilla-mobile/fenix/issues/24462")
@SmokeTest
@Test
fun verifyAddToFirefoxHome() {
@ -102,7 +100,6 @@ class TopSitesTest {
mDevice.pressBack()
}
@Ignore("Failing, see: https://github.com/mozilla-mobile/fenix/issues/24376")
@Test
fun verifyOpenTopSitePrivateTab() {
val defaultWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)
@ -125,7 +122,6 @@ class TopSitesTest {
}
}
@Ignore("Failing, see: https://github.com/mozilla-mobile/fenix/issues/24377")
@Test
fun verifyRenameTopSite() {
val defaultWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)
@ -150,7 +146,6 @@ class TopSitesTest {
}
}
@Ignore("Failing, see: https://github.com/mozilla-mobile/fenix/issues/20418")
@Test
fun verifyRemoveTopSite() {
val defaultWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)

Loading…
Cancel
Save