mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-08 06:42:21 -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.save_books_offline))
|
||||||
isVisible(TextId(string.download_books_message))
|
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 {
|
infix fun clickGetStarted(func: TopLevelDestinationRobot.() -> Unit): TopLevelDestinationRobot {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user