Browse Source

harden UI tests

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 4 years ago
parent
commit
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) }
     }
 }