Explorar o código

harden UI tests

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger %!s(int64=4) %!d(string=hai) anos
pai
achega
7ab77f7194

+ 1 - 1
src/androidTest/java/com/owncloud/android/ui/dialog/SendShareDialogTest.kt

@@ -54,7 +54,7 @@ class SendShareDialogTest : AbstractIT() {
 
         InstrumentationRegistry.getInstrumentation().waitForIdleSync()
         shortSleep()
-
+        shortSleep()
         sut.requireDialog().window?.decorView.let { screenshot(it) }
     }
 }