You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It says fixed for a year now, yet Espresso 3.1.1 (latest stable atm) doesn't work. The code of GeneralLocation is exactly as described in the issue. I tried to search the history for the bug IDs but couldn't find any trace of the fix. Can you please help me find the fix, which version has the fix, whether it's released, or really any info? No mention in release notes either.
Description
I'm trying to find out what happened to this issue:
https://issuetracker.google.com/issues/64758984
(related: https://stackoverflow.com/q/42626452/253468)
It says fixed for a year now, yet Espresso 3.1.1 (latest stable atm) doesn't work. The code of GeneralLocation is exactly as described in the issue. I tried to search the history for the bug IDs but couldn't find any trace of the fix. Can you please help me find the fix, which version has the fix, whether it's released, or really any info? No mention in release notes either.
Steps to Reproduce
see https://issuetracker.google.com/issues/64758984
Expected Results
clicks correctly
Actual Results
perform(click())
passes, butOnClickListener
not triggeredAndroidX Test and Android OS Versions
3.1.1, API 25
Link to a public git repo demonstrating the problem:
https://github.com/duanbo1983/espresso-click-sample
The text was updated successfully, but these errors were encountered: