Skip to content

Commit

Permalink
Use unMergedTree = true
Browse files Browse the repository at this point in the history
  • Loading branch information
riggaroo committed Aug 8, 2024
1 parent 2cba06a commit 954258b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class JetnewsTests {
label = "Open navigation drawer",
useUnmergedTree = true
).performClick()
composeTestRule.onNodeWithText("Interests").performClick()
composeTestRule.onNodeWithText("Topics").assertExists()
composeTestRule.onNodeWithText("Interests", useUnmergedTree = true).performClick()
composeTestRule.onNodeWithText("Topics", useUnmergedTree = true).assertExists()
}
}

0 comments on commit 954258b

Please sign in to comment.