ChatMessage: remove testid from emoji button resulting in failing test
This commit is contained in:
parent
45657c7a2a
commit
04ae0f2ee4
1 changed files with 0 additions and 1 deletions
|
@ -219,7 +219,6 @@ const ChatMessage = (props: IChatMessage) => {
|
|||
'p-1.5 hover:bg-gray-200 dark:hover:bg-gray-800 rounded-md text-gray-600 dark:text-gray-600 hover:text-gray-700 dark:hover:text-gray-500 focus:text-gray-700 dark:focus:text-gray-500 focus:ring-0': true,
|
||||
'!text-gray-700 dark:!text-gray-500': isReactionSelectorOpen,
|
||||
})}
|
||||
data-testid='chat-message-menu'
|
||||
>
|
||||
<Icon
|
||||
src={require('@tabler/icons/mood-smile.svg')}
|
||||
|
|
Loading…
Reference in a new issue