mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-25 04:06:14 +00:00
Fix instrumentation tests for message backups checkout flow.
This commit is contained in:
committed by
Cody Henthorne
parent
a85b8c49d9
commit
5e07e428c0
@@ -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)
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user