Skip to content

Instantly share code, notes, and snippets.

@heitorpaceli
Last active November 3, 2021 00:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save heitorpaceli/f114d2b40b473d2df30d2771d3cb0995 to your computer and use it in GitHub Desktop.
Save heitorpaceli/f114d2b40b473d2df30d2771d3cb0995 to your computer and use it in GitHub Desktop.
Tear down method UI Automator medium article
@After
fun tearDown() {
// Press Home key after running the test
device.pressHome()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment