Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
@@ -32,6 +32,7 @@ class AuthenticatorActivityIT {
}
@Test
+ @Suppress("TooGenericExceptionCaught")
fun tryCatch() {
val color = try {
Color.parseColor("1")
@@ -43,6 +44,7 @@ class AuthenticatorActivityIT {
fun tryCatch2() {
Color.parseColor("")
@@ -54,6 +56,7 @@ class AuthenticatorActivityIT {
fun tryCatch3() {
Color.parseColor(null)
@@ -65,6 +68,7 @@ class AuthenticatorActivityIT {
fun tryCatch4() {
Color.parseColor("abc")
@@ -56,6 +56,7 @@ class AvatarIT : AbstractIT() {
fragment.addAvatar("email@server.com", avatarRadius, width, targetContext)
+ shortSleep()
waitForIdleSync()
screenshot(sut)