instrument: finish symmetric text encryption test

This commit is contained in:
Vincent Breitmoser
2015-06-15 17:54:53 +02:00
parent 312cb38848
commit 2d03965777
4 changed files with 156 additions and 4 deletions

View File

@@ -92,8 +92,8 @@ public class EncryptDecryptTests {
{
onView(withId(R.id.passphrase_passphrase)).perform(typeText("x"));
onView(withText(R.string.btn_unlock)).perform(click());
}
}