Fix the failing tests for SignUpActivity. Currently the tests for the SignUpActivity.kt fail due to:
EMPTY_USERNAME_ERRORIdling Resources or Mock backends. More discussion is needed for this.Describe the solution you'd like
Fix the failing Espresso tests in SignUpActivityTest.kt
Acceptance criteria:
SignUpActivity run successfully.@iofall why is this and next 2 PRs on hold?
Thanks for the tag @vj-codes , I am modifying this issue, we were going to split the failing tests across multiple issues but getting inconsistent results. I will modify this ASAP
@iofall Can I work on this issue ?
@justdvnsh assigned you to the LoginActivity issue. Let me know when done and I will assign you to this. Thanks!
@iofall Created a PR for #918 . Can I now be assigned this issue ?
@iofall One thing before I start working on this, is I would be creating similar file changes for Signup Activity Test also as i did in #918 . Like the tests would be different but the rest of the files would be the same, like the IdlingResourceObject and the gradle changes . So, should I proceed or there is some way around this ?
@justdvnsh I think it would be okay to have the same changes here as well. I would suggest making multiple commits - 1. For the IdlingResourceObject and the gradle changes 2. For the actual fix of the issue.
@iofall cool. Thanks !
@iofall Created a PR !
@justdvnsh @iofall I think this has been solved should this be closed?
@epicadk i guess so
Closing this issue because it is fixed.