Add new ss tests

Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
alperozturk 2024-03-12 12:23:08 +01:00 committed by Alper Öztürk
parent 9ce57d9982
commit ee066a2e7a
4 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.8 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -154,7 +154,7 @@ class FileDetailFragmentStaticServerIT : AbstractIT() {
sut.fileDetailActivitiesFragment.populateList(activities as List<Any>?, true)
}
longSleep()
screenshot(this)
screenshot(sut.fileDetailActivitiesFragment.binding.swipeContainingList)
}
}
@ -194,7 +194,7 @@ class FileDetailFragmentStaticServerIT : AbstractIT() {
shortSleep()
shortSleep()
screenshot(sut.fileDetailActivitiesFragment.binding.emptyList.emptyListView)
screenshot(activity)
}
@Test