Merge branch 'fix-test' into 'develop'

ChatMessage: remove testid from emoji button resulting in failing test

See merge request soapbox-pub/soapbox!2280
This commit is contained in:
Alex Gleason 2023-02-13 20:47:37 +00:00
commit 4ce28750c2

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