We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 89d39a7 + bc56ba7 commit a5c030fCopy full SHA for a5c030f
app/src/androidTest/kotlin/com/google/samples/apps/nowinandroid/ui/NavigationTest.kt
@@ -166,7 +166,10 @@ class NavigationTest {
166
composeTestRule.apply {
167
// GIVEN the user is on any of the top level destinations, THEN the Up arrow is not shown.
168
onNodeWithContentDescription(navigateUp).assertDoesNotExist()
169
- // TODO: Add top level destinations here, see b/226357686.
+
170
+ onNodeWithText(saved).performClick()
171
+ onNodeWithContentDescription(navigateUp).assertDoesNotExist()
172
173
onNodeWithText(interests).performClick()
174
175
}
0 commit comments