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
We're trying to use RuntimePermissionsStubber for granting/revoking permissions in UI tests. According to the API signature file, it should be included in the espresso-intents artifact version 3.6.0 and above.
However, we are unable to locate it in the espresso-intents artifact or any other artifact within androidx.test.espresso:
Steps to Reproduce
Add androidx.test.espresso:espresso-intents:3.6.1 as an androidTestImplementation dependency.
Try to use or import RuntimePermissionsStubber.
Expected Results
The class should be available for use.
Actual Results
The class is not found.
AndroidX Test and Android OS Versions
androidx.test.espresso:espresso-intents:3.6.1
Link to a public git repo demonstrating the problem:
The text was updated successfully, but these errors were encountered:
Description
We're trying to use RuntimePermissionsStubber for granting/revoking permissions in UI tests. According to the API signature file, it should be included in the espresso-intents artifact version 3.6.0 and above.
However, we are unable to locate it in the espresso-intents artifact or any other artifact within androidx.test.espresso:
Steps to Reproduce
androidx.test.espresso:espresso-intents:3.6.1
as anandroidTestImplementation
dependency.RuntimePermissionsStubber
.Expected Results
The class should be available for use.
Actual Results
The class is not found.
AndroidX Test and Android OS Versions
androidx.test.espresso:espresso-intents:3.6.1
Link to a public git repo demonstrating the problem:
The text was updated successfully, but these errors were encountered: