Skip to content

Commit c831dc6

Browse files
authored
Fix broken text
1 parent daa2228 commit c831dc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/ui/src/androidTest/java/com/google/samples/apps/nowinandroid/core/ui/NewsResourceCardTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class NewsResourceCardTest {
7979
}
8080

8181
composeTestRule
82-
.onNodeWithText(dateFormatted)
82+
.onNodeWithText(dateFormatted, substring = true)
8383
.assertIsDisplayed()
8484
}
8585

0 commit comments

Comments
 (0)