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

pull/600/head
Mugurell 2 years ago committed by mergify[bot]
parent 5ca40120f0
commit f7175f5479

@ -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)

Loading…
Cancel
Save