✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Що робить такий код?
@Test
fun stateWithContent_isRendered() {
val restaurants = DummyContent.getDomainRestaurants()
testRule.onNodeWithText(restaurants[0].description)
.assertIsDisplayed()
…
}