From ff31b601cb4e16f40d6a80b9bb2c14ab1a8cf983 Mon Sep 17 00:00:00 2001 From: AndiAJ Date: Fri, 21 Jul 2023 11:02:16 +0300 Subject: [PATCH] Bug 1844580 - Re-enable pocket related UI tests --- .../app/src/androidTest/java/org/mozilla/fenix/ui/HomeScreenTest.kt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/mobile/android/fenix/app/src/androidTest/java/org/mozilla/fenix/ui/HomeScreenTest.kt b/mobile/android/fenix/app/src/androidTest/java/org/mozilla/fenix/ui/HomeScreenTest.kt index bf22a5e89f16..eaa55e433330 100644 --- a/mobile/android/fenix/app/src/androidTest/java/org/mozilla/fenix/ui/HomeScreenTest.kt +++ b/mobile/android/fenix/app/src/androidTest/java/org/mozilla/fenix/ui/HomeScreenTest.kt @@ -10,7 +10,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.helpers.AndroidAssetDispatcher @@ -56,7 +55,6 @@ class HomeScreenTest { mockWebServer.shutdown() } - @Ignore("Failing, see: https://bugzilla.mozilla.org/show_bug.cgi?id=1844580") @Test fun homeScreenItemsTest() { homeScreen {}.dismissOnboarding() @@ -141,7 +139,6 @@ class HomeScreenTest { } } - @Ignore("Failing, see: https://bugzilla.mozilla.org/show_bug.cgi?id=1844580") @Test fun verifyPocketHomepageStoriesTest() { activityTestRule.activityRule.applySettingsExceptions { @@ -171,7 +168,6 @@ class HomeScreenTest { } } - @Ignore("Failing, see: https://bugzilla.mozilla.org/show_bug.cgi?id=1844580") @Test fun openPocketStoryItemTest() { activityTestRule.activityRule.applySettingsExceptions { @@ -209,7 +205,6 @@ class HomeScreenTest { } } - @Ignore("Failing, see: https://bugzilla.mozilla.org/show_bug.cgi?id=1844580") @Test fun selectStoriesByTopicItemTest() { activityTestRule.activityRule.applySettingsExceptions { -- 2.11.4.GIT