Skip to content

Commit

Permalink
Fix navigation test
Browse files Browse the repository at this point in the history
Change-Id: I311473ec13f20aa0e25c2ce3a22e9f0c068fdb3e
  • Loading branch information
mmoczkowski committed May 5, 2023
1 parent a5416e1 commit 8386bbc
Showing 1 changed file with 0 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -242,22 +242,4 @@ class NavigationTest {
onNodeWithText(forYou).assertExists()
}
}

@Test
fun navigationBar_multipleBackStackInterests() {
composeTestRule.apply {
onNodeWithText(interests).performClick()
// TODO: Grab string from fake data
onNodeWithText("Android Studio & Tools").performClick()

// Switch tab
onNodeWithText(forYou).performClick()

// Come back to Interests
onNodeWithText(interests).performClick()

// Verify we're not in the list of interests
onNodeWithText("Android Auto").assertDoesNotExist() // TODO: Grab string from fake data
}
}
}

0 comments on commit 8386bbc

Please sign in to comment.