2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-15 18:12:54 +00:00

Merge tag 'v108.2.0' into fork

This commit is contained in:
akliuxingyuan 2023-01-07 14:25:24 +08:00
commit 7aeee0df4f
3 changed files with 4 additions and 4 deletions

View File

@ -128,8 +128,8 @@ class ThreeDotMenuMainRobot {
for (i in 1..RETRY_COUNT) {
try {
assertTrue(
"Addon not listed in the Add-ons menu",
mDevice.findObject(UiSelector().text(addonName)).waitForExists(waitingTime),
"Addon not listed in the Add-ons sub-menu",
mDevice.findObject(UiSelector().textContains(addonName)).waitForExists(waitingTime),
)
break
} catch (e: AssertionError) {

View File

@ -3,5 +3,5 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
object AndroidComponents {
const val VERSION = "108.1.1"
const val VERSION = "108.2.0"
}

View File

@ -1 +1 @@
108.1.1
108.2.0