瀏覽代碼

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