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