HumanLearning2021 / HumanLearningApp

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

44: Add ability to choose between presentation and representation mode #56

Closed martin-lenweiter closed 3 years ago

martin-lenweiter commented 3 years ago

Only presentation mode is available for now, as representation needs PR #50 to be merged first.

martin-lenweiter commented 3 years ago

Overall it's good! I like the use of the tooltip! But please use string resources, it will make our life easier in the future.

Yes of course, sorry I forgot about this.

bbjubjub2494 commented 3 years ago

tried this but it times out. nevermind, keep as is

        testRule.scenario.onActivity {
            assertDisplayed(
                ViewMatchers.hasErrorText(
                    it.getText(R.string.learning_settings_tooltip_presentation).toString()
                )
            )
        }