Skip to content

Commit

Permalink
Fixes tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Vivo authored and nickbutcher committed Feb 29, 2020
1 parent 63a3777 commit 821e336
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,15 @@ class JetnewsUiTest {

@Test
fun app_launches() {
// temporary workaround, goes away in next Compose releases
waitForComposeToBeIdle()
findByText("Jetnews").assertIsDisplayed()
}

@Test
fun app_opensArticle() {
findAllByText("Manuel Vivo").first().doClick()
// temporary workaround, goes away in next Compose releases
waitForComposeToBeIdle()
findByText("July 30 • 3 min read").assertIsDisplayed()
}
Expand Down

0 comments on commit 821e336

Please sign in to comment.