We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f669d54 commit a57d630Copy full SHA for a57d630
app/src/main/java/to/bitkit/ui/settings/pin/ChangePinResultScreen.kt
@@ -11,6 +11,7 @@ import androidx.compose.foundation.layout.size
11
import androidx.compose.runtime.Composable
12
import androidx.compose.ui.Alignment
13
import androidx.compose.ui.Modifier
14
+import androidx.compose.ui.platform.testTag
15
import androidx.compose.ui.res.painterResource
16
import androidx.compose.ui.res.stringResource
17
import androidx.compose.ui.tooling.preview.Preview
@@ -66,6 +67,7 @@ private fun ChangePinResultContent(
66
67
PrimaryButton(
68
text = stringResource(R.string.common__ok),
69
onClick = onOkClick,
70
+ modifier = Modifier.testTag("OK")
71
)
72
73
Spacer(modifier = Modifier.height(16.dp))
0 commit comments