bump: androix and coroutines.

This commit is contained in:
2024-12-31 11:06:36 +01:00
parent 2e7a168424
commit d23dd82fc2
3 changed files with 13 additions and 15 deletions

View File

@ -22,7 +22,6 @@ fun performLogin(someUrl: String? = null) {
)
)
onView(withId(R.id.signInButton)).perform(click())
Thread.sleep(10000)
}
fun loginAndInitHome() {