Recent regression in GV release 102.0.20220514065807: UIAutomator unable to locate widget content elements in all app clients (UI Tests on mobile apps failing)
Categories
(Core :: Disability Access APIs, defect, P1)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr91 | --- | unaffected |
| firefox100 | --- | unaffected |
| firefox101 | --- | unaffected |
| firefox102 | blocking | fixed |
People
(Reporter: aryx, Unassigned)
References
(Regression)
Details
(Keywords: regression)
+++ This bug was initially created as a clone of Bug #1760880 +++
Assuming this is GeckoView related as there is nothing else on A-C upgrade that is causing issues.
So therefore last working geckoview version: 102.0.20220513093538
Broken geckoview version: 102.0.20220514065807
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
Comment 1•4 years ago
|
||
Set release status flags based on info from the regressing bug 1758540
Comment 2•4 years ago
|
||
:eeejay, since you are the author of the regressor, bug 1758540, could you take a look?
For more information, please visit auto_nag documentation.
Comment 3•4 years ago
|
||
Fixed by backout.
https://hg.mozilla.org/mozilla-central/rev/ddbf2ba9acc3bdfe51595b2ee9943c30b25d1338
Updated•4 years ago
|
Description
•