Skip to content

Commit f313a83

Browse files
empty test not needed
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
1 parent 906137b commit f313a83

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

app/src/androidTest/java/com/owncloud/android/ui/fragment/GroupfolderListFragmentIT.kt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,6 @@ class GroupfolderListFragmentIT : AbstractIT() {
4242
activity = testActivityRule.launchActivity(null)
4343
}
4444

45-
@ScreenshotTest
46-
@Test
47-
fun showEmpty() {
48-
val sut = GroupfolderListFragment()
49-
activity.addFragment(sut)
50-
51-
waitForIdleSync()
52-
53-
screenshot(activity)
54-
}
55-
5645
@Test
5746
@ScreenshotTest
5847
fun showGroupfolders() {

0 commit comments

Comments
 (0)