2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-17 15:26:23 +00:00

[fenix] Bug 1812580 - Re-enable collections related ui tests

This commit is contained in:
Mugurell 2023-01-30 09:41:36 +02:00 committed by mergify[bot]
parent 5ca40120f0
commit f7175f5479

View File

@ -94,7 +94,6 @@ class CollectionTest {
} }
} }
@Ignore("Failing, see: https://bugzilla.mozilla.org/show_bug.cgi?id=1812580")
@SmokeTest @SmokeTest
@Test @Test
fun verifyExpandedCollectionItemsTest() { fun verifyExpandedCollectionItemsTest() {
@ -144,7 +143,6 @@ class CollectionTest {
} }
} }
@Ignore("Failing, see: https://bugzilla.mozilla.org/show_bug.cgi?id=1813058")
@SmokeTest @SmokeTest
@Test @Test
fun openAllTabsInCollectionTest() { fun openAllTabsInCollectionTest() {
@ -177,7 +175,6 @@ class CollectionTest {
} }
} }
@Ignore("Failing, see: https://bugzilla.mozilla.org/show_bug.cgi?id=1812580")
@SmokeTest @SmokeTest
@Test @Test
fun shareCollectionTest() { fun shareCollectionTest() {
@ -206,7 +203,6 @@ class CollectionTest {
// Test running on beta/release builds in CI: // Test running on beta/release builds in CI:
// caution when making changes to it, so they don't block the builds // 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 @SmokeTest
@Test @Test
fun deleteCollectionTest() { fun deleteCollectionTest() {
@ -232,7 +228,6 @@ class CollectionTest {
} }
// open a webpage, and add currently opened tab to existing collection // open a webpage, and add currently opened tab to existing collection
@Ignore("Failing, see: https://bugzilla.mozilla.org/show_bug.cgi?id=1812580")
@Test @Test
fun mainMenuSaveToExistingCollection() { fun mainMenuSaveToExistingCollection() {
val firstWebPage = getGenericAsset(mockWebServer, 1) val firstWebPage = getGenericAsset(mockWebServer, 1)
@ -259,7 +254,6 @@ class CollectionTest {
} }
} }
@Ignore("Failing, see: https://bugzilla.mozilla.org/show_bug.cgi?id=1812580")
@Test @Test
fun verifyAddTabButtonOfCollectionMenu() { fun verifyAddTabButtonOfCollectionMenu() {
val firstWebPage = getGenericAsset(mockWebServer, 1) val firstWebPage = getGenericAsset(mockWebServer, 1)
@ -286,7 +280,6 @@ class CollectionTest {
} }
} }
@Ignore("Failing, see: https://bugzilla.mozilla.org/show_bug.cgi?id=1813048")
@Test @Test
fun renameCollectionTest() { fun renameCollectionTest() {
val webPage = getGenericAsset(mockWebServer, 1) val webPage = getGenericAsset(mockWebServer, 1)
@ -307,7 +300,6 @@ class CollectionTest {
} }
} }
@Ignore("Failing, see: https://bugzilla.mozilla.org/show_bug.cgi?id=1812580")
@Test @Test
fun createSecondCollectionTest() { fun createSecondCollectionTest() {
val webPage = getGenericAsset(mockWebServer, 1) val webPage = getGenericAsset(mockWebServer, 1)
@ -330,7 +322,6 @@ class CollectionTest {
} }
} }
@Ignore("Failing, see: https://bugzilla.mozilla.org/show_bug.cgi?id=1812580")
@Test @Test
fun removeTabFromCollectionTest() { fun removeTabFromCollectionTest() {
val webPage = getGenericAsset(mockWebServer, 1) val webPage = getGenericAsset(mockWebServer, 1)
@ -353,7 +344,6 @@ class CollectionTest {
} }
} }
@Ignore("Failing, see: Bugzilla tickets 1807289 and 1812997")
@Test @Test
fun swipeLeftToRemoveTabFromCollectionTest() { fun swipeLeftToRemoveTabFromCollectionTest() {
val testPage = getGenericAsset(mockWebServer, 1) val testPage = getGenericAsset(mockWebServer, 1)
@ -380,7 +370,6 @@ class CollectionTest {
} }
} }
@Ignore("Failing, see: Bugzilla tickets 1807289 and 1813047")
@Test @Test
fun swipeRightToRemoveTabFromCollectionTest() { fun swipeRightToRemoveTabFromCollectionTest() {
val testPage = getGenericAsset(mockWebServer, 1) val testPage = getGenericAsset(mockWebServer, 1)