ChatMessage: remove testid from emoji button resulting in failing test

environments/review-develop-3zknud/deployments/2607^2
Alex Gleason 2 years ago
parent 45657c7a2a
commit 04ae0f2ee4
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -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…
Cancel
Save