Skip to content

Commit 4724c05

Browse files
committed
upgraded androidxTest and espresso versions
1 parent d213e23 commit 4724c05

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
apollo = "2.5.9"
33
androidxLifecycle = "2.2.0"
44
androidxNavigation = "2.4.2"
5-
androidxTestCore = "1.6.1" # 1.7.0 cause CI AGP workflow to fail with internal kotlin errors
5+
androidxTestCore = "1.7.0"
66
androidxCompose = "1.6.3"
77
composeCompiler = "1.5.14"
88
coroutines = "1.6.1"
9-
espresso = "3.5.0"
9+
espresso = "3.7.0"
1010
feign = "11.6"
1111
jacoco = "0.8.7"
1212
jackson = "2.18.3"

sentry-android-integration-tests/sentry-uitest-android/src/androidTest/java/io/sentry/uitest/android/UserFeedbackUiTest.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,9 @@ class UserFeedbackUiTest : BaseUiTest() {
472472
// because it would block the espresso interactions (button click)
473473
it.feedbackOptions.onSubmitSuccess = SentryFeedbackCallback {
474474
relayIdlingResource.increment()
475-
relayIdlingResource.increment()
475+
if (enableReplay) {
476+
relayIdlingResource.increment()
477+
}
476478
}
477479
// Let's capture a replay, so we can check the replayId in the feedback
478480
if (enableReplay) {

0 commit comments

Comments
 (0)