瀏覽代碼

remove sleeps

Signed-off-by: alperozturk <alper_ozturk@proton.me>
alperozturk 11 月之前
父節點
當前提交
f73c8db11d
共有 1 個文件被更改,包括 0 次插入6 次删除
  1. 0 6
      app/src/androidTest/java/com/owncloud/android/ui/trashbin/TrashbinActivityIT.kt

+ 0 - 6
app/src/androidTest/java/com/owncloud/android/ui/trashbin/TrashbinActivityIT.kt

@@ -57,7 +57,6 @@ class TrashbinActivityIT : AbstractIT() {
             sut.trashbinPresenter = TrashbinPresenter(trashbinRepository, sut)
             sut.trashbinPresenter = TrashbinPresenter(trashbinRepository, sut)
             onIdleSync {
             onIdleSync {
                 sut.runOnUiThread { sut.loadFolder() }
                 sut.runOnUiThread { sut.loadFolder() }
-                shortSleep()
                 screenshot(sut)
                 screenshot(sut)
             }
             }
         }
         }
@@ -72,7 +71,6 @@ class TrashbinActivityIT : AbstractIT() {
             sut.trashbinPresenter = TrashbinPresenter(trashbinRepository, sut)
             sut.trashbinPresenter = TrashbinPresenter(trashbinRepository, sut)
             onIdleSync {
             onIdleSync {
                 sut.runOnUiThread { sut.loadFolder() }
                 sut.runOnUiThread { sut.loadFolder() }
-                shortSleep()
                 screenshot(sut)
                 screenshot(sut)
             }
             }
         }
         }
@@ -87,7 +85,6 @@ class TrashbinActivityIT : AbstractIT() {
             sut.trashbinPresenter = TrashbinPresenter(trashbinRepository, sut)
             sut.trashbinPresenter = TrashbinPresenter(trashbinRepository, sut)
             onIdleSync {
             onIdleSync {
                 sut.runOnUiThread { sut.loadFolder() }
                 sut.runOnUiThread { sut.loadFolder() }
-                shortSleep()
                 screenshot(sut)
                 screenshot(sut)
             }
             }
         }
         }
@@ -102,7 +99,6 @@ class TrashbinActivityIT : AbstractIT() {
             sut.trashbinPresenter = TrashbinPresenter(trashbinRepository, sut)
             sut.trashbinPresenter = TrashbinPresenter(trashbinRepository, sut)
             onIdleSync {
             onIdleSync {
                 sut.runOnUiThread { sut.showInitialLoading() }
                 sut.runOnUiThread { sut.showInitialLoading() }
-                shortSleep()
                 screenshot(sut)
                 screenshot(sut)
             }
             }
         }
         }
@@ -117,7 +113,6 @@ class TrashbinActivityIT : AbstractIT() {
             sut.trashbinPresenter = TrashbinPresenter(trashbinRepository, sut)
             sut.trashbinPresenter = TrashbinPresenter(trashbinRepository, sut)
             onIdleSync {
             onIdleSync {
                 sut.runOnUiThread { sut.showUser() }
                 sut.runOnUiThread { sut.showUser() }
-                shortSleep()
                 screenshot(sut)
                 screenshot(sut)
             }
             }
         }
         }
@@ -143,7 +138,6 @@ class TrashbinActivityIT : AbstractIT() {
             sut.trashbinPresenter = TrashbinPresenter(trashbinRepository, sut)
             sut.trashbinPresenter = TrashbinPresenter(trashbinRepository, sut)
             onIdleSync {
             onIdleSync {
                 sut.runOnUiThread { sut.showUser() }
                 sut.runOnUiThread { sut.showUser() }
-                shortSleep()
                 screenshot(sut)
                 screenshot(sut)
             }
             }
         }
         }