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:
commit
7aeee0df4f
@ -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) {
|
||||
|
@ -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"
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
108.1.1
|
||||
108.2.0
|
||||
|
Loading…
Reference in New Issue
Block a user