fix(benchmark): wut

This commit is contained in:
Harsh Shandilya 2022-12-08 02:39:33 +05:30
parent b19617f8c7
commit 37fc528053
No known key found for this signature in database

View file

@ -54,6 +54,6 @@ private fun UiDevice.returnToHottestScreen() {
}
private fun UiDevice.openCommentsScreen() {
waitForSubmitterName()
findObjects(By.desc(COMMENT_BUTTON_DESC)).first().click()
waitForSubmitterName()
}