-
-
Save eakurnikov/a341c20d9ca495e693d2a2483d2d4fc9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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