Describe the bug
After updating the .travis.yml in the PR #696 - link, many UI tests are failing (detailed report is here). The tests themselves or the code needs to be updated so that the tests do not fail and ultimately the build.
To Reproduce
Steps to run the tests locally
- Connect Android device or open the emulator
- On terminal type
./gradlew clean build connectedAndroidTest --stacktrace
- Wait for the tests to complete
- See the complete report
../mentorship-android/app/build/reports/androidTests/connected/index.html
Expected behavior
The Espresso tests shouldn't have failed
Smartphone (device on which the tests ran):
Additional context
Add any other context about the problem here.
Describe the bug
After updating the
.travis.ymlin the PR #696 - link, many UI tests are failing (detailed report is here). The tests themselves or the code needs to be updated so that the tests do not fail and ultimately the build.To Reproduce
Steps to run the tests locally
./gradlew clean build connectedAndroidTest --stacktrace../mentorship-android/app/build/reports/androidTests/connected/index.htmlExpected behavior
The Espresso tests shouldn't have failed
Smartphone (device on which the tests ran):
Additional context
Add any other context about the problem here.