fix original file deletion (and instrumentation)

This commit is contained in:
Vincent Breitmoser
2015-06-23 21:56:23 +02:00
parent 45a8510bf0
commit 8d141176bd
4 changed files with 29 additions and 11 deletions

View File

@@ -165,7 +165,7 @@ public class AsymmetricFileOperationTests {
// delete file
onView(withText(R.string.btn_delete_original)).perform(click());
checkSnackbar(Style.OK, R.string.file_delete_none);
checkSnackbar(Style.WARN, R.string.file_delete_none);
}