File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
app/src/androidTest/kotlin/com/google/samples/apps/nowinandroid/ui Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -281,6 +281,7 @@ class NavigationTest {
281
281
282
282
// Tap the first topic chip
283
283
onNodeWithTag(" topicChip:${topic.id} " , useUnmergedTree = true )
284
+ .assertExists()
284
285
.performClick()
285
286
286
287
// TEST FAILING HERE
Original file line number Diff line number Diff line change @@ -3,23 +3,23 @@ accompanist = "0.34.0"
3
3
androidDesugarJdkLibs = " 2.0.4"
4
4
# AGP and tools should be updated together
5
5
androidGradlePlugin = " 8.6.1"
6
- androidTools = " 31.6.1 "
7
- androidxActivity = " 1.9.2 "
6
+ androidTools = " 31.7.2 "
7
+ androidxActivity = " 1.9.3 "
8
8
androidxAppCompat = " 1.7.0"
9
9
androidxBrowser = " 1.8.0"
10
10
androidxComposeBom = " 2024.09.00"
11
11
androidxComposeRuntimeTracing = " 1.0.0-beta01"
12
12
androidxCore = " 1.13.1"
13
13
androidxCoreSplashscreen = " 1.0.1"
14
14
androidxDataStore = " 1.1.1"
15
- androidxEspresso = " 3.5 .1"
15
+ androidxEspresso = " 3.6 .1"
16
16
androidxHiltNavigationCompose = " 1.2.0"
17
17
androidxLifecycle = " 2.8.6"
18
18
androidxMacroBenchmark = " 1.3.0"
19
19
androidxMetrics = " 1.0.0-beta01"
20
20
androidxNavigation = " 2.8.0"
21
21
androidxProfileinstaller = " 1.3.1"
22
- androidxTestCore = " 1.5.0 "
22
+ androidxTestCore = " 1.6.1 "
23
23
androidxTestExt = " 1.2.1"
24
24
androidxTestRules = " 1.6.1"
25
25
androidxTestRunner = " 1.6.2"
You can’t perform that action at this time.
0 commit comments