Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
Bug 1812518 - Update to latest AndroidComponents
Browse files Browse the repository at this point in the history
The new version will contain the support for allowing to style download dialogs.
  • Loading branch information
Mugurell authored and mergify[bot] committed Jan 26, 2023
1 parent 76c7175 commit f91af61
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Expand Up @@ -94,6 +94,7 @@ class CollectionTest {
}
}

@Ignore("Failing, see: https://bugzilla.mozilla.org/show_bug.cgi?id=1812580")
@SmokeTest
@Test
fun verifyExpandedCollectionItemsTest() {
Expand Down Expand Up @@ -175,6 +176,7 @@ class CollectionTest {
}
}

@Ignore("Failing, see: https://bugzilla.mozilla.org/show_bug.cgi?id=1812580")
@SmokeTest
@Test
fun shareCollectionTest() {
Expand Down Expand Up @@ -256,6 +258,7 @@ class CollectionTest {
}
}

@Ignore("Failing, see: https://bugzilla.mozilla.org/show_bug.cgi?id=1812580")
@Test
fun verifyAddTabButtonOfCollectionMenu() {
val firstWebPage = getGenericAsset(mockWebServer, 1)
Expand Down Expand Up @@ -325,6 +328,7 @@ class CollectionTest {
}
}

@Ignore("Failing, see: https://bugzilla.mozilla.org/show_bug.cgi?id=1812580")
@Test
fun removeTabFromCollectionTest() {
val webPage = getGenericAsset(mockWebServer, 1)
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/AndroidComponents.kt
Expand Up @@ -3,5 +3,5 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

object AndroidComponents {
const val VERSION = "111.0.20230125190040"
const val VERSION = "111.0.20230126100815"
}

0 comments on commit f91af61

Please sign in to comment.