From f7175f547979289f4915a1609b6e606d9f35dc93 Mon Sep 17 00:00:00 2001 From: Mugurell Date: Mon, 30 Jan 2023 09:41:36 +0200 Subject: [PATCH] [fenix] Bug 1812580 - Re-enable collections related ui tests --- .../java/org/mozilla/fenix/ui/CollectionTest.kt | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/app/src/androidTest/java/org/mozilla/fenix/ui/CollectionTest.kt b/app/src/androidTest/java/org/mozilla/fenix/ui/CollectionTest.kt index d6ecbd938c..b7543cabef 100644 --- a/app/src/androidTest/java/org/mozilla/fenix/ui/CollectionTest.kt +++ b/app/src/androidTest/java/org/mozilla/fenix/ui/CollectionTest.kt @@ -94,7 +94,6 @@ class CollectionTest { } } - @Ignore("Failing, see: https://bugzilla.mozilla.org/show_bug.cgi?id=1812580") @SmokeTest @Test fun verifyExpandedCollectionItemsTest() { @@ -144,7 +143,6 @@ class CollectionTest { } } - @Ignore("Failing, see: https://bugzilla.mozilla.org/show_bug.cgi?id=1813058") @SmokeTest @Test fun openAllTabsInCollectionTest() { @@ -177,7 +175,6 @@ class CollectionTest { } } - @Ignore("Failing, see: https://bugzilla.mozilla.org/show_bug.cgi?id=1812580") @SmokeTest @Test fun shareCollectionTest() { @@ -206,7 +203,6 @@ class CollectionTest { // Test running on beta/release builds in CI: // caution when making changes to it, so they don't block the builds - @Ignore("Failing, see: https://bugzilla.mozilla.org/show_bug.cgi?id=1812580") @SmokeTest @Test fun deleteCollectionTest() { @@ -232,7 +228,6 @@ class CollectionTest { } // open a webpage, and add currently opened tab to existing collection - @Ignore("Failing, see: https://bugzilla.mozilla.org/show_bug.cgi?id=1812580") @Test fun mainMenuSaveToExistingCollection() { val firstWebPage = getGenericAsset(mockWebServer, 1) @@ -259,7 +254,6 @@ class CollectionTest { } } - @Ignore("Failing, see: https://bugzilla.mozilla.org/show_bug.cgi?id=1812580") @Test fun verifyAddTabButtonOfCollectionMenu() { val firstWebPage = getGenericAsset(mockWebServer, 1) @@ -286,7 +280,6 @@ class CollectionTest { } } - @Ignore("Failing, see: https://bugzilla.mozilla.org/show_bug.cgi?id=1813048") @Test fun renameCollectionTest() { val webPage = getGenericAsset(mockWebServer, 1) @@ -307,7 +300,6 @@ class CollectionTest { } } - @Ignore("Failing, see: https://bugzilla.mozilla.org/show_bug.cgi?id=1812580") @Test fun createSecondCollectionTest() { val webPage = getGenericAsset(mockWebServer, 1) @@ -330,7 +322,6 @@ class CollectionTest { } } - @Ignore("Failing, see: https://bugzilla.mozilla.org/show_bug.cgi?id=1812580") @Test fun removeTabFromCollectionTest() { val webPage = getGenericAsset(mockWebServer, 1) @@ -353,7 +344,6 @@ class CollectionTest { } } - @Ignore("Failing, see: Bugzilla tickets 1807289 and 1812997") @Test fun swipeLeftToRemoveTabFromCollectionTest() { val testPage = getGenericAsset(mockWebServer, 1) @@ -380,7 +370,6 @@ class CollectionTest { } } - @Ignore("Failing, see: Bugzilla tickets 1807289 and 1813047") @Test fun swipeRightToRemoveTabFromCollectionTest() { val testPage = getGenericAsset(mockWebServer, 1)