Create key wizard for blank YubiKey
This commit is contained in:
@@ -184,7 +184,7 @@ public class AsymmetricFileOperationTests {
|
||||
handleSaveDecryptedFileIntent(savedFile, file.getName());
|
||||
|
||||
// save decrypted content
|
||||
onView(withText(R.string.btn_save)).perform(click());
|
||||
onView(withText(R.string.btn_save_file)).perform(click());
|
||||
|
||||
checkSnackbar(Style.OK, R.string.file_saved);
|
||||
assertThat("decrypted file has been saved", true, is(savedFile.exists()));
|
||||
|
||||
Reference in New Issue
Block a user