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) { for (i in 1..RETRY_COUNT) {
try { try {
assertTrue( assertTrue(
"Addon not listed in the Add-ons menu", "Addon not listed in the Add-ons sub-menu",
mDevice.findObject(UiSelector().text(addonName)).waitForExists(waitingTime), mDevice.findObject(UiSelector().textContains(addonName)).waitForExists(waitingTime),
) )
break break
} catch (e: AssertionError) { } catch (e: AssertionError) {

@ -3,5 +3,5 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
object AndroidComponents { 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