Skip to content

Commit

Permalink
Increase scroll count to ensure ViewHolder clearance
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensousa committed Jan 28, 2024
1 parent ccbd8e8 commit 7b5a003
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ class DpadComposeViewHolderTest {

@Test
fun testCompositionIsClearedWhenViewHolderIsRecycled() {
repeat(5) {
repeat(10) {
KeyEvents.pressDown()
waitForIdleScroll()
}
Expand Down

0 comments on commit 7b5a003

Please sign in to comment.