implement deletion of files

This commit is contained in:
Vincent Breitmoser
2015-06-23 17:07:59 +02:00
parent 6a5bd6509b
commit f9dea31300
21 changed files with 45 additions and 28 deletions

View File

@@ -300,7 +300,7 @@ public class AsymmetricFileOperationTests {
onView(withText(R.string.btn_delete_original)).check(doesNotExist());
// check if log looks ok
onView(withText(R.string.view_log)).perform(click());
onView(withText(R.string.snackbar_details)).perform(click());
onView(withText(R.string.msg_dc_clear_signature_ok)).check(matches(isDisplayed()));
pressBack();

View File

@@ -198,7 +198,7 @@ public class AsymmetricTextOperationTests {
onView(withText(R.string.btn_delete_original)).check(doesNotExist());
// check if log looks ok
onView(withText(R.string.view_log)).perform(click());
onView(withText(R.string.snackbar_details)).perform(click());
onView(withText(R.string.msg_dc_clear_signature_ok)).check(matches(isDisplayed()));
pressBack();