mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 18:56:44 -04:00
Refactored the IntroFragmentTest
to test this new screen.
This commit is contained in:
parent
75b63c069c
commit
8195194f48
@ -44,6 +44,10 @@ class IntroRobot : BaseRobot() {
|
||||
isVisible(TextId(string.save_books_offline))
|
||||
isVisible(TextId(string.download_books_message))
|
||||
}
|
||||
attempt(10) {
|
||||
isVisible(TextId(string.save_books_in_desired_storage))
|
||||
isVisible(TextId(string.storage_location_hint))
|
||||
}
|
||||
}
|
||||
|
||||
infix fun clickGetStarted(func: TopLevelDestinationRobot.() -> Unit): TopLevelDestinationRobot {
|
||||
|
Loading…
x
Reference in New Issue
Block a user