implement deletion of files
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user