Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@eakurnikov
Created June 14, 2021 09:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eakurnikov/a341c20d9ca495e693d2a2483d2d4fc9 to your computer and use it in GitHub Desktop.
Save eakurnikov/a341c20d9ca495e693d2a2483d2d4fc9 to your computer and use it in GitHub Desktop.
object MainScreen : Screen<MainScreen>() {
val hotelName = KTextView { withId(R.id.label_bf_hotelname) }
}
@Test
fun kakaoTest() {
MainScreen {
hotelName {
isVisible()
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment