Espresso question: All our tests that use `intend...
# test
t
Espresso question: All our tests that use
intended(hasComponent(MyActivity.class.getName()));
pass on API 27 and below, but are all failing on API 28 Error message:
Copy code
android.support.test.espresso.base.DefaultFailureHandler$AssertionFailedWithCauseError: Wanted to match 1 intents. Actually matched 0 intents.
...