Aurelian Dumanovschi
Aurelian Dumanovschi
### Description Any swipe actions don't do anything more than press the screen in the same place on Pixel 6 ### Steps to Reproduce `onView(withId(R.id.recyclerView)).perform(swipeUp())` ### Expected Results Should swipe...
**Describe the bug** After updating to `4.3.10` our builds sometimes are missing some fields like `google_app_id` and `google_api_key`. There's no indication of a build problem (I would expect a build...
``` java.lang.Throwable: Explicit termination method 'close' not called at dalvik.system.CloseGuard.open(CloseGuard.java:180) at java.net.AbstractPlainSocketImpl.create(AbstractPlainSocketImpl.java:103) at java.net.Socket.createImpl(Socket.java:451) at java.net.Socket.getImpl(Socket.java:517) at java.net.Socket.setSoTimeout(Socket.java:1108) at com.android.okhttp.Connection.connectSocket(Connection.java:195) at com.android.okhttp.Connection.connect(Connection.java:172) at com.android.okhttp.Connection.connectAndSetOwner(Connection.java:367) at com.android.okhttp.OkHttpClient$1.connectAndSetOwner(OkHttpClient.java:130) at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:329) at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:246)...
There is no way currently to show the correct bridge image when it requires authentication because we have no way to know to which kind of device we are connecting...
## 🚀 Feature Proposal Espresso supports specifying multiple packages to run tests from, and even the Legacy RDC runner supports that as well. ## Motivation Currently to run tests from...
Imagehash `__eq__` and `__ne__` both return `False` when compared to `None` which doesn't make any sense.