Fix test
This commit is contained in:
parent
fa9268175e
commit
00a00ecbe4
2 changed files with 12 additions and 5 deletions
|
|
@ -101,7 +101,8 @@ fun SelectedUser(
|
|||
) {
|
||||
Icon(
|
||||
imageVector = CompoundIcons.Close(),
|
||||
contentDescription = null,
|
||||
// Note: keep the context description for the test
|
||||
contentDescription = stringResource(id = CommonStrings.action_remove),
|
||||
tint = ElementTheme.colors.iconOnSolidPrimary,
|
||||
modifier = Modifier.padding(2.dp)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue