Merge tag 'v108.2.0' into fork

pull/543/head
akliuxingyuan 1 year ago
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…
Cancel
Save