mirror of
https://github.com/bitwarden/android.git
synced 2025-03-15 18:58:59 +03:00
BIT-1708 Add the test tag for the policy notice. (#974)
This commit is contained in:
parent
da176994ca
commit
be54a1bfbb
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ fun AddSendContent(
|
|||
BitwardenPolicyWarningText(
|
||||
text = stringResource(id = R.string.send_options_policy_in_effect),
|
||||
modifier = Modifier
|
||||
.semantics { testTag = "SendOptionsPolicyInEffectLabel" }
|
||||
.padding(horizontal = 16.dp)
|
||||
.fillMaxWidth(),
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue