Fix broken text

pull/902/head
Simon Marquis 1 year ago committed by GitHub
parent daa2228132
commit c831dc673c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -79,7 +79,7 @@ class NewsResourceCardTest {
}
composeTestRule
.onNodeWithText(dateFormatted)
.onNodeWithText(dateFormatted, substring = true)
.assertIsDisplayed()
}

Loading…
Cancel
Save