We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49398db commit 54e9c43Copy full SHA for 54e9c43
1 file changed
app/src/androidTest/java/com/owncloud/android/ui/fragment/OCFileListFragmentStaticServerIT.kt
@@ -437,9 +437,7 @@ class OCFileListFragmentStaticServerIT : AbstractIT() {
437
activity.supportFragmentManager.executePendingTransactions()
438
439
fragment.listDirectory(testFolder, false)
440
- activity.supportFragmentManager.executePendingTransactions()
441
fragment.onFileActionChosen(R.id.action_move_or_copy, setOf(testFile))
442
443
}
444
// Check that the FolderPickerActivity was opened
445
intended(hasComponent(FolderPickerActivity::class.java.canonicalName))
0 commit comments