Skip to content

Commit 5cdbaca

Browse files
committed
fixed ui tests
1 parent 4e5ad3a commit 5cdbaca

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ class UserFeedbackUiTest : BaseUiTest() {
567567
widget.compoundDrawablePadding = 1
568568
widget.setCompoundDrawables(null, null, null, null)
569569
widget.isAllCaps = true
570-
widget.setBackgroundResource(R.drawable.edit_text_border)
570+
widget.setBackgroundResource(R.drawable.sentry_edit_text_border)
571571
widget.setTextColor(Color.RED)
572572
widget.text = "My custom text"
573573
widget.setPadding(0, 0, 0, 0)
@@ -582,7 +582,7 @@ class UserFeedbackUiTest : BaseUiTest() {
582582

583583
assertTrue(widget.isAllCaps)
584584

585-
assertEquals(R.drawable.edit_text_border, widget.getProperty<Int>("mBackgroundResource"))
585+
assertEquals(R.drawable.sentry_edit_text_border, widget.getProperty<Int>("mBackgroundResource"))
586586

587587
assertEquals((densityScale * 0).toInt(), widget.paddingStart)
588588
assertEquals((densityScale * 0).toInt(), widget.paddingEnd)

0 commit comments

Comments
 (0)