Skip to content

Commit 4a9a750

Browse files
committed
upgraded androidxTest and espresso versions
1 parent d1084ab commit 4a9a750

File tree

1 file changed

+3
-1
lines changed
  • sentry-android-integration-tests/sentry-uitest-android/src/androidTest/java/io/sentry/uitest/android

1 file changed

+3
-1
lines changed

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
@@ -515,7 +515,9 @@ class UserFeedbackUiTest : BaseUiTest() {
515515
)
516516
}
517517
}
518-
findEnvelope { it.items.first().header.type == SentryItemType.ReplayVideo }
518+
if (enableReplay) {
519+
findEnvelope { it.items.first().header.type == SentryItemType.ReplayVideo }
520+
}
519521
assertNoOtherEnvelopes()
520522
}
521523
}

0 commit comments

Comments
 (0)