BIT-1708 Add the test tag for the policy notice. (#974)

This commit is contained in:
Oleg Semenenko 2024-02-07 10:04:05 -06:00 committed by Álison Fernandes
parent da176994ca
commit be54a1bfbb

View file

@ -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(),
)