mirror of
https://github.com/bitwarden/android.git
synced 2025-12-15 16:40:20 -06:00
BIT-1591: Add test tag for generator policy (#1135)
This commit is contained in:
parent
e6ff8889c7
commit
92c9870048
@ -317,6 +317,7 @@ private fun ScrollContent(
|
||||
BitwardenPolicyWarningText(
|
||||
text = stringResource(id = R.string.password_generator_policy_in_effect),
|
||||
modifier = Modifier
|
||||
.semantics { testTag = "PasswordGeneratorPolicyInEffectLabel" }
|
||||
.padding(horizontal = 16.dp)
|
||||
.fillMaxWidth(),
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user