Refactored the IntroFragmentTest to test this new screen.

This commit is contained in:
MohitMaliFtechiz 2025-01-18 15:05:03 +05:30
parent 75b63c069c
commit 8195194f48

View File

@ -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 {