Browse Source

empty test not needed

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 2 years ago
parent
commit
f313a8317f

+ 0 - 11
app/src/androidTest/java/com/owncloud/android/ui/fragment/GroupfolderListFragmentIT.kt

@@ -42,17 +42,6 @@ class GroupfolderListFragmentIT : AbstractIT() {
         activity = testActivityRule.launchActivity(null)
     }
 
-    @ScreenshotTest
-    @Test
-    fun showEmpty() {
-        val sut = GroupfolderListFragment()
-        activity.addFragment(sut)
-
-        waitForIdleSync()
-
-        screenshot(activity)
-    }
-
     @Test
     @ScreenshotTest
     fun showGroupfolders() {