add wait for stabilizing text file icon rendering

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2020-11-05 17:16:27 +01:00
parent 9e6ee79c3f
commit a335cd12e8
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B
2 changed files with 3 additions and 0 deletions

View file

@ -199,6 +199,8 @@ class OCFileListFragmentStaticServerIT : AbstractIT() {
sut.runOnUiThread { fragment.listDirectory(testFolder, false, false) }
shortSleep()
screenshot(sut)
}

View file

@ -64,6 +64,7 @@ class TrashbinActivityIT : AbstractIT() {
waitForIdleSync()
shortSleep()
shortSleep()
screenshot(sut)
}