Skip to content

Commit

Permalink
Fix backup test in API 31
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqua committed Jan 9, 2022
1 parent 9b6b783 commit c44c828
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ fun importBackupFromDownloadFolder() {
device.findObject(UiSelector().textContains("Download")).click()
device.findObject(UiSelector().textContains("Loop")).click()
} else if (SDK_INT >= 31) {
device.click(50, 90) // Click menu button
device.findObject(UiSelector().textContains("Downloads")).click()
device.findObject(UiSelector().textContains("Loop")).click()
} else {
device.click(50, 90) // Click menu button
Expand Down

0 comments on commit c44c828

Please sign in to comment.