-
Notifications
You must be signed in to change notification settings - Fork 528
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
Nit code change in HomeActivityTest.kt #2504
Comments
Can I work on this issue? |
Hi Farees, I already did all that. |
Which tablet image is recommended when running Espresso tests in an emulator? |
The nit was for May I fix the test and make related improvements as part of this, or should I file a separate issue? |
Filed #2587. |
…ViewHasGridColumnCount() helper (#2586) * Use the `verifyHomeRecyclerViewHasGridColumnCount` helper in one applicable test where it isn't used yet. * Fix typo. * Remove incorrect/confusing comment. What is actually being verified is the number of columns. In this instance, it's true that there are also two rows, but none of the similar tests check the number of rows, so I assume the reference was unintentional. * Empty commit to retrigger CI tests.
HomeActivityTest.kt
needs to be updated as per this comment#2246 (comment)
The text was updated successfully, but these errors were encountered: