Skip to content

Commit

Permalink
Wait for idle scroll during key presses
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensousa committed Jun 19, 2024
1 parent 3e8d40a commit 94678bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ class AccessibilityTest : DpadRecyclerViewTest() {
fun testAccessibilityInfo() {
repeat(10) {
KeyEvents.pressDown()
waitForIdleScrollState()
}
waitForIdleScrollState()
initializeAccessibility()

assertThat(accessibilityNodeInfo.actionList.find {
Expand Down

0 comments on commit 94678bd

Please sign in to comment.