Bug 1760880 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Assuming this is GeckoView related as there is nothing else on A-C upgrade that is causing issues.

Last working A-C version: 100.0.20220321143410
Broken A-C version: 100.0.20220322143329

https://github.com/mozilla-mobile/android-components/commit/44200eff24cfa3420c8eeade7077220669699abb

So therefore last working version: 100.0.20220321065848
Broken version: 100.0.20220322065927

What changed in this update?

UiAutomator which we use for locating elements in Gecko on Android is not working, thus all interactions with web content (e.g, clicking a link) are not working.
Assuming this is GeckoView related as there is nothing else on A-C upgrade that is causing issues.

Last working A-C version: 100.0.20220321143410
Broken A-C version: 100.0.20220322143329

https://github.com/mozilla-mobile/android-components/commit/44200eff24cfa3420c8eeade7077220669699abb

So therefore last working version: 100.0.20220321065848
Broken version: 100.0.20220322065927

What changed in this update?

UiAutomator which we use for locating elements in Gecko on Android is not working, thus all interactions with web content (e.g, clicking a link) are not working.

Example Espresso/UI Automator test: https://github.com/mozilla-mobile/fenix/blob/master/app/src/androidTest/java/org/mozilla/fenix/ui/DownloadTest.kt#L68

Back to Bug 1760880 Comment 0