ChatMessage: remove testid from emoji button resulting in failing test

This commit is contained in:
Alex Gleason 2023-02-13 14:46:15 -06:00
parent 45657c7a2a
commit 04ae0f2ee4
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 0 additions and 1 deletions

View File

@ -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, '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, '!text-gray-700 dark:!text-gray-500': isReactionSelectorOpen,
})} })}
data-testid='chat-message-menu'
> >
<Icon <Icon
src={require('@tabler/icons/mood-smile.svg')} src={require('@tabler/icons/mood-smile.svg')}