Skip to content

Commit

Permalink
Add missing wait for idle scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensousa committed Jun 19, 2024
1 parent e0ad5d8 commit 03e1a29
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ class DragHelperGridTest {
// when
repeat(numberOfItems / spanCount) {
KeyEvents.pressDown()
waitForIdleScrollState()
}
repeat(spanCount) {
KeyEvents.pressRight()
Expand Down

0 comments on commit 03e1a29

Please sign in to comment.