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
In our app, we use espresso 3.6.0-rc01. Barista uses 3.4.0 it seems. As a consequence, the tests that use BaristaIntents.mockAndroidCamera() fail with:
Library Version:
4.3.0
Describe the Bug:
In our app, we use espresso 3.6.0-rc01. Barista uses 3.4.0 it seems. As a consequence, the tests that use BaristaIntents.mockAndroidCamera() fail with:
It seems that this preconditions were removed, and now this checks should be used.
Steps to reproduce the bug:
Expected Behavior:
That no ClassNotFoundException is thrown.
The text was updated successfully, but these errors were encountered: