mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 15:15:51 +03:00
add wait for stabilizing text file icon rendering
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
9e6ee79c3f
commit
a335cd12e8
2 changed files with 3 additions and 0 deletions
|
@ -199,6 +199,8 @@ class OCFileListFragmentStaticServerIT : AbstractIT() {
|
|||
|
||||
sut.runOnUiThread { fragment.listDirectory(testFolder, false, false) }
|
||||
|
||||
shortSleep()
|
||||
|
||||
screenshot(sut)
|
||||
}
|
||||
|
||||
|
|
|
@ -64,6 +64,7 @@ class TrashbinActivityIT : AbstractIT() {
|
|||
|
||||
waitForIdleSync()
|
||||
shortSleep()
|
||||
shortSleep()
|
||||
|
||||
screenshot(sut)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue