instrument: small fix and up to date coverage.ec

This commit is contained in:
Vincent Breitmoser
2015-06-26 16:31:14 +02:00
parent 0077891f1d
commit bda15ff92d
2 changed files with 0 additions and 3 deletions

View File

@@ -194,9 +194,6 @@ public class AsymmetricTextOperationTests {
hasDescendant(withText(R.string.filename_unknown)))),
withId(R.id.context_menu))).perform(click());
// "delete file" shouldn't be there
onView(withText(R.string.btn_delete_original)).check(doesNotExist());
// check if log looks ok
onView(withText(R.string.snackbar_details)).perform(click());
onView(withText(R.string.msg_dc_clear_signature_ok)).check(matches(isDisplayed()));