瀏覽代碼

empty test not needed

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 2 年之前
父節點
當前提交
f313a8317f
共有 1 個文件被更改,包括 0 次插入11 次删除
  1. 0 11
      app/src/androidTest/java/com/owncloud/android/ui/fragment/GroupfolderListFragmentIT.kt

+ 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() {