-
Notifications
You must be signed in to change notification settings - Fork 532
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix ImageRegionSelectionInteractionViewTest for Robolectric #1965
Comments
This would be a bit too much for slop as it requires changes into roboelectric framework |
This issue was already present for SLoP under #1869. However I think @aggarwalpulkit596 is right here. |
@Sarthak2601 I agree with you. Let's remove this from SLoP, considering we already have good number of issues. |
@rt4914 @aggarwalpulkit596 This issue is Duplicate for #1611 |
@anandwana001 I not fully sure here. |
|
Duplicate. #1611 |
Currently, the ImageRegionSelectionInteractionViewTest are passing on Espresso but they should also pass on Robolectric. Fix these below mentioned files to make sure that the tests pass on Robolectric.
You can run robolectric tests by following these steps: https://github.com/oppia/oppia-android/wiki/Oppia-Android-Testing#running-roboelectric-tests
Fixing test cases will need to introduce TextApplicationComponent. This can be seen here.
The text was updated successfully, but these errors were encountered: