Fix instrumentation tests for message backups checkout flow.

This commit is contained in:
Alex Hart
2025-06-04 09:36:08 -03:00
committed by Cody Henthorne
parent a85b8c49d9
commit 5e07e428c0
2 changed files with 6 additions and 5 deletions

View File

@@ -163,6 +163,7 @@ fun MessageBackupsTypeSelectionScreen(
onClick = onNextClicked,
enabled = isNextEnabled,
modifier = Modifier
.testTag("subscribe-button")
.fillMaxWidth()
.padding(vertical = if (hasCurrentBackupTier) 10.dp else 16.dp)
) {