HumanLearning2021 / HumanLearningApp

GNU General Public License v3.0
3 stars 2 forks source link

Feature/121- implement bottom Navigation, add home screen and navigation drawer #135

Closed martin-lenweiter closed 3 years ago

martin-lenweiter commented 3 years ago

The home screen consists only of the logo and a button that goes to the learning. I thought it looked better than with also the login button (now only in the navigation drawer) but let me know if you don't like it.

Nitwix commented 3 years ago

Some tests do not pass on my phone:

The relevant error seems to be the following : androidx.test.espresso.NoMatchingViewException: No views in hierarchy found matching: with content description text: is "Navigate up"

martin-lenweiter commented 3 years ago

Some tests do not pass on my phone:

* `navigateToDisplayDatasetAndThenNavigateUpGoesToDatasetsOverview`

* `createDatasetAndNavigateUpGoesToDatasetsOverview`

The relevant error seems to be the following : androidx.test.espresso.NoMatchingViewException: No views in hierarchy found matching: with content description text: is "Navigate up"

Is your phone in French? I will make it language independent.

Nitwix commented 3 years ago

Some tests do not pass on my phone:

* `navigateToDisplayDatasetAndThenNavigateUpGoesToDatasetsOverview`

* `createDatasetAndNavigateUpGoesToDatasetsOverview`

The relevant error seems to be the following : androidx.test.espresso.NoMatchingViewException: No views in hierarchy found matching: with content description text: is "Navigate up"

Is your phone in French? I will make it language independent.

The tests pass once I change the language on my phone to english. No need to fix it, I'll just put my phone in english for testing, no big deal