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