Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
alperozturk 2024-04-01 16:12:10 +02:00
parent f1533cdd11
commit b02a5eec06
No known key found for this signature in database
GPG Key ID: 4E577DC593B59BDF
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ class TrashbinActivityIT : AbstractIT() {
val trashbinRepository = TrashbinLocalRepository(TestCase.EMPTY)
sut.trashbinPresenter = TrashbinPresenter(trashbinRepository, sut)
InstrumentationRegistry.getInstrumentation().waitForIdle {
sut.runOnUiThread { sut.showInitialLoading() }
shortSleep()