mirror of
https://github.com/bitwarden/android.git
synced 2024-11-22 17:36:01 +03:00
BIT-1591: Add test tag for generator policy (#1135)
This commit is contained in:
parent
e6ff8889c7
commit
92c9870048
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue