Add small delay before fling gesture

pull/1837/head
Simon Marquis 2 years ago
parent 93d8df780d
commit 1b95c743fa

@ -34,7 +34,7 @@ fun MacrobenchmarkScope.goToInterestsScreen() {
}
fun MacrobenchmarkScope.interestsScrollTopicsDownUp() {
val topicsList = device.findObject(By.res("interests:topics"))
val topicsList = device.wait(Until.findObject(By.res("interests:topics")), 2_000)
device.flingElementDownUp(topicsList)
}

Loading…
Cancel
Save