فهرست منبع

harden UI tests

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 4 سال پیش
والد
کامیت
7ab77f7194
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/androidTest/java/com/owncloud/android/ui/dialog/SendShareDialogTest.kt

+ 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) }
     }
 }