Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
murki committed Oct 24, 2024
1 parent 10e53aa commit bc3a058
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ class AndroidViewReplayTest {
assertThat(metrics.errorViewCount).isEqualTo(0)
assertThat(metrics.exceptionCausingViewCount).isEqualTo(0)
// AppCompatTextView multiline label
assertThat(screen).contains(ReplayRect(type = ReplayType.Label, x = 36, y = 235, width = 758, height = 47))
assertThat(screen).contains(ReplayRect(type = ReplayType.Label, x = 36, y = 277, width = 698, height = 38))
assertThat(screen).contains(ReplayRect(type = ReplayType.Label, x = 36, y = 421, width = 758, height = 47))
assertThat(screen).contains(ReplayRect(type = ReplayType.Label, x = 36, y = 463, width = 698, height = 38))
}
}
}

0 comments on commit bc3a058

Please sign in to comment.