oday
@Test fun itDisplaysTheSearchBarHint() { composeTestRule.onNodeWithText( composeTestRule.activity.getString(R.string.search_for_a_city) ).assertIsDisplayed() }
@Test fun searchBarHasFocus() { composeTestRule.onNodeWithText( composeTestRule.activity.getString(R.string.search_for_a_city) ).assertIsFocused() }
A modern programming language that makes developers happier.