Fix instrumentation tests for payments.

This commit is contained in:
Alex Hart
2025-03-26 10:12:00 -03:00
committed by Cody Henthorne
parent 71a44e1ebd
commit c0113436a2
3 changed files with 11 additions and 28 deletions

View File

@@ -162,6 +162,7 @@ fun MessageBackupsKeyVerifyScreen(
minLines = 4,
visualTransformation = visualTransform,
modifier = Modifier
.testTag("message-backups-key-verify-screen-backup-key-input-field")
.fillMaxWidth()
.focusRequester(focusRequester)
.attachBackupKeyAutoFillHelper(autoFillHelper)