Update screenshots

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2021-02-23 15:45:23 +01:00
parent 8bf657ce27
commit debc206ab0
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B
4 changed files with 12 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -48,6 +48,8 @@ class NotificationsActivityIT : AbstractIT() {
fun empty() {
val sut: NotificationsActivity = activityRule.launchActivity(null)
waitForIdleSync()
sut.runOnUiThread { sut.populateList(ArrayList<Notification>()) }
shortSleep()

View File

@ -49,6 +49,8 @@ class FileDetailFragmentStaticServerIT : AbstractIT() {
sut.addFragment(FileDetailActivitiesFragment.newInstance(file, user))
waitForIdleSync()
shortSleep()
shortSleep()
screenshot(sut)
}
@ -59,6 +61,8 @@ class FileDetailFragmentStaticServerIT : AbstractIT() {
sut.addFragment(FileDetailSharingFragment.newInstance(file, user))
waitForIdleSync()
shortSleep()
shortSleep()
screenshot(sut)
}
@ -128,6 +132,8 @@ class FileDetailFragmentStaticServerIT : AbstractIT() {
sut.fileDetailActivitiesFragment.populateList(activities as List<Any>?, true)
}
shortSleep()
shortSleep()
screenshot(activity)
}
@ -145,7 +151,7 @@ class FileDetailFragmentStaticServerIT : AbstractIT() {
}
shortSleep()
shortSleep()
screenshot(activity)
}
@ -166,7 +172,6 @@ class FileDetailFragmentStaticServerIT : AbstractIT() {
shortSleep()
shortSleep()
screenshot(activity)
}
@ -177,6 +182,9 @@ class FileDetailFragmentStaticServerIT : AbstractIT() {
sut.addFragment(FileDetailFragment.newInstance(file, user, 1))
waitForIdleSync()
shortSleep()
shortSleep()
screenshot(sut)
}
}