|
|
@ -128,7 +128,7 @@ class ForYouScreenTest {
|
|
|
|
|
|
|
|
|
|
|
|
testData.forEach { testTopic ->
|
|
|
|
testData.forEach { testTopic ->
|
|
|
|
composeTestRule
|
|
|
|
composeTestRule
|
|
|
|
.onNodeWithText(testTopic.topic.name)
|
|
|
|
.onNodeWithContentDescription(testTopic.topic.name)
|
|
|
|
.assertExists()
|
|
|
|
.assertExists()
|
|
|
|
.assertHasClickAction()
|
|
|
|
.assertHasClickAction()
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -175,7 +175,7 @@ class ForYouScreenTest {
|
|
|
|
|
|
|
|
|
|
|
|
followableTopicTestData.forEach { testTopic ->
|
|
|
|
followableTopicTestData.forEach { testTopic ->
|
|
|
|
composeTestRule
|
|
|
|
composeTestRule
|
|
|
|
.onNodeWithText(testTopic.topic.name)
|
|
|
|
.onNodeWithContentDescription(testTopic.topic.name)
|
|
|
|
.assertExists()
|
|
|
|
.assertExists()
|
|
|
|
.assertHasClickAction()
|
|
|
|
.assertHasClickAction()
|
|
|
|
}
|
|
|
|
}
|
|
|
|