Skip to content

Commit

Permalink
Remove unnecessary test
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecorry31 committed Oct 26, 2024
1 parent d7b963d commit 0a7862b
Showing 1 changed file with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,21 +187,5 @@ class ToolCloudsTest {
waitFor {
view(com.kylecorry.andromeda.views.R.id.title)
}

// Delete all cloud results
try {
while (true) {
clickListItemMenu(getString(R.string.delete))
waitFor {
viewWithText(android.R.string.ok).click()
}
}
} catch (e: Throwable) {
// Do nothing
}

waitFor {
view(R.id.cloud_empty_text).hasText(R.string.no_clouds)
}
}
}

0 comments on commit 0a7862b

Please sign in to comment.