Add UI test on clicking on message shield.

Need to add content description on the shield icon.
This commit is contained in:
Benoit Marty 2024-08-16 11:14:51 +02:00 committed by Benoit Marty
parent 3f90b02e54
commit 2116108a2c
2 changed files with 46 additions and 1 deletions

View file

@ -87,7 +87,7 @@ fun TimelineEventTimestampView(
Spacer(modifier = Modifier.width(2.dp))
Icon(
imageVector = shield.toIcon(),
contentDescription = null,
contentDescription = shield.toText(),
modifier = Modifier
.size(15.dp)
.clickable { onShieldClick(shield) },