소스 검색

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